: 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><b>Generated Narrative: RelatedPerson</b><a name="1e5cae20-85bf-11e8-b401-ffccd711ad9r"> </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 "1e5cae20-85bf-11e8-b401-ffccd711ad9r" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-mr-related-person-core.html">MR RelatedPerson</a></p></div><p><b>patient</b>: <a href="Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html">Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c</a> " GREY"</p><p><b>relationship</b>: brother <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/6.0.2/CodeSystem-v3-RoleCode.html">RoleCode</a>#BRO)</span>, Emergency Contact <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/6.0.2/CodeSystem-v2-0131.html">contactRole2</a>#C)</span>, Next-of-Kin <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/6.0.2/CodeSystem-v2-0131.html">contactRole2</a>#N)</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>