FHIR IG analytics| Package | fhir.r4.ukcore.stu3.currentbuild |
| Resource Type | Observation |
| Id | UKCore-Observation-NPEWSTotal-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Observation",
"id": "UKCore-Observation-NPEWSTotal-Example",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"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}"
}
}