FHIR IG analytics| Package | fhirfrog.au-core-tests |
| Resource Type | Observation |
| Id | Observation-au-core-diagnosticresult-path-conformant.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation au-core-diagnosticresult-path-conformant
Profile: AU Core Pathology Result Observation
status: Final
category: Laboratory, Chemistry
code: Sodium
subject: Patient/patient-fixture
effective: 2026-01-20 08:15:00+1000
performer: Frog Pathology Laboratory
value: 140 mmol/L (Details: UCUM codemmol/L = 'mmol/L')
interpretation: Normal
specimen: Serum specimen
| Low | High | Type | Text |
| 135 mmol/L (Details: UCUM codemmol/L = 'mmol/L') | 145 mmol/L (Details: UCUM codemmol/L = 'mmol/L') | Normal Range | 135-145 mmol/L |
| Code | Value[x] |
| Potassium [Moles/volume] in Serum or Plasma | 4.2 mmol/L (Details: UCUM codemmol/L = 'mmol/L') |
{
"resourceType": "Observation",
"id": "au-core-diagnosticresult-path-conformant",
"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"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2951-2",
"display": "Sodium [Moles/volume] in Serum or Plasma"
}
],
"text": "Sodium"
},
"subject": {
"reference": "Patient/patient-fixture"
},
"effectiveDateTime": "2026-01-20T08:15:00+10:00",
"performer": [
{
"display": "Frog Pathology Laboratory"
}
],
"valueQuantity": {
"value": 140,
"unit": "mmol/L",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "N",
"display": "Normal"
}
]
}
],
"specimen": {
"display": "Serum specimen"
},
"referenceRange": [
{
"low": {
"value": 135,
"unit": "mmol/L",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"high": {
"value": 145,
"unit": "mmol/L",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
"code": "normal",
"display": "Normal Range"
}
]
},
"text": "135-145 mmol/L"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2823-3",
"display": "Potassium [Moles/volume] in Serum or Plasma"
}
]
},
"valueQuantity": {
"value": 4.2,
"unit": "mmol/L",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
}
}
]
}