PACIO Sample Data Depot
0.1.0 - draft

PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions

: betsysmith-johnson01-observation-cholesterol-01 - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "betsysmith-johnson01-observation-cholesterol-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-cholesterol-01</b></p><a name=\"betsysmith-johnson01-observation-cholesterol-01\"> </a><a name=\"hcbetsysmith-johnson01-observation-cholesterol-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 35200-5}\">Cholesterol [Mass or Moles/volume] in Serum or Plasma</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>: 6.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 H}\">High</span></p><p><b>note</b>: </p><blockquote><div><p>Patient reported having eaten fatty foods the day before.</p>\n</div></blockquote><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>High</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>4.5 mmol/l<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemmol/L = 'mmol/L')</span></td><td>High Risk at or above 4.5 mmol/L (Per Australian NHF Recommendations)</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" : "35200-5",
        "display" : "Cholesterol [Mass or Moles/volume] in Serum or Plasma"
      }
    ]
  },
  "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" : 6.3,
    "unit" : "mmol/L",
    "system" : "http://unitsofmeasure.org",
    "code" : "mmol/L"
  },
  "interpretation" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code" : "H",
          "display" : "High"
        }
      ]
    }
  ],
  "note" : [
    {
      "text" : "Patient reported having eaten fatty foods the day before."
    }
  ],
  "referenceRange" : [
    {
      "high" : {
        "value" : 4.5,
        "unit" : "mmol/l",
        "system" : "http://unitsofmeasure.org",
        "code" : "mmol/L"
      },
      "text" : "High Risk at or above 4.5 mmol/L (Per Australian NHF Recommendations)"
    }
  ]
}