FHIR IG analytics| Package | lt.hl7.fhir.lab |
| Resource Type | Observation |
| Id | Observation-observation-cholesterol-non-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-non-hdl-example
Language: en
Profile: Cholesterol Non-HDL
status: Final
category: Laboratory
code: Cholesterol non HDL [Moles/volume] in Serum or Plasma
effective: 2025-10-01 09:00:00+0000
value: 3.1 mmol/L (Details: UCUM codemmol/L = 'mmol/L')
interpretation: Normal
note:
Non-HDL cholesterol within recommended range (<3.8 mmol/L).
Lithuanian
Generated Narrative: Observation observation-cholesterol-non-hdl-example
Language: en
Profile: Cholesterol Non-HDL
status: Final
category: Laboratory
code: Cholesterol non HDL [Moles/volume] in Serum or Plasma
effective: 2025-10-01 09:00:00+0000
value: 3.1 mmol/L (Details: UCUM codemmol/L = 'mmol/L')
interpretation: Normal
note:
Non-HDL cholesterol within recommended range (<3.8 mmol/L).
{
"resourceType": "Observation",
"id": "observation-cholesterol-non-hdl-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/lab/StructureDefinition/cholesterol-non-hdl-lab-lt"
]
},
"language": "en",
"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": "70204-3",
"display": "Cholesterol non HDL [Moles/volume] in Serum or Plasma"
}
]
},
"subject": {
"reference": "Patient/patient-example"
},
"effectiveDateTime": "2025-10-01T09:00:00Z",
"valueQuantity": {
"value": 3.1,
"unit": "mmol/L",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
]
}
],
"note": [
{
"text": "Non-HDL cholesterol within recommended range (<3.8 mmol/L)."
}
]
}