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
{
"resourceType" : "Observation",
"id" : "betsysmith-johnson01-observation-ldl-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-ldl-01</b></p><a name=\"betsysmith-johnson01-observation-ldl-01\"> </a><a name=\"hcbetsysmith-johnson01-observation-ldl-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 13457-7}\">LDL Chol. (Calc)</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>: 4.6 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><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>3 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemmol/L = 'mmol/L')</span></td><td>Optimal: less than 3.0 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" : "13457-7",
"display" : "Cholesterol in LDL [Mass/volume] in Serum or Plasma by calculation"
}
],
"text" : "LDL Chol. (Calc)"
},
"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" : 4.6,
"unit" : "mmol/L",
"system" : "http://unitsofmeasure.org",
"code" : "mmol/L"
},
"interpretation" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code" : "H",
"display" : "High"
}
]
}
],
"referenceRange" : [
{
"high" : {
"value" : 3,
"unit" : "mmol/L",
"system" : "http://unitsofmeasure.org",
"code" : "mmol/L"
},
"text" : "Optimal: less than 3.0 mmol/L"
}
]
}