FHIR IG analytics| Package | zm-core |
| Resource Type | Patient |
| Id | Patient-ExampleZMCorePatient.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ExampleZMCorePatient
Profile: ZM-Core Patient Profile
John Mwale Male, DoB: 1985-05-15 ( http://hapi.moh.gov.zm/fhir/sid/nrc#123456/12/1)
| Contact Detail | Lusaka ZM | ||
{
"resourceType": "Patient",
"id": "ExampleZMCorePatient",
"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": "123456/12/1"
}
],
"name": [
{
"family": "Mwale",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1985-05-15",
"address": [
{
"city": "Lusaka",
"country": "ZM"
}
]
}