Observation-DutchLipidScore-Example

Example of an Observation indicating the affective status of a disease.

Observation
{
    "resourceType": "Observation",
    "id": "Observation-DutchLipidScore-Example",
    "status": "final",
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "872541000000104",
                "display": "Dutch Lipid Clinic Network diagnostic criteria for familial hypercholesterolaemia score (observable entity)"
            }
        ],
        "text": "Dutch or (Welsh) Lipid score"
    },
    "subject": {
        "reference": "Patient/Patient-FayMutlow-Example",
        "identifier": {
            "system": "https://fhir.nhs.uk/Id/nhs-number",
            "value": "9449307806"
        }
    },
    "effectiveDateTime": "2023-08-05",
    "valueInteger": 7
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="Observation-DutchLipidScore-Example" />
    <status value="final" />
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="872541000000104" />
            <display value="Dutch Lipid Clinic Network diagnostic criteria for familial hypercholesterolaemia score (observable entity)" />
        </coding>
        <text value="Dutch or (Welsh) Lipid score" />
    </code>
    <subject>
        <reference value="Patient/Patient-FayMutlow-Example" />
        <identifier>
            <system value="https://fhir.nhs.uk/Id/nhs-number" />
            <value value="9449307806" />
        </identifier>
    </subject>
    <effectiveDateTime value="2023-08-05" />
    <valueInteger value="7" />
</Observation>