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

: Example Patient - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="PatientExample"/>
  <extension
             url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeoforigin">
    <valueAddress>
      <city value="Musterdorf"/>
      <state value="ZH"/>
    </valueAddress>
  </extension>
  <extension
             url="http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-identification">
    <extension url="source">
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="116154003"/>
          <display value="Patient (person)"/>
        </coding>
        <text value="Patient"/>
      </valueCodeableConcept>
    </extension>
    <extension url="medium">
      <valueCodeableConcept>
        <coding>
          <system value="http://fhir.ch/ig/ch-ems/CodeSystem/IVR"/>
          <code value="1000053"/>
          <display value="Identity card"/>
        </coding>
        <text value="Identitätskarte"/>
      </valueCodeableConcept>
    </extension>
  </extension>
  <identifier>
    <system value="urn:oid:2.16.756.5.32"/>
    <value value="7562295883070"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="http://example.com"/>
    <value value="111111111"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Muster">
      <extension
                 url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name">
        <valueCode value="officialName"/>
      </extension>
    </family>
    <given value="Patricia">
      <extension
                 url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-firstname">
        <valueCode value="officialFirstName"/>
      </extension>
    </given>
  </name>
  <gender value="female"/>
  <birthDate value="1999-11-11"/>
  <address>
    <use value="home"/>
    <line value="Bahnhofstrasse">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
        <valueString value="1"/>
      </extension>
    </line>
    <city value="Zürich"/>
    <postalCode value="8003"/>
    <country value="Schweiz">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding">
        <valueCoding>
          <system value="urn:iso:std:iso:3166"/>
          <code value="CH"/>
        </valueCoding>
      </extension>
    </country>
  </address>
</Patient>