OpenMRS Core FHIR Implementation Guide
0.1.0 - ci-build

OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OpenMRS Observation Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "example-openmrs-Observation",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.openmrs.org/core/StructureDefinition/OpenMRS-observation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-openmrs-Observation</b></p><a name=\"example-openmrs-Observation\"> </a><a name=\"hcexample-openmrs-Observation\"> </a><a name=\"example-openmrs-Observation-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}\">Exam</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 431314004}\">Arterial blood oxygen saturation (pulse oximeter)</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>encounter</b>: <a href=\"Encounter-5b829d01-34bb-47d1-b1bb-9303c3a9ebcb.html\">Encounter: status = unknown; class = ambulatory (ActCode#AMB); type = Vitals; period = 2022-06-22 --&gt; 2022-06-22</a></p><p><b>value</b>: 25 DEG C</p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>10</td><td>272</td><td><span title=\"Codes:{http://fhir.openmrs.org/ext/obs/reference-range absolute}\">absolute</span></td></tr></table></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "exam"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "431314004",
        "display" : "SpO2 - saturation of peripheral oxygen"
      }
    ],
    "text" : "Arterial blood oxygen saturation (pulse oximeter)"
  },
  "subject" : {
    🔗 "reference" : "Patient/example-openmrs-Patient"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/5b829d01-34bb-47d1-b1bb-9303c3a9ebcb"
  },
  "valueQuantity" : {
    "value" : 25,
    "unit" : "DEG C"
  },
  "interpretation" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code" : "H",
          "display" : "High"
        }
      ]
    }
  ],
  "referenceRange" : [
    {
      "low" : {
        "value" : 10
      },
      "high" : {
        "value" : 272
      },
      "type" : {
        "coding" : [
          {
            "system" : "http://fhir.openmrs.org/ext/obs/reference-range",
            "code" : "absolute"
          }
        ]
      }
    }
  ]
}