Facade Patient
http://fhir.patientsknowbest.com/structuredefinition/facade-patient
https://www.hl7.org/fhir/STU3/patient.html
Overview
The Patient resource returns basic demographic information about a [[Patient]].
Relevant PKB entities
Mappings
FHIR | PKB | Notes |
---|---|---|
Resource id | [[User.Public ID]] | Â |
Patient.extension |
| Â |
Patient.name |
| Â |
Patient.telecom | For each [[Contact]] for the [[Patient]] where [[Contact.Type]] = EMAIL_ADDRESS, add an entry to the telecom list.
| Â |
 |
| Â |
Patient.birthDate | [[Patient.Date of Birth]] | Note: as per both the PKB Data Model and the FHIR data model - this is date only. No time information should be returned. |
Patient.deceased[x] | <conditional>
Else if the patient is recorded as dead but a death timestamp has not been recorded:
Else
| Â |
Patient.address |
| Â |
Patient.gender | [[Patient.Gender]] [[Patient.Gender]] code mappings (PKB → FHIR):
| Note: PKB's values match NHS values, hence marginal discrepancy with FHIR. |
Patient.identifier | For each [[National ID]] for the [[Patient]], add an entry to the identifier list.
| Â |
 | For each [[Organisation Level ID]] for the [[Patient]] visible to the caller, add an entry to the identifier list.
| The Identifier.system can be provided as the "value" param to a NamingSystem search to retrieve additional information about the identifier namespace, where known. |
 | For each [[Team Level ID]] for the [[Patient]] visible to the caller, add an entry to the identifier list.
| The Identifier.system can be provided as the "value" param to a NamingSystem search to retrieve additional information about the identifier namespace, where known. |
Â