HL7 FHIR Malaysia Core (MY Core) Implementation Guide
2.0.0 - ci-build

HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-relatedperson - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="example-relatedperson"/>
  <meta>
    <versionId value="3"/>
    <lastUpdated value="2022-09-23T00:24:27.554+08:00"/>
    <source value="#3kXnpDuSJD9lBF7F"/>
    <profile
             value="http://fhir.hie.moh.gov.my/StructureDefinition/RelatedPerson-my-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson example-relatedperson</b></p><a name="example-relatedperson"> </a><a name="hcexample-relatedperson"> </a><a name="example-relatedperson-en-US"> </a><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">version: 3; Last updated: 2022-09-23 00:24:27+0800; </p><p style="margin-bottom: 0px">Information Source: #3kXnpDuSJD9lBF7F</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-RelatedPerson-my-core.html">RelatedPerson (MY Core)</a></p></div><p><b>identifier</b>: <code>http://fhir.hie.moh.gov.my/sid/my-kad-no</code>/950728106052</p><p><b>active</b>: true</p><p><b>patient</b>: <a href="Patient/f92c383f-68de-46c1-8cde-970efa2d0f15">Patient/f92c383f-68de-46c1-8cde-970efa2d0f15</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FAMMEMB}">family member</span></p><p><b>name</b>: MANGSA(Official)</p></div>
  </text>
  <identifier>
    <system value="http://fhir.hie.moh.gov.my/sid/my-kad-no"/>
    <value value="950728106052"/>
  </identifier>
  <active value="true"/>
  <patient>
    <reference value="Patient/f92c383f-68de-46c1-8cde-970efa2d0f15"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="FAMMEMB"/>
      <display value="family member"/>
    </coding>
  </relationship>
  <name>
    <use value="official"/>
    <text value="MANGSA"/>
  </name>
</RelatedPerson>