CH EMS (R4)
2.1.0-ci-build - ci-build Switzerland flag

CH EMS (R4), published by IVR Interverband für Rettungswesen. This guide is not an authorized publication; it is the continuous build for version 2.1.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-ems/ and changes regularly. See the Directory of published versions

: 2 Einsatz - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "2-Einsatz",
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://fhir.ch/ig/ch-ems/CodeSystem/IVR",
            "code" : "MN",
            "display" : "Mission number"
          }
        ],
        "text" : "Einsatznummer"
      },
      "system" : "urn:oid:2.16.756.5.30.1.9999999999.1",
      "value" : "S12345678"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "EMER",
    "display" : "emergency"
  },
  "subject" : {
    🔗 "reference" : "Patient/2-PatientUnbekannt"
  },
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/2-AufbietendeOrganisation"
    }
  ],
  "participant" : [
    {
      "extension" : [
        {
          "url" : "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-teamrole",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "133932002",
                "display" : "Caregiver (person)"
              }
            ],
            "text" : "Betreuer"
          }
        }
      ],
      "individual" : {
        🔗 "reference" : "Practitioner/1-TeamMemberPetraMuster"
      }
    },
    {
      "extension" : [
        {
          "url" : "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-teamrole",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "133932002",
                "display" : "Caregiver (person)"
              }
            ],
            "text" : "Betreuer"
          }
        }
      ],
      "individual" : {
        🔗 "reference" : "Practitioner/1-TeamMemberHansTransportsanitaeter"
      }
    }
  ],
  "period" : {
    "start" : "2016-12-10"
  },
  "hospitalization" : {
    "destination" : {
      🔗 "reference" : "Location/1-Zielort"
    }
  },
  "location" : [
    {
      "location" : {
        🔗 "reference" : "Location/2-Einsatzort"
      }
    }
  ]
}