Observation-NecrosisKayBurbridge-Example

Example of an Observation indicating the Percentage neoplasm involved by necrosis in a specimen.

Observation
{
    "resourceType": "Observation",
    "id": "Observation-NecrosisKayBurbridge-Example",
    "status": "final",
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "405921002",
                "display": "Percentage of neoplasm involved by necrosis (observable entity)"
            }
        ]
    },
    "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": 5,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
    },
    "effectiveDateTime": "2023-11-01T11:00:00Z"
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="Observation-NecrosisKayBurbridge-Example" />
    <status value="final" />
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="405921002" />
            <display value="Percentage of neoplasm involved by necrosis (observable entity)" />
        </coding>
    </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="5" />
        <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>