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

FHIR IG analytics

Packagehl7.fhir.uv.phr
Resource TypeObservation
IdObservation-pghd-hearingSensitivity-3.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 pghd-hearingSensitivity-3

Language: en

Profile: PGHD HearingSensitivity Profile

identifier: urn:uuid:2a0d59fe-e99f-d216-5865-670442becaa3/DE430E9B-03F4-4310-ACA1-508787B240CD_3

status: Final

category: Exam

code: Hearing sensitivity

subject: John Doe Male, DoB: 1990-01-01

effective: 2023-12-01 05:33:42+0000 --> 2023-12-01 05:35:22+0000

performer: John Doe Male, DoB: 1990-01-01

component

code: Frequency

value: 2000 Hz (Details: UCUM codeHz = 'Hz')

component

code: Left ear sensitivity

value: 70 dB (Details: UCUM codedB = 'dB')

component

code: Right ear sensitivity

value: 75 dB (Details: UCUM codedB = 'dB')


Source1

{
  "resourceType": "Observation",
  "id": "pghd-hearingSensitivity-3",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-hearing-sensitivity"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:uuid:2a0d59fe-e99f-d216-5865-670442becaa3",
      "value": "DE430E9B-03F4-4310-ACA1-508787B240CD_3"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam",
          "display": "Exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes",
        "code": "hearingSensitivity"
      }
    ]
  },
  "subject": {
    "reference": "Patient/1"
  },
  "effectivePeriod": {
    "start": "2023-12-01T05:33:42Z",
    "end": "2023-12-01T05:35:22Z"
  },
  "performer": [
    {
      "reference": "Patient/1"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/phr/CodeSystem/hearing-sensitivity-codes",
            "code": "frequency"
          }
        ]
      },
      "valueQuantity": {
        "value": 2000,
        "unit": "Hz",
        "system": "http://unitsofmeasure.org",
        "code": "Hz"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/phr/CodeSystem/hearing-sensitivity-codes",
            "code": "leftEarSensitivity"
          }
        ]
      },
      "valueQuantity": {
        "value": 70,
        "unit": "dB",
        "system": "http://unitsofmeasure.org",
        "code": "dB"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/phr/CodeSystem/hearing-sensitivity-codes",
            "code": "rightEarSensitivity"
          }
        ]
      },
      "valueQuantity": {
        "value": 75,
        "unit": "dB",
        "system": "http://unitsofmeasure.org",
        "code": "dB"
      }
    }
  ]
}