FHIR IG analytics| Package | hl7.fhir.us.qicore.r4b |
| Resource Type | Observation |
| Id | Observation-example-nonpatient-mechanical-ventilator.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation example-nonpatient-mechanical-ventilator
Profile: QICore NonPatient Observation
status: Final
category: Device (physical object)
code: Mechanical ventilator (physical object)
subject: Ventilator
effective: 2023-07-07
performer: Hendricks Country Hospital
value: Equipment available (finding)
{
"resourceType": "Observation",
"id": "example-nonpatient-mechanical-ventilator",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-nonpatient-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "49062001",
"display": "Device (physical object)"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "449071006",
"display": "Mechanical ventilator (physical object)"
}
]
},
"subject": {
"reference": "Device/example",
"display": "Ventilator"
},
"effectiveDateTime": "2023-07-07",
"performer": [
{
"reference": "Organization/example1",
"display": "Hendricks Country Hospital"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "735333005",
"display": "Equipment available (finding)"
}
]
}
}