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" : "DiagnosticReport",
"id" : "betsysmith-johnson01-lipid-panel-01",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport betsysmith-johnson01-lipid-panel-01</b></p><a name=\"betsysmith-johnson01-lipid-panel-01\"> </a><a name=\"hcbetsysmith-johnson01-lipid-panel-01\"> </a><h2><span title=\"Codes:{http://loinc.org 57698-3}\">Lipid Panel</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 HM}\">Hematology</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Smith-Johnson, Betsy Female, DoB: 1950-11-15 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1PA3D58WH16)</td></tr><tr><td>When For</td><td>2025-05-03 08:30:00+1100</td></tr><tr><td>Reported</td><td>2013-01-27 11:45:33+1100</td></tr><tr><td>Performer</td><td> <a href=\"Organization-org-ED-Metro-Hospital.html\">Organization Metro Hospital Emergency Department</a></td></tr><tr><td>Identifier</td><td> <code>http://example.org/lab/reports</code>/5234342</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Reference Range</b></td><td><b>Flags</b></td><td><b>Note</b></td></tr><tr><td><a href=\"Observation-betsysmith-johnson01-observation-cholesterol-01.html\"><span title=\"Codes:{http://loinc.org 35200-5}\">Cholesterol [Mass or Moles/volume] in Serum or Plasma</span></a></td><td>6.3 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><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></td><td><blockquote><div><p>Patient reported having eaten fatty foods the day before.</p>\n</div></blockquote></td></tr><tr><td><a href=\"Observation-betsysmith-johnson01-observation-triglyceride-01.html\"><span title=\"Codes:{http://loinc.org 35217-9}\">Triglyceride</span></a></td><td>1.3 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemmol/L = 'mmol/L')</span></td><td>Normal range: less than 2.0 mmol/L</td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></td><td/></tr><tr><td><a href=\"Observation-betsysmith-johnson01-observation-hdl-01.html\"><span title=\"Codes:{http://loinc.org 2085-9}\">Cholesterol in HDL</span></a></td><td>1.3 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemmol/L = 'mmol/L')</span></td><td>Desirable: greater than 1.5 mmol/L</td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation L}\">Low</span></td><td/></tr><tr><td><a href=\"Observation-betsysmith-johnson01-observation-ldl-01.html\"><span title=\"Codes:{http://loinc.org 13457-7}\">LDL Chol. (Calc)</span></a></td><td>4.6 mmol/L<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemmol/L = 'mmol/L')</span></td><td>Optimal: less than 3.0 mmol/L</td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></td><td/></tr></table><p>Patient has elevated total cholesterol and LDL levels with borderline low HDL. Recommend lifestyle modifications and consideration of lipid-lowering therapy.</p></div>"
},
"identifier" : [
{
"system" : "http://example.org/lab/reports",
"value" : "5234342"
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
"code" : "HM",
"display" : "Hematology"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "57698-3",
"display" : "Lipid panel with direct LDL - Serum or Plasma"
}
],
"text" : "Lipid Panel"
},
"subject" : {
🔗 "reference" : "Patient/patient-betsysmith-johnson01",
"display" : "Betsy Smith-Johnson"
},
"effectiveDateTime" : "2025-05-03T08:30:00+11:00",
"issued" : "2013-01-27T11:45:33+11:00",
"performer" : [
{
🔗 "reference" : "Organization/org-ED-Metro-Hospital"
}
],
"result" : [
{
🔗 "reference" : "Observation/betsysmith-johnson01-observation-cholesterol-01"
},
{
🔗 "reference" : "Observation/betsysmith-johnson01-observation-triglyceride-01"
},
{
🔗 "reference" : "Observation/betsysmith-johnson01-observation-hdl-01"
},
{
🔗 "reference" : "Observation/betsysmith-johnson01-observation-ldl-01"
}
],
"conclusion" : "Patient has elevated total cholesterol and LDL levels with borderline low HDL. Recommend lifestyle modifications and consideration of lipid-lowering therapy."
}