Observation-NonConsanguinousUnionProbandMother-Example

Example of an observation indicating a lack of consanguinuity (referenced from a FamilyMemberHistory resource).

Observation
{
    "resourceType": "Observation",
    "id": "Observation-NonConsanguinousUnionProbandMother-Example",
    "status": "final",
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "842009",
                "display": "Consanguinity"
            }
        ]
    },
    "subject": {
        "reference": "Patient/Patient-PheobeSmithamMother-Example",
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307246"
        }
    },
    "effectiveDateTime": "2023-09-15T15:00:00Z",
    "valueBoolean": false
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="Observation-NonConsanguinousUnionProbandMother-Example" />
    <status value="final" />
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="842009" />
            <display value="Consanguinity" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/Patient-PheobeSmithamMother-Example" />
        <identifier>
            <system value="https://fhir.nhs.uk/Id/nhs-number" />
            <value value="9449307246" />
        </identifier>
    </subject>
    <effectiveDateTime value="2023-09-15T15:00:00Z" />
    <valueBoolean value="false" />
</Observation>