MediRecords FHIR Implementation Guide
1.4.1 - release


: MediRecords RelatedPerson Example - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="1e5cae20-85bf-11e8-b401-ffccd711ad9r"/>
  <meta>
    <profile
             value="https://fhir.medirecords.com/StructureDefinition/mr-related-person-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson 1e5cae20-85bf-11e8-b401-ffccd711ad9r</b></p><a name="1e5cae20-85bf-11e8-b401-ffccd711ad9r"> </a><a name="hc1e5cae20-85bf-11e8-b401-ffccd711ad9r"> </a><a name="1e5cae20-85bf-11e8-b401-ffccd711ad9r-en-US"> </a><p><b>patient</b>: <a href="Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html">Mila Female, DoB: 1990-11-29 ( Medicare Number: 32788511952 (, period: (?) --&gt; 2025-02))</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode BRO}">brother</span>, <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 C}">Emergency Contact</span>, <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 N}">Next-of-Kin</span></p><p><b>name</b>: Sean, Abbot</p><p><b>telecom</b>: ph: 0410999998(Mobile), <a href="mailto:sean@nobody.com">sean@nobody.com</a></p></div>
  </text>
  <patient>🔗 
    <reference value="Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="BRO"/>
      <display value="brother"/>
    </coding>
  </relationship>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
      <code value="C"/>
      <display value="Emergency Contact"/>
    </coding>
  </relationship>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
      <code value="N"/>
      <display value="Next-of-Kin"/>
    </coding>
  </relationship>
  <name>
    <text value="Sean, Abbot"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0410999998"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="sean@nobody.com"/>
    <use value="home"/>
  </telecom>
</RelatedPerson>