OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example of RelatedPerson - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="RelatedPersonExample"/>
  <meta>
    <profile
             value="http://fhir.openmrs.org/core/StructureDefinition/omrs-related-person"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson RelatedPersonExample</b></p><a name="RelatedPersonExample"> </a><a name="hcRelatedPersonExample"> </a><a name="RelatedPersonExample-en-US"> </a><p><b>identifier</b>: <code>http://openmrs.org/fhir/RelatedPerson</code>/Person/1000Y</p><p><b>active</b>: true</p><p><b>patient</b>: <a href="Patient-example-openmrs-Patient.html">Ricky Jeannette  Male, DoB: 1996-12-12 ( OpenMRS ID: 4343534 (use: official, ))</a></p><p><b>name</b>: Smith John </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 2001-09-08</p><p><b>period</b>: 2020-01-01 --&gt; 2024-01-01</p></div>
  </text>
  <identifier>
    <system value="http://openmrs.org/fhir/RelatedPerson"/>
    <value value="Person/1000Y"/>
  </identifier>
  <active value="true"/>
  <patient>🔗 
    <reference value="Patient/example-openmrs-Patient"/>
  </patient>
  <name id="915c9146-8bdb-4fad-bc51-4af10d041c86">
    <family value="John"/>
    <given value="Smith"/>
  </name>
  <gender value="male"/>
  <birthDate value="2001-09-08"/>
  <period>
    <start value="2020-01-01"/>
    <end value="2024-01-01"/>
  </period>
</RelatedPerson>