Integration with the NHS Wales Enterprise Master Patient Index (EMPI) service.
Integration with the NHS Wales Enterprise Master Patient Index (EMPI) service.
(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 [{...}] ...} ...]
``` (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.
Mapping from HL7 v2 telecommunication code to FHIR
Mapping from HL7 v2 telecommunication code to FHIR
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |