Observation-IntellectualDisabilityMild-Example

Example of an Observation indicating the presence/absence of a HPO term.

Observation
{
    "resourceType": "Observation",
    "id": "Observation-IntellectualDisabilityMild-Example",
    "status": "final",
    "code": {
        "coding":  [
            {
                "system": "https://hpo.jax.org/app/",
                "code": "HP:0001256",
                "display": "Intellectual disability, mild"
            }
        ]
    },
    "subject": {
        "reference": "Patient/Patient-JamesLawrenceProbandFather-Example",
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307636"
        }
    },
    "effectiveDateTime": "2023-09-15T15:00:00Z",
    "valueBoolean": true
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="Observation-IntellectualDisabilityMild-Example" />
    <status value="final" />
    <code>
        <coding>
            <system value="https://hpo.jax.org/app/" />
            <code value="HP:0001256" />
            <display value="Intellectual disability, mild" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/Patient-JamesLawrenceProbandFather-Example" />
        <identifier>
            <system value="https://fhir.nhs.uk/Id/nhs-number" />
            <value value="9449307636" />
        </identifier>
    </subject>
    <effectiveDateTime value="2023-09-15T15:00:00Z" />
    <valueBoolean value="true" />
</Observation>