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
<!-- Compliant with HI Test Data in Vendor Environment -->
<Patient xmlns="http://hl7.org/fhir">
<id value="hi-testdata-moss-cleo"/>
<meta>
<profile
value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<h2>Cleo Moss Esq.</h2>
<table>
<tr>
<td>Indigenous Status</td>
<td>Neither Aboriginal nor Torres Strait Islander origin</td>
</tr>
<tr>
<td>IHI</td>
<td>8003608833564735</td>
</tr>
<tr>
<td>Email</td>
<td>[email protected]</td>
</tr>
<tr>
<td>Gender</td>
<td>Female</td>
</tr>
<tr>
<td>Date of Birth</td>
<td>23 August 1965</td>
</tr>
<tr>
<td>Address</td>
<td>138 Gateway Ct, CALDER, TAS, 7325</td>
</tr>
</table>
</div>
</text>
<extension
url="http://hl7.org.au/fhir/StructureDefinition/indigenous-status">
<valueCoding>
<system
value="https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1"/>
<code value="4"/>
<display value="Neither Aboriginal nor Torres Strait Islander origin"/>
</valueCoding>
</extension>
<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"/>
<display 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"/>
<display value="National unique individual identifier"/>
</coding>
<text value="IHI"/>
</type>
<system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
<value value="8003608833564735"/>
</identifier>
<name>
<family value="Moss"/>
<given value="Cleo"/>
<suffix value="Esq."/>
</name>
<telecom>
<system value="email"/>
<value value="[email protected]"/>
</telecom>
<gender value="female"/>
<birthDate value="1965-08-23"/>
<address>
<use value="home"/>
<text value="138 Gateway Ct, CALDER, TAS, 7325"/>
</address>
</Patient>