<?xml version="1.0" encoding="UTF-8"?>

<Patient xmlns="http://hl7.org/fhir">
  <id value="TRxHubPatientExample"/>
  <meta>
    <profile value="https://trxhub.mediservice.ch/fhir/StructureDefinition/trxhub-patient"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient TRxHubPatientExample</b></p><a name="TRxHubPatientExample"> </a><a name="hcTRxHubPatientExample"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-trxhub-patient.html">TRxHub Patient</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Max Muster (official) Male, DoB: 1985-06-15 ( https://example.external-system.ch/patient-id#123456789)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="mailto:max.muster@example.ch">max.muster@example.ch</a></li><li><a href="tel:+41791234567">+41791234567</a></li><li>Musterstrasse 1 Zürich 8000 CH (home)</li><li>Rechnungsstrasse 10 Zürich 8005 CH (billing)</li></ul></td></tr></table></div>
  </text>
  <identifier>
    <system value="https://example.external-system.ch/patient-id"/>
    <value value="123456789"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Muster"/>
    <given value="Max"/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="max.muster@example.ch"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="+41791234567"/>
    <use value="mobile"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1985-06-15"/>
  <address>
    <use value="home"/>
    <line value="Musterstrasse 1"/>
    <city value="Zürich"/>
    <postalCode value="8000"/>
    <country value="CH"/>
  </address>
  <address>
    <use value="billing"/>
    <line value="Rechnungsstrasse 10"/>
    <city value="Zürich"/>
    <postalCode value="8005"/>
    <country value="CH"/>
  </address>
</Patient>