Observation-NoBoneMarrowTransplantProbandMother-Example

Example of an observation indicating absence of transplant procedures.

Observation
{
"resourceType": "Observation",
"id": "Observation-NoBoneMarrowTransplantProbandMother-Example",
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "416128008",
"display": "No history of procedure"
}
]
},
"coding": [
{
"system": "http://snomed.info/sct",
"code": "445715009",
"display": "Blood and marrow transplantation"
}
]
},
"subject": {
"reference": "Patient/Patient-PheobeSmithamMother-Example",
"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-NoBoneMarrowTransplantProbandMother-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-PheobeSmithamMother-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307246" />
</identifier>
</subject>
<effectiveDateTime value="2023-09-15T15:00:00Z" />
<system value="http://snomed.info/sct" />
<code value="445715009" />
<display value="Blood and marrow transplantation" />
</coding>
</valueCodeableConcept>
</Observation>