FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | Procedure |
| Id | Procedure-acs-proc-airway.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Status | Completed |
|---|---|
| Code | Manual clearance of airway (SNOMED CT 241689008) |
| Patient | Bob Bobson |
| Encounter | 0450-1-2016/06/14 |
| Performed | 2016-06-14 12:00 +12:00 |
| Performer | Josephine Manu-Bloggs, paramedic |
| Note | A note about Airway Management |
{
"resourceType": "Procedure",
"id": "acs-proc-airway",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-procedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "241689008",
"display": "Manual clearance of airway"
}
]
},
"subject": {
"reference": "Patient/acs-patient-bob"
},
"encounter": {
"reference": "Encounter/acs-encounter"
},
"performedDateTime": "2016-06-14T12:00:00+12:00",
"performer": [
{
"actor": {
"reference": "PractitionerRole/acs-providerrole-josephine"
}
}
],
"note": [
{
"text": "A note about Airway Management"
}
]
}