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/neues4/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</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">Kreuzweg 11 Biel/Bienne BE 2500 Schweiz (home)</td></tr><tr><td style="background-color: #f3f5da" title="The patient's legal status as citizen of a country."><a href="http://hl7.org/fhir/extensions/5.1.0/StructureDefinition-patient-citizenship.html">Patient Citizenship</a></td><td colspan="3"><a href="https://en.wikipedia.org/wiki/ISO_3166-2:CH">ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code</a> CH: Schweiz</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/patient-citizenship">
    <valueCoding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="CH"/>
      <display value="Schweiz"/>
    </valueCoding>
  </extension>
  <extension
             url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-patient-languageOfCorrespondence">
    <valueCodeableConcept>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="de-CH"/>
        <display value="Deutsch (Schweiz)"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <name>
    <family value="Meier"/>
    <given value="Petra"/>
  </name>
  <gender value="female"/>
  <birthDate value="2000-11-08"/>
  <address>
    <use value="home"/>
    <line value="Kreuzweg 11"/>
    <city value="Biel/Bienne"/>
    <state value="BE"/>
    <postalCode value="2500"/>
    <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>