Observation-NoTransplant-Example

Example of an observation indicating absence of transplant procedures.

Observation
{
"resourceType": "Observation",
"id": "Observation-NoTransplant-Example",
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "416128008",
"display": "No history of procedure"
}
]
},
"coding": [
{
"system": "http://snomed.info/sct",
"code": "263903005",
"display": "Transplant"
}
]
},
"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-NoTransplant-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="263903005" />
<display value="Transplant" />
</coding>
</valueCodeableConcept>
</Observation>