FHIR IG analytics| Package | ch.fhir.ig.ch-ems |
| Resource Type | Procedure |
| Id | Procedure-ProcedureAirwaysIntubation.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Procedure",
"id": "ProcedureAirwaysIntubation",
"status": "completed",
"category": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "232663008",
"display": "Airway procedure (procedure)"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "52765003",
"display": "Intubation (procedure)"
}
],
"text": "Intubation"
},
"subject": {
"reference": "Patient/PatientExample"
},
"encounter": {
"reference": "Encounter/EncounterExample"
}
}