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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeObservation
IdObservation-NatureAndAgeOfHearingLoss-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "Observation-NatureAndAgeOfHearingLoss-Example",
  "meta": {
    "tag": [
      {
        "system": "https://fhir.nhs.uk/CodeSystem/mds-questiontag-genomics",
        "code": "PCI-17",
        "display": "Patient clinical information - Laterality of hearing loss"
      }
    ]
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
        "code": "R67.1",
        "display": "Monogenic hearing loss",
        "version": "7"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-MeirLieberman-Example",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9449307873"
    }
  },
  "effectiveDateTime": "2023-08-05",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "95820000",
            "display": "Bilateral hearing loss"
          }
        ]
      },
      "valueString": "hearing loss since childhood"
    }
  ]
}