Observation-NeoplasticCellKayBurbridge-Example

Example of an Observation indicating the Percentage Neoplastic cells in a specimen.

Observation
{
    "resourceType": "Observation",
    "id": "Observation-NeoplasticCellKayBurbridge-Example",
    "status": "final",
    "code": {
        "text": "Approximate Neoplastic cell % in sample"
    },
    "subject": {
        "reference": "Patient/Patient-KayBurbridge-Example",
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "8449303541"
        }
    },
    "specimen": {
        "identifier": {
            "system": "https://fhir.add.nhs.uk/Id/specimenId",
            "value": "699F01231423"
        }
    },
    "valueQuantity": {
        "value": 25,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
    },
    "effectiveDateTime": "2023-11-01T11:00:00Z"
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="Observation-NeoplasticCellKayBurbridge-Example" />
    <status value="final" />
    <code>
        <text value="Approximate Neoplastic cell % in sample" />
    </code>
    <subject>
        <reference value="Patient/Patient-KayBurbridge-Example" />
        <identifier>
            <system value="https://fhir.nhs.uk/Id/nhs-number" />
            <value value="8449303541" />
        </identifier>
    </subject>
    <effectiveDateTime value="2023-11-01T11:00:00Z" />
    <valueQuantity>
        <value value="25" />
        <unit value="%" />
        <system value="http://unitsofmeasure.org" />
        <code value="%" />
    </valueQuantity>
    <specimen>
        <identifier>
            <system value="https://fhir.add.nhs.uk/Id/specimenId" />
            <value value="699F01231423" />
        </identifier>
    </specimen>
</Observation>