FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Observation |
| Id | Observation-betsysmith-johnson01-observation-triglyceride-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation betsysmith-johnson01-observation-triglyceride-01
status: Final
category: Laboratory
code: Triglyceride
subject: Betsy Smith-Johnson
effective: 2025-05-03 08:30:00+1100
performer: Organization Metro Hospital Emergency Department
value: 1.3 mmol/L (Details: UCUM codemmol/L = 'mmol/L')
interpretation: Normal
| High | Text |
| 2 mmol/L (Details: UCUM codemmol/L = 'mmol/L') | Normal range: less than 2.0 mmol/L |
{
"resourceType": "Observation",
"id": "betsysmith-johnson01-observation-triglyceride-01",
"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": "35217-9",
"display": "Triglyceride [Mass or Moles/volume] in Serum or Plasma"
}
],
"text": "Triglyceride"
},
"subject": {
"reference": "Patient/patient-betsysmith-johnson01",
"display": "Betsy Smith-Johnson"
},
"effectiveDateTime": "2025-05-03T08:30:00+11:00",
"performer": [
{
"reference": "Organization/org-ED-Metro-Hospital"
}
],
"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"
}
]
}