FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Observation |
| Id | Observation-betsysmith-johnson01-observation-hdl-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation betsysmith-johnson01-observation-hdl-01
status: Final
category: Laboratory
code: Cholesterol in HDL
subject: Betsy Smith-Johnson
effective: 2025-05-03 08:30:00+1100
performer: Organization Metro Hospital Emergency Department
value: 1.3 mmol/L (Details: UCUM codemmol/L = 'mmol/L')
interpretation: Low
| Low | Text |
| 1.5 mmol/L (Details: UCUM codemmol/L = 'mmol/L') | Desirable: greater than 1.5 mmol/L |
{
"resourceType": "Observation",
"id": "betsysmith-johnson01-observation-hdl-01",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}