{
  "resourceType" : "Observation",
  "id" : "betsysmith-johnson01-observation-hdl-01",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation betsysmith-johnson01-observation-hdl-01</b></p><a name=\"betsysmith-johnson01-observation-hdl-01\"> </a><a name=\"hcbetsysmith-johnson01-observation-hdl-01\"> </a><p><b>status</b>: Final</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 2085-9}\">Cholesterol in HDL</span></p><p><b>subject</b>: <a href=\"Patient-patient-betsysmith-johnson01.html\">Betsy Smith-Johnson</a></p><p><b>effective</b>: 2025-05-03 08:30:00+1100</p><p><b>performer</b>: <a href=\"Organization-org-ED-Metro-Hospital.html\">Organization Metro Hospital Emergency Department</a></p><p><b>value</b>: 1.3 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemmol/L = 'mmol/L')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation L}\">Low</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1.5 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemmol/L = 'mmol/L')</span></td><td>Desirable: greater than 1.5 mmol/L</td></tr></table></div>"
  },
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "laboratory",
      "display" : "Laboratory"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "2085-9",
      "display" : "Cholesterol in HDL [Mass/volume] in Serum or Plasma"
    }],
    "text" : "Cholesterol in HDL"
  },
  "subject" : {
    "reference" : "Patient/patient-betsysmith-johnson01",
    "display" : "Betsy Smith-Johnson"
  },
  "effectiveDateTime" : "2025-05-03T08:30:00+11:00",
  "performer" : [{
    "reference" : "Organization/org-ED-Metro-Hospital"
  }],
  "valueQuantity" : {
    "value" : 1.3,
    "unit" : "mmol/L",
    "system" : "http://unitsofmeasure.org",
    "code" : "mmol/L"
  },
  "interpretation" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
      "code" : "L",
      "display" : "Low"
    }]
  }],
  "referenceRange" : [{
    "low" : {
      "value" : 1.5,
      "unit" : "mmol/L",
      "system" : "http://unitsofmeasure.org",
      "code" : "mmol/L"
    },
    "text" : "Desirable: greater than 1.5 mmol/L"
  }]
}