FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Observation |
| Id | Observation-hearing-threshold-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation hearing-threshold-1
status: Final
category: Audiology
code: Hearing threshold Ear - left --500 Hz
subject: Ronny Lawrence Irvine Male, DoB: ( DVA Number: QX827261)
effective: 2020-11-06 10:45:00-0500
performer: Organization Mitchells Hill Audiology
value: 45 dB (Details: UCUM codedB = 'dB')
{
"resourceType": "Observation",
"id": "hearing-threshold-1",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult",
"http://hl7.org.au/fhir/StructureDefinition/au-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/ronny-irvine"
},
"effectiveDateTime": "2020-11-06T10:45:00-05:00",
"performer": [
{
"reference": "Organization/mitchells-hill-audiology"
}
],
"valueQuantity": {
"value": 45,
"unit": "dB",
"system": "http://unitsofmeasure.org",
"code": "dB"
}
}