CH EPREG (R4)
0.1.0 - draft Switzerland flag

CH EPREG (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ehealthsuisse/ch-epreg/ and changes regularly. See the Directory of published versions

: Petra Meier - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="PetraMeier"/>
  <meta>
    <profile
             value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient PetraMeier</b></p><a name="PetraMeier"> </a><a name="hcPetraMeier"> </a><a name="PetraMeier-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Petra Meier  Female, DoB: 2000-11-08 ( urn:oid:2.16.756.5.32#7562295883077)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="tel:+41323316111">+41 32 331 61 11</a></li><li><a href="tel:+41781116111">+41 78 111 61 11</a></li><li><a href="mailto:petra@meier.ch">petra@meier.ch</a></li><li>Schwarzenburgstrasse 157 Liebefeld BE 3097 Switzerland (home)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Language spoken">Language:</td><td colspan="3"><span title="Codes:{urn:ietf:bcp:47 de-CH}">Deutsch (Schweiz)</span> (preferred)</td></tr><tr><td style="background-color: #f3f5da" title="The patient's legal status as citizen of a country.">Patient Citizenship:</td><td colspan="3"><ul><li>code: <span title="Codes:{urn:iso:std:iso:3166 CH}">Switzerland</span></li></ul></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/patient-citizenship">
    <extension url="code">
      <valueCodeableConcept>
        <coding>
          <system value="urn:iso:std:iso:3166"/>
          <code value="CH"/>
          <display value="Switzerland"/>
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <identifier>
    <system value="urn:oid:2.16.756.5.32"/>
    <value value="7562295883077"/>
  </identifier>
  <name>
    <family value="Meier"/>
    <given value="Petra"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+41 32 331 61 11"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="+41 78 111 61 11"/>
    <use value="mobil"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="petra@meier.ch"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="2000-11-08"/>
  <address>
    <use value="home"/>
    <line value="Schwarzenburgstrasse 157"/>
    <city value="Liebefeld"/>
    <state value="BE"/>
    <postalCode value="3097"/>
    <country value="Switzerland">
      <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>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="de-CH"/>
      </coding>
      <text value="Deutsch (Schweiz)"/>
    </language>
    <preferred value="true"/>
  </communication>
</Patient>