FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Observation |
| Id | Observation-lipid-ldl-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation lipid-ldl-1
Profile: AU Core Pathology Result Observation
status: Final
category: Laboratory, Chemistry
code: LDL
effective: 2023-01-17
value: 4.10 mmol/L (Details: UCUM codemmol/L = 'mmol/L')
interpretation: High
| Low | High |
| 2.0 mmol/L (Details: UCUM codemmol/L = 'mmol/L') | 3.4 mmol/L (Details: UCUM codemmol/L = 'mmol/L') |
{
"resourceType": "Observation",
"id": "lipid-ldl-1",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-path"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory",
"display": "Laboratory"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "CH",
"display": "Chemistry"
}
],
"text": "Chemistry"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "22748-8",
"display": "Cholesterol in LDL [Moles/volume] in Serum or Plasma"
}
],
"text": "LDL"
},
"subject": {
"reference": "Patient/banks-mia-leanne"
},
"effectiveDateTime": "2023-01-17",
"valueQuantity": {
"value": 4.1,
"unit": "mmol/L",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "H",
"display": "High"
}
]
}
],
"referenceRange": [
{
"low": {
"value": 2,
"unit": "mmol/L",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"high": {
"value": 3.4,
"unit": "mmol/L",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
}
}
]
}