FHIR IG analytics| Package | zw.fhir.ig.lab |
| Resource Type | Patient |
| Id | Patient-example-zw-lab-patient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient example-zw-lab-patient
Profile: ZW Lab Patient
Rutendo Moyo Female, DoB: 1988-04-15 ( http://mohcc.gov.zw/fhir/lab/identifier/ehr-patient-id#EHR-ZW-00123)
| Marital Status: | Married | ||
| Other Id: | http://mohcc.gov.zw/fhir/lab/identifier/art-number/HRE/2019/005678 | ||
| Date of Birth Estimated | false | ||
{
"resourceType": "Patient",
"id": "example-zw-lab-patient",
"meta": {
"profile": [
"http://mohcc.gov.zw/fhir/lab/StructureDefinition/zw-lab-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://mohcc.gov.zw/fhir/lab/StructureDefinition/date-of-birth-estimated",
"valueBoolean": false
}
],
"identifier": [
{
"system": "http://mohcc.gov.zw/fhir/lab/identifier/ehr-patient-id",
"value": "EHR-ZW-00123"
},
{
"system": "http://mohcc.gov.zw/fhir/lab/identifier/art-number",
"value": "HRE/2019/005678"
}
],
"name": [
{
"family": "Moyo",
"given": [
"Rutendo"
]
}
],
"gender": "female",
"birthDate": "1988-04-15",
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M",
"display": "Married"
}
]
}
}