FHIR Implementation Guide for ABDM
5.0.0 - active India

Banner

FHIR Implementation Guide for ABDM - Local Development build (v5.0.0). See the Directory of published versions

: Observation-lab-example-02 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "lab-example-02",
  "meta" : {
    "profile" : [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Observation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"lab-example-02\"> </a></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 &quot;lab-example-02&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Observation.html\">Observation</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Triglyceride [Mass/volume] in Serum or Plasma <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#2571-8)</span></p><p><b>subject</b>: <a href=\"Patient-example-01.html\">Patient/example-01</a> &quot;&quot;</p><p><b>effective</b>: 2020-09-29</p><p><b>performer</b>: <a href=\"Organization-example-01.html\">Organization/example-01</a> &quot;XYZ Lab Pvt.Ltd.&quot;</p><p><b>value</b>: 146.00 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 258797006 = 'milligram/decilitre')</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>150.00 mg/dL<span style=\"background: LightGoldenRodYellow\"> (Details: SNOMED CT code 258797006 = 'milligram/decilitre')</span></td></tr></table></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "2571-8",
        "display" : "Triglyceride [Mass/volume] in Serum or Plasma"
      }
    ],
    "text" : "Triglyceride [Mass/volume] in Serum or Plasma"
  },
  "subject" : {
    "reference" : "Patient/example-01"
  },
  "effectiveDateTime" : "2020-09-29",
  "performer" : [
    {
      "reference" : "Organization/example-01"
    }
  ],
  "valueQuantity" : {
    "value" : 146.00,
    "unit" : "mg/dL",
    "system" : "http://snomed.info/sct",
    "code" : "258797006"
  },
  "referenceRange" : [
    {
      "high" : {
        "value" : 150.00,
        "unit" : "mg/dL",
        "system" : "http://snomed.info/sct",
        "code" : "258797006"
      }
    }
  ]
}