My Health Record FHIR IG
1.3.0 - active
My Health Record FHIR IG - Local Development build (v1.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="zhu-lily"/>
<meta>
<profile
value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-mhr-1"/>
</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>Lily Zhu</b> female, DoB: 1986-04-25 ( IHI/8003608833357361)</p><hr/>
<table class="grid"><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Ids:</td>
<td colspan="3">Medical Record Number/2345987</td></tr>
<tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td>
<td colspan="3">No Fixed Address NSW 2148 AU (home)</td></tr>
</table></div>
</text>
<identifier>
<extension url="http://hl7.org.au/fhir/StructureDefinition/ihi-status">
<valueCoding>
<system
value="https://healthterminologies.gov.au/fhir/CodeSystem/ihi-status-1"/>
<code value="active"/>
</valueCoding>
</extension>
<extension
url="http://hl7.org.au/fhir/StructureDefinition/ihi-record-status">
<valueCoding>
<system
value="https://healthterminologies.gov.au/fhir/CodeSystem/ihi-record-status-1"/>
<code value="verified"/>
<display value="verified"/>
</valueCoding>
</extension>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="NI"/>
</coding>
<text value="IHI"/>
</type>
<system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
<value value="8003608833357361"/>
</identifier>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
<display value="Medical record number"/>
</coding>
<text value="Medical Record Number"/>
</type>
<system
value="http://ns.electronichealth.net.au/id/hpio-scoped/medicalrecord/1.0/8003626566699734"/>
<value value="2345987"/>
<assigner>
<display value="City Hospital"/>
</assigner>
</identifier>
<name>
<family value="Zhu"/>
<given value="Lily"/>
<prefix value="Ms"/>
</name>
<gender value="female"/>
<birthDate value="1986-04-25"/>
<address>
<!-- this part of the extension states that address is no fixed address -->
<extension
url="http://hl7.org.au/fhir/StructureDefinition/no-fixed-address">
<valueBoolean value="true"/>
</extension>
<use value="temp"/>
<type value="physical"/>
<text value="NO FIXED ADDRESS Sydney, NSW"/>
<state value="NSW"/>
<country value="AU"/>
</address>
</Patient>