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

: 1 Thomas Müller - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="1-ThomasMueller"/>
  <extension
             url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeoforigin">
    <valueAddress>
      <city value="Musterdorf"/>
      <state value="ZH"/>
    </valueAddress>
  </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="762354"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Müller">
      <extension
                 url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name">
        <valueCode value="officialName"/>
      </extension>
    </family>
    <given value="Thomas">
      <extension
                 url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-firstname">
        <valueCode value="officialFirstName"/>
      </extension>
    </given>
  </name>
  <gender value="male"/>
  <birthDate value="1961-10-01"/>
  <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>
  <contact>
    <extension
               url="http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-personrole">
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="74964007"/>
          <display value="Other (qualifier value)"/>
        </coding>
        <text value="Ehefrau"/>
      </valueCodeableConcept>
    </extension>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
        <code value="thirdParty"/>
      </coding>
    </relationship>
    <name>
      <family value="Müller"/>
      <given value="Erika"/>
    </name>
  </contact>
</Patient>