FHIR IG analytics| Package | fhirfrog.au-core-tests |
| Resource Type | Observation |
| Id | Observation-au-core-diagnosticresult-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-conformant
status: Final
category: Audiology
code: Hearing threshold Ear - left --500 Hz
subject: Patient/patient-fixture
effective: 2026-01-15 09:30:00+1000
performer: Frog Audiology Clinic
value: 45 dB (Details: UCUM codedB = 'dB')
bodySite: Structure of left ear
| Code | Value[x] |
| Hearing threshold Ear - right --500 Hz | 42 dB (Details: UCUM codedB = 'dB') |
{
"resourceType": "Observation",
"id": "au-core-diagnosticresult-conformant",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "AU",
"display": "Audiology"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "89024-4",
"display": "Hearing threshold Ear - left --500 Hz"
}
],
"text": "Hearing threshold Ear - left --500 Hz"
},
"subject": {
"reference": "Patient/patient-fixture"
},
"effectiveDateTime": "2026-01-15T09:30:00+10:00",
"performer": [
{
"display": "Frog Audiology Clinic"
}
],
"valueQuantity": {
"value": 45,
"unit": "dB",
"system": "http://unitsofmeasure.org",
"code": "dB"
},
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "771404007",
"display": "Structure of left ear"
}
]
},
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "89025-1",
"display": "Hearing threshold Ear - right --500 Hz"
}
]
},
"valueQuantity": {
"value": 42,
"unit": "dB",
"system": "http://unitsofmeasure.org",
"code": "dB"
}
}
]
}