OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: OpenMRS Person Example - XML Representation

Raw xml | Download



<Person xmlns="http://hl7.org/fhir">
  <id value="68f44d7f-eb5a-40e9-aa4d-0cc0cc522866"/>
  <meta>
    <profile
             value="http://fhir.openmrs.org/core/StructureDefinition/omrs-person"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Person</b><a name="68f44d7f-eb5a-40e9-aa4d-0cc0cc522866"> </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 Person &quot;68f44d7f-eb5a-40e9-aa4d-0cc0cc522866&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-omrs-person.html">OpenMRS Person</a></p></div><p><b>identifier</b>: OpenMRS ID: 1000Y (use: OFFICIAL)</p><p><b>name</b>: Smith John </p><p><b>gender</b>: male</p><p><b>birthDate</b>: 2001-09-08</p><p><b>address</b>: Ntungamo Uganda (HOME)</p><p><b>active</b>: true</p></div>
  </text>
  <identifier id="53fbd0ef-ae10-46a0-9d0a-387917a66d6e">
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
      <text value="OpenMRS ID"/>
    </type>
    <value value="1000Y"/>
  </identifier>
  <name id="915c9146-8bdb-4fad-bc51-4af10d041c86">
    <family value="John"/>
    <given value="Smith"/>
  </name>
  <gender value="male"/>
  <birthDate value="2001-09-08"/>
  <address>
    <use value="home"/>
    <city value="Ntungamo"/>
    <district value="Ntungamo"/>
    <country value="Uganda"/>
  </address>
  <active value="true"/>
</Person>