Observation-NoSecondTrimesterFetalAnomalies-Example

Example of an observation confirming no anomaly in a Second Trimester absence pregnancy period.

Observation
{
    "resourceType": "Observation",
    "id": "Observation-NoSecondTrimesterFetalAnomalies-Example",
    "status": "final",
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "609520005",
                "display": "Disorder of fetal structure"
            }
        ],
        "text": "Second Trimester Anomalies?"
    },
    "subject": {
        "reference": "Patient/Patient-RyanneBoulder-Example",
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307687"
        }
    },
    "component":  [
        {
            "code": {
                "coding":  [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "255247007",
                        "display": "Second trimester"
                    }
                ]
            }
        }
    ],
    "effectiveDateTime": "2023-09-25",
    "valueBoolean": false
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="Observation-NoSecondTrimesterFetalAnomalies-Example" />
    <status value="final" />
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="609520005" />
            <display value="Disorder of fetal structure" />
        </coding>
        <text value="Second Trimester Anomalies?" />
    </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" />
    <component>
        <code>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="255247007" />
                <display value="Second trimester" />
            </coding>
        </code>
    </component>
</Observation>