AU Core Implementation Guide
0.2.1-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: RelatedPerson - Mother of John Smith - XML Representation

Page standards status: Informative

Raw xml | Download



<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="smith-emma-john"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: RelatedPerson</b><a name="smith-emma-john"> </a></p><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">Resource RelatedPerson &quot;smith-emma-john&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-au-core-relatedperson.html">AU Core RelatedPerson</a></p></div><p><b>identifier</b>: Medicare Number: 1234567892 (period: (?) --&gt; 2024-05)</p><p><b>patient</b>: <a href="Patient-baby-smith-john.html">Patient/baby-smith-john</a> &quot; SMITH&quot;</p><p><b>relationship</b>: mother <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleCode.html">RoleCode</a>#MTH)</span></p><p><b>name</b>: Emma SMITH </p><p><b>telecom</b>: ph: 0491 579 212(MOBILE)</p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MC"/>
        <display value="Patient's Medicare Number"/>
      </coding>
      <text value="Medicare Number"/>
    </type>
    <system value="http://ns.electronichealth.net.au/id/medicare-number"/>
    <value value="1234567892"/>
    <period>
      <end value="2024-05"/>
    </period>
  </identifier>
  <patient>
    <reference value="Patient/baby-smith-john"/>
    <identifier>
      <use value="temp"/>
      <type>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
          <code value="MR"/>
        </coding>
      </type>
      <system
              value="http://ns.electronichealth.net.au/id/abn-scoped/medicalrecord/1.0/51824753003"/>
      <value value="7746677"/>
      <assigner>
        <display value="QLD Hospital"/>
      </assigner>
    </identifier>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="MTH"/>
      <display value="mother"/>
    </coding>
  </relationship>
  <name>
    <family value="SMITH"/>
    <given value="Emma"/>
    <prefix value="Mrs."/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0491 579 212"/>
    <use value="mobile"/>
  </telecom>
</RelatedPerson>