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 - JSON Representation

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "bc572131-c234-436f-9194-00287759a3e4",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.openmrs.org/core/StructureDefinition/omrs-group"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<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>"
  },
  "extension" : [
    {
      "url" : "http://fhir.openmrs.org/core/StructureDefinition/omrs-group-description-ext",
      "valueString" : "Male Patients years that are alive"
    }
  ],
  "active" : true,
  "type" : "person",
  "actual" : true,
  "name" : "male cohort",
  "quantity" : 10,
  "managingEntity" : {
    🔗 "reference" : "Practitioner/7a9e2727-11ee-47ae-8af5-1dcf5337f7c2",
    "type" : "Practitioner",
    "display" : "Super User"
  }
}