IGTTPFHIRGatewayEPIX - Local Development build (v2025.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="Patient-example-2"/>
<meta>
<lastUpdated value="2021-05-19T17:50:23.000+02:00"/>
<profile
value="https://ths-greifswald.de/fhir/StructureDefinition/epix/Patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient Patient-example-2</b></p><a name="Patient-example-2"> </a><a name="hcPatient-example-2"> </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">Last updated: 2021-05-19 17:50:23+0200</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Patient.html">Patient</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Manfred Mustermann Male, DoB: 1953-12-11 ( https://ths-greifswald.de/fhir/epix/identifier/SystemXY#ABC_12345)</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:manfred.mustermann@example.org">manfred.mustermann@example.org</a></li><li>ph: 012345/5555567</li><li>Musterweg 22 Musterstadt 12345 </li></ul></td></tr><tr><td style="background-color: #f3f5da" title="The nationality of the patient.">Patient Nationality:</td><td colspan="3"><ul><li>code: <span title="Codes:{urn:iso:std:iso:3166 DE}">Germany</span></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements."><a href="http://hl7.org/fhir/extensions/5.2.0/StructureDefinition-patient-birthPlace.html">Patient Birth Place</a></td><td colspan="3">Musterhausen </td></tr><tr><td style="background-color: #f3f5da" title="Set von bis zu zehn individualisierbaren Werten zur Dokumentation von personenidentifizierenden Daten im E-PIX">Custom IDAT Values:</td><td colspan="3"><ul><li>value1: A38</li><li>value2: true</li></ul></td></tr></table></div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace">
<valueAddress>
<city value="Musterhausen"/>
</valueAddress>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/patient-nationality">
<extension url="code">
<valueCodeableConcept>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="DE"/>
</coding>
</valueCodeableConcept>
</extension>
</extension>
<extension
url="https://ths-greifswald.de/fhir/StructureDefinition/epix/CustomIdatValues">
<extension url="value1">
<valueString value="A38"/>
</extension>
<extension url="value2">
<valueBoolean value="true"/>
</extension>
</extension>
<identifier>
<system value="https://ths-greifswald.de/fhir/epix/identifier/SystemXY"/>
<value value="ABC_12345"/>
</identifier>
<name>
<family value="Mustermann"/>
<given value="Manfred"/>
</name>
<telecom>
<system value="email"/>
<value value="manfred.mustermann@example.org"/>
</telecom>
<telecom>
<system value="phone"/>
<value value="012345/5555567"/>
</telecom>
<gender value="male"/>
<birthDate value="1953-12-11"/>
<address>
<line value="Musterweg 22"/>
<city value="Musterstadt"/>
<postalCode value="12345"/>
</address>
</Patient>