FHIR IG analytics| Package | lt.hl7.fhir.lab |
| Resource Type | Observation |
| Id | Observation-observation-total-cholesterol-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-total-cholesterol-example
Language: en
Profile: Cholesterol Total
status: Final
code: Cholesterol [Mass/volume] in Serum or Plasma
effective: 2025-10-01 09:00:00+0000
value: 155
interpretation: Normal
note:
Total cholesterol within target range (less than 200 mg/dL or <5.0 mmol/L).
Lithuanian
Generated Narrative: Observation observation-total-cholesterol-example
Language: en
Profile: Cholesterol Total
status: Final
code: Cholesterol [Mass/volume] in Serum or Plasma
effective: 2025-10-01 09:00:00+0000
value: 155
interpretation: Normal
note:
Total cholesterol within target range (less than 200 mg/dL or <5.0 mmol/L).
{
"resourceType": "Observation",
"id": "observation-total-cholesterol-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/lab/StructureDefinition/total-cholesterol-lab-lt"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2093-3",
"display": "Cholesterol [Mass/volume] in Serum or Plasma"
}
]
},
"subject": {
"reference": "Patient/patient-example"
},
"effectiveDateTime": "2025-10-01T09:00:00Z",
"valueQuantity": {
"value": 155,
"system": "http://unitsofmeasure.org"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
]
}
],
"note": [
{
"text": "Total cholesterol within target range (less than 200 mg/dL or <5.0 mmol/L)."
}
]
}