CHMED Implementation Guide
3.0.0-ci-build - ci-build Switzerland flag

CHMED Implementation Guide, published by IG eMediplan. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/chmed/ and changes regularly. See the Directory of published versions

: PRE 1 - Peter Muster - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="pre1-patient-petermuster"/>
  <meta>
    <profile
             value="http://chmed.emediplan.ch/fhir/StructureDefinition/chmed-pre-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Peter Muster </b> male, DoB: 1943-11-01 ( Medical record number/12345678)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3"><code>urn:oid:2.16.756.5.30.1.123.100.1.1.1</code>/80756012340245213019</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="tel:+41791234567">+41 79 123 45 67</a></li><li>Bergstrasse 14 Waldlichtung 9299 </li></ul></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"/>
    <value value="12345678"/>
  </identifier>
  <identifier>
    <system value="urn:oid:2.16.756.5.30.1.123.100.1.1.1"/>
    <value value="80756012340245213019"/>
  </identifier>
  <name>
    <family value="Muster"/>
    <given value="Peter"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+41 79 123 45 67"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1943-11-01"/>
  <address>
    <line value="Bergstrasse 14"/>
    <city value="Waldlichtung"/>
    <postalCode value="9299"/>
  </address>
</Patient>