FHIR IG analytics| Package | zm-core |
| Resource Type | Patient |
| Id | Patient-zm-core-patient-example-json.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient zm-core-patient-example-json
Profile: ZM-Core Patient Profile
Grace Kapela Female, DoB: 1990-03-22 ( http://hapi.moh.gov.zm/fhir/sid/nrc#234567/12/2)
| Contact Detail | Kitwe Zambia | ||
| Contact: |
| ||
{
"resourceType": "Patient",
"id": "zm-core-patient-example-json",
"meta": {
"profile": [
"http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hapi.moh.gov.zm/fhir/sid/nrc",
"value": "234567/12/2"
}
],
"name": [
{
"family": "Kapela",
"given": [
"Grace"
]
}
],
"gender": "female",
"birthDate": "1990-03-22",
"address": [
{
"city": "Kitwe",
"country": "Zambia"
}
],
"contact": [
{
"name": {
"text": "Emergency Contact"
},
"telecom": [
{
"system": "phone",
"value": "+260 97 123 4567"
}
]
}
]
}