Observation-PercentageMalignantNuclei-Example

Example of an Observation indicating the Percentage blast cells of a specimen.

Observation
{
"resourceType": "Observation",
"id": "Observation-PercentageMalignantNuclei-Example",
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1015521000000107",
"display": "Percentage blast cells"
}
]
},
"subject": {
"reference": "Patient/Patient-DemeizaSeo-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449306559"
}
},
"reference": "Specimen/Specimen-SolidTumorDemeizaSeo-Example",
"system": "https://fhir.add.nhs.uk/Id/specimenId",
"value": "RA257631",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "696B0"
}
}
}
},
"value": 25,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"effectiveDateTime": "2023-08-09"
}
<Observation xmlns="http://hl7.org/fhir">
<id value="Observation-PercentageMalignantNuclei-Example" />
<status value="final" />
<system value="http://snomed.info/sct" />
<code value="1015521000000107" />
<display value="Percentage blast cells" />
</coding>
</code>
<reference value="Patient/Patient-DemeizaSeo-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449306559" />
</identifier>
</subject>
<effectiveDateTime value="2023-08-09" />
<value value="25" />
<unit value="%" />
<system value="http://unitsofmeasure.org" />
<code value="%" />
</valueQuantity>
<reference value="Specimen/Specimen-SolidTumorDemeizaSeo-Example" />
<system value="https://fhir.add.nhs.uk/Id/specimenId" />
<value value="RA257631" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="696B0" />
</identifier>
</assigner>
</identifier>
</specimen>
</Observation>