Liking cljdoc? Tell your friends :D

com.eldrix.concierge.wales.empi

Integration with the NHS Wales Enterprise Master Patient Index (EMPI) service.

Integration with the NHS Wales Enterprise Master Patient Index (EMPI) service.
raw docstring

authoritiesclj

source

resolve!clj

(resolve! params system value)

Return a sequence of results of an EMPI fetch using the identifier as defined by system and value. For example,

(resolve! params "https://fhir.nhs.uk/Id/nhs-number" "1111111111")
=>
[{:org.hl7.fhir.Patient/identifier [{...}]
  :org.hl7.fhir/Patient/name [{...}] ...} ...]
Return a sequence of results of an EMPI fetch using the identifier as 
defined by `system` and `value`.
For example,
```
(resolve! params "https://fhir.nhs.uk/Id/nhs-number" "1111111111")
=>
[{:org.hl7.fhir.Patient/identifier [{...}]
  :org.hl7.fhir/Patient/name [{...}] ...} ...]
``` 
sourceraw docstring

resolve-fakeclj

(resolve-fake system value)

Returns a fake response for a test patient with NHS number 1234567890.

Returns a fake response for a test patient with NHS number 1234567890.
sourceraw docstring

telecom->fhirclj

Mapping from HL7 v2 telecommunication code to FHIR

Mapping from HL7 v2 telecommunication code to FHIR
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close