OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

OpenMRS Core FHIR Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/openmrs/openmrs-contrib-fhir2-ig/ and changes regularly. See the Directory of published versions

: OpenMRS Group Example - XML Representation

Raw xml | Download


<Group xmlns="http://hl7.org/fhir">
  <id value="bc572131-c234-436f-9194-00287759a3e4"/>
  <meta>
    <profile
             value="http://fhir.openmrs.org/core/StructureDefinition/omrs-group"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Group bc572131-c234-436f-9194-00287759a3e4</b></p><a name="bc572131-c234-436f-9194-00287759a3e4"> </a><a name="hcbc572131-c234-436f-9194-00287759a3e4"> </a><a name="bc572131-c234-436f-9194-00287759a3e4-en-US"> </a><p><b>Group descriptive extension</b>: Male Patients years that are alive</p><p><b>active</b>: true</p><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>name</b>: male cohort</p><p><b>quantity</b>: 10</p><p><b>managingEntity</b>: <a href="Practitioner-7a9e2727-11ee-47ae-8af5-1dcf5337f7c2.html">Super User</a></p></div>
  </text>
  <extension
             url="http://fhir.openmrs.org/core/StructureDefinition/omrs-group-description-ext">
    <valueString value="Male Patients years that are alive"/>
  </extension>
  <active value="true"/>
  <type value="person"/>
  <actual value="true"/>
  <name value="male cohort"/>
  <quantity value="10"/>
  <managingEntity>🔗 
    <reference value="Practitioner/7a9e2727-11ee-47ae-8af5-1dcf5337f7c2"/>
    <type value="Practitioner"/>
    <display value="Super User"/>
  </managingEntity>
</Group>