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-NoTransfusionProbandMother-Example
Example of an observation indicating absence of transfusion procedures.
Observation |
id : Observation-NoTransfusionProbandMother-Example |
status : final |
code |
coding |
system : http://snomed.info/sct |
code : 416128008 |
display : No history of procedure (situation) |
value |
coding |
system : http://snomed.info/sct |
code : 303955003 |
display : Transfusion - action (qualifier value) |
subject |
reference : Patient/Patient-PheobeSmithamMother-Example |
identifier |
system : https://fhir.nhs.uk/Id/nhs-number |
value : 9449307246 |
effective : 2023-09-15T15:00:00Z |
{ "resourceType": "Observation", "id": "Observation-NoTransfusionProbandMother-Example", "status": "final", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "416128008", "display": "No history of procedure (situation)" } ] }, "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "303955003", "display": "Transfusion - action (qualifier value)" } ] }, "subject": { "reference": "Patient/Patient-PheobeSmithamMother-Example", "identifier": { "system": "https://fhir.nhs.uk/Id/nhs-number", "value": "9449307246" } }, "effectiveDateTime": "2023-09-15T15:00:00Z" }
<Observation xmlns="http://hl7.org/fhir"> <id value="Observation-NoTransfusionProbandMother-Example" /> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="416128008" /> <display value="No history of procedure (situation)" /> </coding> </code> <subject> <reference value="Patient/Patient-PheobeSmithamMother-Example" /> <identifier> <system value="https://fhir.nhs.uk/Id/nhs-number" /> <value value="9449307246" /> </identifier> </subject> <effectiveDateTime value="2023-09-15T15:00:00Z" /> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="303955003" /> <display value="Transfusion - action (qualifier value)" /> </coding> </valueCodeableConcept> </Observation>