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 Patient Example - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="example-openmrs-Patient"/>
  <meta>
    <profile
             value="http://fhir.openmrs.org/core/StructureDefinition/omrs-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Ricky Jeannette </b> male, DoB: 1996-12-12 ( OpenMRS ID: 4343534 (use: OFFICIAL))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td>true</td><td style="background-color: #f3f5da" title="Known status of Patient">Deceased:</td><td colspan="3">false</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Details:</td><td colspan="3"><ul><li><a href="tel:+256788232241">+256788232241</a></li><li>Washington Washington (HOME)</li></ul></td></tr></table></div>
  </text>
  <identifier>
    <extension
               url="http://fhir.openmrs.org/core/StructureDefinition/omrs-patient-identifier-location">
      <valueReference>
        <reference value="Location/a3b793f0-eb53-4cda-92ce-fe0a77106252"/>
        <type value="Location"/>
        <display value="Inpatient Ward"/>
      </valueReference>
    </extension>
    <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="4343534"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Jeannette"/>
    <given value="Ricky"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+256788232241"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1996-12-12"/>
  <deceasedBoolean value="false"/>
  <address>
    <use value="home"/>
    <city value="Washington"/>
    <district value="Washington"/>
    <country value="Washington"/>
  </address>
</Patient>