EMR-LIS Implementation Guide
0.2.0 - ci-build

EMR-LIS Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: EMR-LIS Observation - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "example-emr-lis-observation",
  "meta" : {
    "profile" : [
      "http://i-tech-uw.github.io/emr-lis-ig/StructureDefinition/emr-lab-observation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: ebf83ba0-9d3c-497f-9aa0-d839ec506202</p><p></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 22748-8}\">22748-8</span></p><p><b>subject</b>: <a href=\"Patient-example-emr-lis-patient.html\">Generated Summary: iSantePlus ID: 10012R (OFFICIAL); active; moses Mutesa ; gender: female; birthDate: 1988-03-02; </a></p><p><b>effective</b>: Mar 3, 2011, 9:30:00 PM</p><p><b>performer</b>: <a href=\"Practitioner-example-emr-lis-practitioner.html\">Generated Summary: id: 1000AX; Moses Mutesa</a></p><p><b>value</b>: 55 UI/L</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://isanteplusdemo.com/openmrs/ws/fhir2/",
      "value" : "ebf83ba0-9d3c-497f-9aa0-d839ec506202"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "22748-8"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/example-emr-lis-patient",
    "type" : "Patient"
  },
  "effectiveDateTime" : "2011-03-04T08:30:00+11:00",
  "performer" : [
    {
      "reference" : "Practitioner/example-emr-lis-practitioner"
    }
  ],
  "valueQuantity" : {
    "value" : 55,
    "unit" : "UI/L",
    "system" : "http://unitsofmeasure.org",
    "code" : "88"
  }
}