FHIR IG analytics| Package | lt.hl7.fhir.lab |
| Resource Type | Observation |
| Id | Observation-observation-cholesterol-hdl-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Observation observation-cholesterol-hdl-example
Language: en
Profile: Cholesterol HDL
status: Final
code: Cholesterol in HDL [Mass/volume] in Serum or Plasma
effective: 2025-10-01 09:00:00+0000
value: 55
interpretation: Normal
note:
HDL cholesterol within healthy range (>= 40 (male) or >= 50 (female) mg/dL and <= 60 mg/dL).
Lithuanian
Generated Narrative: Observation observation-cholesterol-hdl-example
Language: en
Profile: Cholesterol HDL
status: Final
code: Cholesterol in HDL [Mass/volume] in Serum or Plasma
effective: 2025-10-01 09:00:00+0000
value: 55
interpretation: Normal
note:
HDL cholesterol within healthy range (>= 40 (male) or >= 50 (female) mg/dL and <= 60 mg/dL).
{
"resourceType": "Observation",
"id": "observation-cholesterol-hdl-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/lab/StructureDefinition/cholesterol-hdl-lab-lt"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2085-9",
"display": "Cholesterol in HDL [Mass/volume] in Serum or Plasma"
}
]
},
"subject": {
"reference": "Patient/patient-example"
},
"effectiveDateTime": "2025-10-01T09:00:00Z",
"valueQuantity": {
"value": 55
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
]
}
],
"note": [
{
"text": "HDL cholesterol within healthy range (>= 40 (male) or >= 50 (female) mg/dL and <= 60 mg/dL)."
}
]
}