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
<RelatedPerson xmlns="http://hl7.org/fhir">
<id value="mhr-smith-oliver"/>
<meta>
<profile
value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-relatedperson-core-1"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<table>
<tr>
<td>NAME</td>
<td>Mr. Oliver SMITH</td>
</tr>
<tr>
<td>IHI NUMBER</td>
<td>8003608833357361</td>
</tr>
<tr>
<td>RELATED TO</td>
<td>Child of Sally FIELD</td>
</tr>
<tr>
<td>GENDER</td>
<td>Male</td>
</tr>
</table>
</div>
</text>
<identifier>
<use value="official"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="NI"/>
<display value="National unique individual identifier"/>
</coding>
</type>
<system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
<value value="8003608833357361"/>
</identifier>
<patient>🔗
<reference value="Patient/mhr-field-sally"/>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="NI"/>
<display value="National unique individual identifier"/>
</coding>
</type>
<system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
<value value="8003608333563104"/>
</identifier>
</patient>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="CHILD"/>
<display value="child"/>
</coding>
</relationship>
<name>
<use value="usual"/>
<family value="SMITH"/>
<given value="Oliver"/>
<prefix value="Mr."/>
</name>
<gender value="male"/>
</RelatedPerson>