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-UnknownConsanguinousUnionStatus-Example
Example of an observation indicating the inability to establish the status of consanguinuity (referenced from a FamilyMemberHistory resource).
Observation |
id : Observation-UnknownConsanguinousUnionStatus-Example |
status : final |
code |
coding |
system : http://snomed.info/sct |
code : 160475008 |
display : Family history: Consanguinity (situation) |
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://terminology.hl7.org/CodeSystem/v3-NullFlavor |
code : UNK |
display : unknown |
{ "resourceType": "Observation", "id": "Observation-UnknownConsanguinousUnionStatus-Example", "status": "final", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "160475008", "display": "Family history: Consanguinity (situation)" } ] }, "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://terminology.hl7.org/CodeSystem/v3-NullFlavor", "code": "UNK", "display": "unknown" } ] } }
<Observation xmlns="http://hl7.org/fhir"> <id value="Observation-UnknownConsanguinousUnionStatus-Example" /> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="160475008" /> <display value="Family history: Consanguinity (situation)" /> </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://terminology.hl7.org/CodeSystem/v3-NullFlavor" /> <code value="UNK" /> <display value="unknown" /> </coding> </valueCodeableConcept> </Observation>