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

FHIR IG analytics

Packagefhirfrog.au-core-tests
Resource TypeObservation
IdObservation-au-core-diagnosticresult-conformant.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 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

Components

-CodeValue[x]
*Hearing threshold Ear - right --500 Hz42 dB (Details: UCUM codedB = 'dB')

Source1

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