Common Data Element Katalog
0.2.0 - CI Build International flag

Common Data Element Katalog - Local Development build (v0.2.0). See the Directory of published versions

: null - XML Representation

Page standards status: Informative

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="f001testpatientM"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Max M. Mustermann </b> male, DoB: 1996-01-01</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail:</td><td colspan="3">Musterstraße 1 Musterstadt 12345 DE </td></tr><tr><td style="background-color: #f3f5da" title="Languages spoken">Language:</td><td colspan="3"><span title="Codes: {urn:ietf:bcp:47 de-DE}">Deutsch</span></td></tr><tr><td style="background-color: #f3f5da" title="Patient contact">Contact</td><td colspan="3"><ul><li><a href="tel:+49123456789">+49 123 456789</a></li><li><a href="mailto:max.mustermann@example.com">max.mustermann@example.com</a></li></ul></td></tr></table></div>
  </text>
  <name>
    <family value="Mustermann"/>
    <given value="Max"/>
    <given value="M."/>
  </name>
  <gender value="male"/>
  <birthDate value="1996-01-01"/>
  <address>
    <line value="Musterstraße 1"/>
    <city value="Musterstadt"/>
    <postalCode value="12345"/>
    <country value="DE"/>
  </address>
  <contact>
    <telecom>
      <system value="phone"/>
      <value value="+49 123 456789"/>
      <use value="home"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="max.mustermann@example.com"/>
    </telecom>
  </contact>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="de-DE"/>
        <display value="Deutsch (Deutschland)"/>
      </coding>
      <text value="Deutsch"/>
    </language>
  </communication>
</Patient>