FHIR IG analytics| Package | lt.hl7.fhir.lab |
| Resource Type | Observation |
| Id | Observation-observation-lipidogram-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-lipidogram-example
Language: en
status: Final
category: Laboratory
code: Lipid 1996 panel - Serum or Plasma
effective: 2025-10-31 09:00:00+0000
note:
LDL cholesterol elevated; overall lipid profile suggests need for dietary modification and monitoring.
specimen: Serum sample
hasMember:
Generated Narrative: Observation #observation-triglycerides-example
Profile: Triglycerides
status: Final
code: Triglyceride
effective: 2011-03-04 08:30:00+1100
performer: Organization Vilnius Heart Clinic
value: 1.3 mmol/l (Details: UCUM codemmol/L = 'mmol/L')
interpretation: Normal
ReferenceRanges
High Text 2 mmol/l (Details: UCUM codemmol/L = 'mmol/L') Normal range: less than 2.0 mmol/L
Lithuanian
Generated Narrative: Observation observation-lipidogram-example
Language: en
status: Final
category: Laboratory
code: Lipid 1996 panel - Serum or Plasma
effective: 2025-10-31 09:00:00+0000
note:
LDL cholesterol elevated; overall lipid profile suggests need for dietary modification and monitoring.
specimen: Serum sample
hasMember:
Generated Narrative: Observation #observation-triglycerides-example
Profile: Triglycerides
status: Final
code: Triglyceride
effective: 2011-03-04 08:30:00+1100
performer: Organization Vilnius Heart Clinic
value: 1.3 mmol/l (Details: UCUM codemmol/L = 'mmol/L')
interpretation: Normal
ReferenceRanges
High Text 2 mmol/l (Details: UCUM codemmol/L = 'mmol/L') Normal range: less than 2.0 mmol/L
{
"resourceType": "Observation",
"id": "observation-lipidogram-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/lab/StructureDefinition/lipidogram-lab-lt"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Observation",
"id": "observation-triglycerides-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/lab/StructureDefinition/triglycerides-lab-lt"
]
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "14927-8",
"display": "Triglyceride [Moles/volume] in Serum or Plasma"
}
],
"text": "Triglyceride"
},
"subject": {
"reference": "Patient/patient-example"
},
"effectiveDateTime": "2011-03-04T08:30:00+11:00",
"performer": [
{
"reference": "Organization/organization-example"
}
],
"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": "N",
"display": "Normal"
}
]
}
],
"referenceRange": [
{
"high": {
"value": 2,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"text": "Normal range: less than 2.0 mmol/L"
}
]
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "24331-1",
"display": "Lipid 1996 panel - Serum or Plasma"
}
]
},
"subject": {
"reference": "Patient/patient-example"
},
"effectiveDateTime": "2025-10-31T09:00:00Z",
"note": [
{
"text": "LDL cholesterol elevated; overall lipid profile suggests need for dietary modification and monitoring."
}
],
"specimen": {
"display": "Serum sample"
},
"hasMember": [
{
"reference": "Observation/observation-total-cholesterol-example"
},
{
"reference": "Observation/observation-cholesterol-ldl-example"
},
{
"reference": "Observation/observation-cholesterol-hdl-example"
},
{
"reference": "#observation-triglycerides-example"
}
]
}