Laboratory Workflows Implementation Guide
0.3.0 - ci-build

Laboratory Workflows Implementation Guide - Local Development build (v0.3.0). See the Directory of published versions

: Laboratory Observation - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "example-laboratory-observation",
  "meta" : {
    "profile" : [
      "http://i-tech-uw.github.io/laboratory-workflows-ig/StructureDefinition/laboratory-observation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b></p><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\">Resource Observation \"example-laboratory-observation\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-laboratory-observation.html\">Laboratory Observation</a></p></div><p><b>identifier</b>: id: ebf83ba0-9d3c-497f-9aa0-d839ec506202</p><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: Cholesterol in LDL [Moles/volume] in Serum or Plasma <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#22748-8)</span></p><p><b>subject</b>: <a href=\"Patient-example-laboratory-patient.html\">Patient/example-laboratory-patient</a> \" MUTESA\"</p><p><b>effective</b>: 2011-03-04 08:30:00+1100</p><p><b>performer</b>: <a href=\"Practitioner-example-laboratory-practitioner.html\">Practitioner/example-laboratory-practitioner</a> \"\"</p><p><b>value</b>: 55 UI/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code 88 = '88')</span></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-laboratory-patient",
    "type" : "Patient"
  },
  "effectiveDateTime" : "2011-03-04T08:30:00+11:00",
  "performer" : [
    {
      "reference" : "Practitioner/example-laboratory-practitioner"
    }
  ],
  "valueQuantity" : {
    "value" : 55,
    "unit" : "UI/L",
    "system" : "http://unitsofmeasure.org",
    "code" : "88"
  }
}