FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeObservation
IdObservation-hearing-threshold-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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')


Source1

{
  "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"
  }
}