FHIR IG analytics| Package | hl7.fhir.us.nhsn-dqm.r4 |
| Resource Type | Observation |
| Id | Observation-observation-example-ach-pass3-vitals-height.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-height
status: Final
category: Vital Signs
code: Height
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: 176.8 cm (Details: UCUM codecm = 'cm')
{
"resourceType": "Observation",
"id": "observation-example-ach-pass3-vitals-height",
"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": "8302-2",
"display": "Body height"
}
],
"text": "Height"
},
"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": 176.8,
"unit": "cm",
"system": "http://unitsofmeasure.org",
"code": "cm"
}
}