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

FHIR IG analytics

Packagech.fhir.ig.ch-ems
Resource TypeProcedure
IdProcedure-Vorbehandlung.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": "Vorbehandlung",
  "extension": [
    {
      "url": "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-performer",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.ch/ig/ch-ems/CodeSystem/IVR",
            "code": "1000142",
            "display": "first responder"
          }
        ],
        "text": "First responder"
      }
    }
  ],
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "373110003",
        "display": "Emergency procedure (procedure)"
      }
    ]
  },
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "386308007",
        "display": "First aid (procedure)"
      }
    ],
    "text": "Erste Hilfe"
  },
  "subject": {
    "reference": "Patient/PatientExample"
  },
  "encounter": {
    "reference": "Encounter/EncounterExample"
  }
}