OpenELIS GLOBAL2 Implementation Guide
0.1.0 - ci-build

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

: OpenElis Observation Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "OpenElisObservationExample",
  "meta" : {
    "profile" : [
      🔗 "http://digi-uw.github.io/openelis-global-ig/StructureDefinition/open-elis-observation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation OpenElisObservationExample</b></p><a name=\"OpenElisObservationExample\"> </a><a name=\"hcOpenElisObservationExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-open-elis-observation.html\">OpenELIS Observation</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-OpenELISObservationIdentifierSystem.html\" title=\"Defined url for OpenELISObservation identifier system url \">OpenELISObservationIdentifierSystem</a>/158999b0-b295-4dfd-a5b0-81ed58733b5f</p><p><b>basedOn</b>: <a href=\"ServiceRequest-OpenElisServiceRequestExample.html\">ServiceRequest CT Chest</a></p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 15074-8}\">Glucose Bld-sCnc</span></p><p><b>subject</b>: <a href=\"Patient-329f09da-0fc9-419d-9575-ace68954426A.html\">moses Mutesa  Male, DoB: 1988-03-02 ( https://demo.openelis-global.org/pat_nationalId#OpenELIPatientIdentifierSystem#NA121212)</a></p><p><b>effective</b>: 2025-09-03 11:30:00+0000</p><p><b>performer</b>: <a href=\"Practitioner-f185bb76-c298-4671-9be3-ccc94c0a9868.html\">Practitioner Moses Mutesasira </a></p><p><b>value</b>: 55 UI/L</p><p><b>specimen</b>: <a href=\"Specimen-OpenElisSpecimenExample.html\">Specimen: identifier = https://demo.openelis-global.org/sampleItem_uuid#OpenELISSpecimenIdentifierSystem#9df49e2d-57f7-4e7b-abb1-54d0a1933253; accessionIdentifier = https://demo.openelis-global.org/sampleItem_labNo#OpenELISSpecimenIdentifierSystem#TESTA230000000001751; status = available; type = Plasma specimen; receivedTime = 2023-03-03 07:03:00+0000</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://demo.openelis-global.org/result_uuid",
      "value" : "158999b0-b295-4dfd-a5b0-81ed58733b5f"
    }
  ],
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/OpenElisServiceRequestExample"
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "15074-8",
        "display" : "Glucose Bld-sCnc"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/329f09da-0fc9-419d-9575-ace68954426A"
  },
  "effectiveDateTime" : "2025-09-03T11:30:00Z",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/f185bb76-c298-4671-9be3-ccc94c0a9868"
    }
  ],
  "valueQuantity" : {
    "value" : 55,
    "unit" : "UI/L"
  },
  "specimen" : {
    🔗 "reference" : "Specimen/OpenElisSpecimenExample"
  }
}