An example to illustrate a NPEWS Total Score

Table View

Observation.id[0]UKCore-Observation-NPEWSTotal-Example
Observation.text[0].status[0]additional
Observation.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a NPEWS Total Score</div>
Observation.status[0]final
Observation.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/observation-category
Observation.category[0].coding[0].code[0]survey
Observation.category[0].coding[0].display[0]Survey
Observation.code[0].coding[0].system[0]http://snomed.info/sct
Observation.code[0].coding[0].code[0]1363261000000104
Observation.code[0].coding[0].display[0]NPEWS (National Paediatric Early Warning Score) - total score
Observation.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
Observation.effective[0]2023-08-10
Observation.performer[0].reference[0]Organization/UKCore-Organization-LeedsTeachingHospital-Example
Observation.value[0].value[0]6
Observation.value[0].unit[0]ScoreOf
Observation.value[0].system[0]http://unitsofmeasure.org
Observation.value[0].code[0]{ScoreOf}

Tree View

Observation

XML View

<Observation xmlns="http://hl7.org/fhir">
    <id value="UKCore-Observation-NPEWSTotal-Example" />
    <text>
        <status value="additional" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <status value="final" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
            <code value="survey" />
            <display value="Survey" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="1363261000000104" />
            <display value="NPEWS (National Paediatric Early Warning Score) - total score" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/UKCore-Patient-RichardSmith-Example" />
    </subject>
    <effectiveDateTime value="2023-08-10" />
    <performer>
        <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
    </performer>
    <valueQuantity>
        <value value="6" />
        <unit value="ScoreOf" />
        <system value="http://unitsofmeasure.org" />
        <code value="{ScoreOf}" />
    </valueQuantity>
</Observation>

JSON View

{
    "resourceType": "Observation",
    "id": "UKCore-Observation-NPEWSTotal-Example",
    "text": {
        "status": "additional",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "status": "final",
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "code": "survey",
                    "display": "Survey"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "1363261000000104",
                "display": "NPEWS (National Paediatric Early Warning Score) - total score"
            }
        ]
    },
    "subject": {
        "reference": "Patient/UKCore-Patient-RichardSmith-Example"
    },
    "effectiveDateTime": "2023-08-10",
    "performer":  [
        {
            "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
        }
    ],
    "valueQuantity": {
        "value": 6,
        "unit": "ScoreOf",
        "system": "http://unitsofmeasure.org",
        "code": "{ScoreOf}"
    }
}