FHIR IG analytics| Package | zw.fhir.ig.core |
| Resource Type | Patient |
| Id | Patient-patient1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient1
Profile: Zimbabwe Patient
Tinashe Muti (official) Male, DoB: 2000-03-10 ( http://mohcc.gov.zw/identifiers/nationalID#ZimNationalIdentity#01-205102B60)
| Marital Status: | unmarried | ||
| Other Id: | ZimPassportNumber/CN123456 | ||
| Contact Detail | ZW | ||
| Patient Citizenship: |
| ||
| Patient Birth Place | |||
{
"resourceType": "Patient",
"id": "patient1",
"meta": {
"profile": [
"http://mohcc.gov.zw/fhir/core/StructureDefinition/zw-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress": {
"district": "Mutoko"
}
},
{
"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-205102B60"
},
{
"system": "http://mohcc.gov.zw/identifiers/passport",
"value": "CN123456"
}
],
"name": [
{
"use": "official",
"family": "Muti",
"given": [
"Tinashe"
]
}
],
"gender": "male",
"birthDate": "2000-03-10",
"address": [
{
"country": "ZW"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "U",
"display": "unmarried"
}
]
}
}