Observation-HistoryOfFetalLoss-Example

Example of an Observation indicating the Nucleated Cell content of a specimen.

Observation
{
    "resourceType": "Observation",
    "id": "Observation-HistoryOfFetalLoss-Example",
    "status": "final",
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "161743003",
                "display": "Past pregnancy history of stillbirth (situation)"
            }
        ],
        "text": "Is the testing for a fetal loss from 24+0 or more weeks of gestation?"
    },
    "subject": {
        "reference": "Patient/Patient-RyanneBoulder-Example",
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307687"
        }
    },
    "effectiveDateTime": "2023-09-25",
    "valueBoolean": false
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="Observation-HistoryOfFetalLoss-Example" />
    <status value="final" />
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="161743003" />
            <display value="Past pregnancy history of stillbirth (situation)" />
        </coding>
        <text value="Is the testing for a fetal loss from 24+0 or more weeks of gestation?" />
    </code>
    <subject>
        <reference value="Patient/Patient-RyanneBoulder-Example" />
        <identifier>
            <system value="https://fhir.nhs.uk/Id/nhs-number" />
            <value value="9449307687" />
        </identifier>
    </subject>
    <effectiveDateTime value="2023-09-25" />
    <valueBoolean value="false" />
</Observation>