FHIR IG analytics| Package | hl7.fhir.us.nhsn-dqm.r4 |
| Resource Type | Observation |
| Id | Observation-observation-example-ach-pass1-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-pass1-vitals-weight
status: Final
category: Vital Signs
code: Birth Weight
subject: Pass1 ACH
encounter: Hospital Admission
effective: 2024-02-01 16:02:00-0500
issued: 2024-02-01 16:02:00-0500
performer: Practitioner Example Practitioner
value: 0.58 kg (Details: UCUM codekg = 'kg')
{
"resourceType": "Observation",
"id": "observation-example-ach-pass1-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": "8339-4",
"display": "Birth weight Measured"
}
],
"text": "Birth Weight"
},
"subject": {
"reference": "Patient/patient-example-ach-ach-pass1",
"display": "Pass1 ACH"
},
"encounter": {
"reference": "Encounter/encounter-example-ach-ach-pass1",
"display": "Hospital Admission"
},
"effectiveDateTime": "2024-02-01T16:02:00-05:00",
"issued": "2024-02-01T16:02:00-05:00",
"performer": [
{
"reference": "Practitioner/practitioner-example"
}
],
"valueQuantity": {
"value": 0.58,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}