Notice
- Important: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
- This Implementation Guide is currently in Draft and SHOULD NOT be used for development or active implementation without express direction from the NHS England Genomics Unit.
Observation-DiseaseStatus-Example
Example of an Observation indicating the disease status of a patient. Coding of affected/unaffected status is currently under review.
Observation |
id : Observation-DiseaseStatus-Example |
status : final |
code |
coding |
system : https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory |
code : R67.2 |
display : Monogenic hearing loss |
version : 7 |
subject |
reference : Patient/Patient-MeirLieberman-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307873 |
effective : 2023-08-05 |
value |
coding |
system : http://snomed.info/sct |
code : 103310001 |
display : Patient not affected |
{ "resourceType": "Observation", "id": "Observation-DiseaseStatus-Example", "status": "final", "code": { "coding": [ { "system": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory", "code": "R67.2", "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", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "103310001", "display": "Patient not affected" } ] } }
<Observation xmlns="http://hl7.org/fhir"> <id value="Observation-DiseaseStatus-Example" /> <status value="final" /> <code> <coding> <system value="https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory" /> <version value="7" /> <code value="R67.2" /> <display value="Monogenic hearing loss" /> </coding> </code> <subject> <reference value="Patient/Patient-MeirLieberman-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307873" /> </identifier> </subject> <effectiveDateTime value="2023-08-05" /> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="103310001" /> <display value="Patient not affected" /> </coding> </valueCodeableConcept> </Observation>