COVID19 Case Reporting - Local Development build (v0.1.0). See the Directory of published versions
: Example Patient - Covid19PatientExample - XML Representation
Raw xml | Download
<Patient xmlns="http://hl7.org/fhir">
<id value="Covid19PatientExample"/>
<meta>
<profile
value="http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Jane Maria Smith (OFFICIAL)</b> female, DoB: 1986-06-04 ( Passport number: PASSPORT1234567)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Id:</td><td colspan="3">id: NAT1234567</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Details:</td><td colspan="3"><ul><li><a href="tel:+27825556666">+27825556666</a></li><li><a href="mailto:someone@example.com">someone@example.com</a></li><li>Cape Town Western Province South Africa </li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: Next-of-Kin">Next-of-Kin:</td><td colspan="3"><ul><li>John Doe </li><li><a href="tel:+27829999999">+27829999999</a></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization-Covid19OrganizationExample.html">Organization/Covid19OrganizationExample</a> "Covid19 Organization"</li></ul></td></tr></table></div>
</text>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="PPN"/>
</coding>
</type>
<system
value="http://openhie.org/fhir/covid19-casereporting/identifier/passport"/>
<value value="PASSPORT1234567"/>
</identifier>
<identifier>
<system
value="http://openhie.org/fhir/covid19-casereporting/identifier/nid"/>
<value value="NAT1234567"/>
</identifier>
<active value="true"/>
<name>
<use value="official"/>
<family value="Smith"/>
<given value="Jane"/>
<given value="Maria"/>
</name>
<telecom>
<system value="phone"/>
<value value="+27825556666"/>
</telecom>
<telecom>
<system value="email"/>
<value value="someone@example.com"/>
</telecom>
<gender value="female"/>
<birthDate value="1986-06-04"/>
<address>
<city value="Cape Town"/>
<district value="City of Cape Town"/>
<state value="Western Province"/>
<country value="South Africa"/>
</address>
<contact>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
<code value="N"/>
</coding>
</relationship>
<name>
<family value="Doe"/>
<given value="John"/>
</name>
<telecom>
<system value="phone"/>
<value value="+27829999999"/>
</telecom>
</contact>
<managingOrganization>
<reference value="Organization/Covid19OrganizationExample"/>
</managingOrganization>
</Patient>