Observation-NoTransfusionProbandFather-Example

Example of an observation indicating absence of transfusion procedures.

Observation
{
"resourceType": "Observation",
"id": "Observation-NoTransfusionProbandFather-Example",
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "416128008",
"display": "No history of procedure"
}
]
},
"coding": [
{
"system": "http://snomed.info/sct",
"code": "303955003",
"display": "Transfusion - action"
}
]
},
"subject": {
"reference": "Patient/Patient-PheobeSmithamFather-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307636"
}
},
"effectiveDateTime": "2023-09-15T15:00:00Z"
}
<Observation xmlns="http://hl7.org/fhir">
<id value="Observation-NoTransfusionProbandFather-Example" />
<status value="final" />
<system value="http://snomed.info/sct" />
<code value="416128008" />
<display value="No history of procedure" />
</coding>
</code>
<reference value="Patient/Patient-PheobeSmithamFather-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307636" />
</identifier>
</subject>
<effectiveDateTime value="2023-09-15T15:00:00Z" />
<system value="http://snomed.info/sct" />
<code value="303955003" />
<display value="Transfusion - action" />
</coding>
</valueCodeableConcept>
</Observation>