Zimbabwe Core IG
0.1.0 - ci-build
Zimbabwe (ZWE)
Zimbabwe Core IG, published by MOH Zimbabwe. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mohcc/fhir-zw-core-ig/ and changes regularly. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="zw-patient-example"/>
<meta>
<profile
value="http://mohcc.gov.zw/fhir/core/StructureDefinition/zw-patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient zw-patient-example</b></p><a name="zw-patient-example"> </a><a name="hczw-patient-example"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-zw-patient.html">Zimbabwe Patient</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Tendai Moyo (official) Female, DoB: 1985-06-15 ( http://mohcc.gov.zw/identifiers/nationalID#ZimNationalIdentity#01-234567B89)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}">Married</span></td></tr><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3"><a href="NamingSystem-zw-phid-ns.html" title="Identifier system for the Patient Health ID (PHID) issued by the Impilo EMR. PROVISIONAL URL pending the official MOHCC / Impilo system.">ZimPatientHealthId</a>/486B3072</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="tel:+263772123456">+263772123456</a></li><li>123 Main Street Harare HA 00263 ZW (home)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Language spoken">Language:</td><td colspan="3"><span title="Codes:{urn:ietf:bcp:47 sn}">Shona</span> (preferred)</td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: Next-of-Kin">Next-of-Kin:</td><td colspan="3"><ul><li>Farai Moyo </li><li><a href="tel:+263772987654">+263772987654</a></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="The patient's legal status as citizen of a country.">Patient Citizenship:</td><td colspan="3"><ul><li>code: <span title="Codes:{http://mohcc.gov.zw/fhir/core/CodeSystem/ZimCountryCS ZW}">Zimbabwe</span></li></ul></td></tr></table></div>
</text>
<extension
url="http://mohcc.gov.zw/fhir/core/StructureDefinition/citizenship">
<extension url="code">
<valueCodeableConcept>
<coding>
<system
value="http://mohcc.gov.zw/fhir/core/CodeSystem/ZimCountryCS"/>
<code value="ZW"/>
<display value="Zimbabwe"/>
</coding>
</valueCodeableConcept>
</extension>
</extension>
<identifier>
<system value="http://mohcc.gov.zw/identifiers/nationalID"/>
<value value="01-234567B89"/>
</identifier>
<identifier>
<system value="http://mohcc.gov.zw/identifiers/phid"/>
<value value="486B3072"/>
</identifier>
<name>
<use value="official"/>
<family value="Moyo"/>
<given value="Tendai"/>
</name>
<telecom>
<system value="phone"/>
<value value="+263772123456"/>
<use value="mobile"/>
</telecom>
<gender value="female"/>
<birthDate value="1985-06-15"/>
<address>
<use value="home"/>
<line value="123 Main Street"/>
<city value="Harare"/>
<district value="010A"/>
<state value="HA"/>
<postalCode value="00263"/>
<country value="ZW"/>
</address>
<maritalStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
<code value="M"/>
<display value="Married"/>
</coding>
</maritalStatus>
<contact>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
<code value="N"/>
<display value="Next-of-Kin"/>
</coding>
</relationship>
<name>
<family value="Moyo"/>
<given value="Farai"/>
</name>
<telecom>
<system value="phone"/>
<value value="+263772987654"/>
</telecom>
</contact>
<communication>
<language>
<coding>
<system value="urn:ietf:bcp:47"/>
<code value="sn"/>
<display value="Shona"/>
</coding>
</language>
<preferred value="true"/>
</communication>
</Patient>