FHIR IG analytics| Package | hl7.fhir.us.nhsn-dqm.r4 |
| Resource Type | Observation |
| Id | Observation-observation-example-ach-pass3-vitals-weight.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-example-ach-pass3-vitals-weight
status: Final
category: Vital Signs
code: Weight
subject: Pass3 ACH
encounter: Short Stay
effective: 2024-02-01 19:21:00-0500
issued: 2024-02-01 19:21:00-0500
performer: Practitioner Example Practitioner
value: 54.4 kg (Details: UCUM codekg = 'kg')
{
"resourceType": "Observation",
"id": "observation-example-ach-pass3-vitals-weight",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-vital-signs|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"version": "1.0.0",
"code": "vital-signs",
"display": "Vital Signs"
}
],
"text": "Vital Signs"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7",
"display": "Body weight"
}
],
"text": "Weight"
},
"subject": {
"reference": "Patient/patient-example-ach-ach-pass3",
"display": "Pass3 ACH"
},
"encounter": {
"reference": "Encounter/encounter-example-ach-ach-pass3-short-stay",
"display": "Short Stay"
},
"effectiveDateTime": "2024-02-01T19:21:00-05:00",
"issued": "2024-02-01T19:21:00-05:00",
"performer": [
{
"reference": "Practitioner/practitioner-example"
}
],
"valueQuantity": {
"value": 54.4,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}