Common Data Element Katalog - Local Development build (v0.2.0). See the Directory of published versions
: null - XML Representation
Raw xml | Download
<Patient xmlns="http://hl7.org/fhir">
<id value="f002testpatientW"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Maxmine M. Musterfrau </b> female, DoB: 1992-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.musterfrau@example.com">max.musterfrau@example.com</a></li></ul></td></tr></table></div>
</text>
<name>
<family value="Musterfrau"/>
<given value="Maxmine"/>
<given value="M."/>
</name>
<gender value="female"/>
<birthDate value="1992-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.musterfrau@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>