FHIR IG analytics| Package | zw.fhir.ig.core |
| Resource Type | Patient |
| Id | Patient-zw-patient-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient zw-patient-example
Profile: Zimbabwe Patient
Tendai Moyo (official) Female, DoB: 1985-06-15 ( http://mohcc.gov.zw/identifiers/nationalID#ZimNationalIdentity#01-234567B89)
| Marital Status: | Married | ||
| Other Id: | ZimPatientHealthId/486B3072 | ||
| Contact Detail |
| ||
| Language: | Shona (preferred) | ||
| Next-of-Kin: |
| ||
| Patient Citizenship: |
| ||
{
"resourceType": "Patient",
"id": "zw-patient-example",
"meta": {
"profile": [
"http://mohcc.gov.zw/fhir/core/StructureDefinition/zw-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "code",
"valueCodeableConcept": {
"coding": [
{
"system": "http://mohcc.gov.zw/fhir/core/CodeSystem/ZimCountryCS",
"code": "ZW",
"display": "Zimbabwe"
}
]
}
}
],
"url": "http://mohcc.gov.zw/fhir/core/StructureDefinition/citizenship"
}
],
"identifier": [
{
"system": "http://mohcc.gov.zw/identifiers/nationalID",
"value": "01-234567B89"
},
{
"system": "http://mohcc.gov.zw/identifiers/phid",
"value": "486B3072"
}
],
"name": [
{
"use": "official",
"family": "Moyo",
"given": [
"Tendai"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+263772123456",
"use": "mobile"
}
],
"gender": "female",
"birthDate": "1985-06-15",
"address": [
{
"use": "home",
"line": [
"123 Main Street"
],
"city": "Harare",
"district": "010A",
"state": "HA",
"postalCode": "00263",
"country": "ZW"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M",
"display": "Married"
}
]
},
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "N",
"display": "Next-of-Kin"
}
]
}
],
"name": {
"family": "Moyo",
"given": [
"Farai"
]
},
"telecom": [
{
"system": "phone",
"value": "+263772987654"
}
]
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "sn",
"display": "Shona"
}
]
},
"preferred": true
}
]
}