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/abertnamanya/openmrs-contrib-fhir2-ig/ and changes regularly. See the Directory of published versions

: OpenMRS Encounter Resource Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "5b829d01-34bb-47d1-b1bb-9303c3a9ebcb",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.openmrs.org/core/StructureDefinition/omrs-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter 5b829d01-34bb-47d1-b1bb-9303c3a9ebcb</b></p><a name=\"5b829d01-34bb-47d1-b1bb-9303c3a9ebcb\"> </a><a name=\"hc5b829d01-34bb-47d1-b1bb-9303c3a9ebcb\"> </a><a name=\"5b829d01-34bb-47d1-b1bb-9303c3a9ebcb-en-US\"> </a><p><b>status</b>: Unknown</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: ambulatory</p><p><b>type</b>: <span title=\"Codes:{http://fhir.openmrs.org/code-system/encounter-type 67a71486-1a54-468f-ac3e-7091a9a79584}\">Vitals</span></p><p><b>subject</b>: <a href=\"Patient-example-openmrs-Patient.html\">Ricky Jeannette  Male, DoB: 1996-12-12 ( OpenMRS ID:\u00a04343534\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>period</b>: 2022-06-22 --&gt; 2022-06-22</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-a3b793f0-eb53-4cda-92ce-fe0a77106252.html\">Location Outpatient Clinic</a></td></tr></table></div>"
  },
  "status" : "unknown",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://fhir.openmrs.org/code-system/encounter-type",
          "code" : "67a71486-1a54-468f-ac3e-7091a9a79584",
          "display" : "Vitals"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/example-openmrs-Patient",
    "type" : "Patient"
  },
  "period" : {
    "start" : "2022-06-22",
    "end" : "2022-06-22"
  },
  "location" : [
    {
      "location" : {
        🔗 "reference" : "Location/a3b793f0-eb53-4cda-92ce-fe0a77106252"
      }
    }
  ]
}