Observation-NoTransfusion-Example

Example of an observation indicating absence of transfusion procedures.

Observation
{
"resourceType": "Observation",
"id": "Observation-NoTransfusion-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-MeirLieberman-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307873"
}
},
"effectiveDateTime": "2023-08-05"
}
<Observation xmlns="http://hl7.org/fhir">
<id value="Observation-NoTransfusion-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-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="303955003" />
<display value="Transfusion - action" />
</coding>
</valueCodeableConcept>
</Observation>