FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagech.fhir.ig.ch-ems
Resource TypeProcedure
IdProcedure-ProcedureAirwaysIntubation.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
  }
}