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 - XML Representation

Raw xml | Download


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