CH ORF (R4)
1.0.0 - STU 1

This page is part of the CH ORF (R4) (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 3.0.2. For a full list of available versions, see the Directory of published versions

: Erika Musterfrau - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="ErikaMusterfrau"/>
  <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><b>Generated Narrative</b></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource "ErikaMusterfrau" </p><p style="margin-bottom: 0px">Profile: <a href="http://fhir.ch/ig/ch-core/StructureDefinition-ch-core-patient.html">CH Core Patient Profile</a></p></div><p><b>identifier</b>: Medical record number: 11.22.33.4567</p><p><b>name</b>: Erika Musterfrau (OFFICIAL), Ledigname (MAIDEN)</p><p><b>telecom</b>: ph: 079 979 79 79, <a href="mailto:erika@musterfrau.ch">erika@musterfrau.ch</a></p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1970-03-14</p><p><b>address</b>: Musterweg 6a Zürich 8000 Schweiz </p><p><b>maritalStatus</b>: ledig <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://fhir.ch/ig/ch-core/CodeSystem-ech-11-maritalstatus.html">eCH-011 MaritalStatus</a>#1)</span></p><h3>Contacts</h3><table class="grid"><tr><td>-</td><td><b>Relationship</b></td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>Guter Freund <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></td><td>Max Freund </td><td>ph: 079 111 22 33, <a href="mailto:max@freund.ch">max@freund.ch</a></td></tr></table><h3>Communications</h3><table class="grid"><tr><td>-</td><td><b>Language</b></td><td><b>Preferred</b></td></tr><tr><td>*</td><td>Deutsch (Schweiz) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.0.0/CodeSystem-v3-ietf3066.html">Tags for the Identification of Languages</a>#de-CH)</span></td><td>true</td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system value="urn:oid:2.999.1.2"/>
    <value value="11.22.33.4567"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Musterfrau">
      <extension
                 url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name">
        <valueCode value="officialName"/>
      </extension>
    </family>
    <given value="Erika">
      <extension
                 url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-firstname">
        <valueCode value="officialFirstName"/>
      </extension>
    </given>
  </name>
  <name>
    <use value="maiden"/>
    <family value="Ledigname">
      <extension
                 url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name">
        <valueCode value="originalName"/>
      </extension>
    </family>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="079 979 79 79"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="erika@musterfrau.ch"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1970-03-14"/>
  <address>
    <line value="Musterweg"/>
    <line value="6a"/>
    <city value="Zürich"/>
    <postalCode value="8000"/>
    <country value="Schweiz"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus"/>
      <code value="1"/>
      <display value="ledig"/>
    </coding>
  </maritalStatus>
  <contact>
    <relationship>
      <text value="Guter Freund"/>
    </relationship>
    <name>
      <family value="Freund"/>
      <given value="Max"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="079 111 22 33"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="max@freund.ch"/>
    </telecom>
  </contact>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="de-CH"/>
        <display value="Deutsch (Schweiz)"/>
      </coding>
    </language>
    <preferred value="true"/>
  </communication>
</Patient>