Observation-NatureAndAgeOfHearingLoss-Example

Example of an Observation indicating the nature and age of disease affecting a patient.

Observation
{
"resourceType": "Observation",
"id": "Observation-NatureAndAgeOfHearingLoss-Example",
"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",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307873"
}
},
"effectiveDateTime": "2023-08-05",
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "95820000",
"display": "Bilateral hearing loss"
}
]
},
"valueString": "hearing loss since childhood"
}
]
}
<Observation xmlns="http://hl7.org/fhir">
<id value="Observation-NatureAndAgeOfHearingLoss-Example" />
<status value="final" />
<system value="https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory" />
<version value="7" />
<code value="R67.1" />
<display value="Monogenic hearing loss" />
</coding>
</code>
<reference value="Patient/Patient-MeirLieberman-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307873" />
</identifier>
</subject>
<effectiveDateTime value="2023-08-05" />
<system value="http://snomed.info/sct" />
<code value="95820000" />
<display value="Bilateral hearing loss" />
</coding>
</code>
<valueString value="hearing loss since childhood" />
</component>
</Observation>