CH eTOC (R4)
1.0.0 - STU 1
This page is part of the CH eTOC (R4) (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 3.0.1. For a full list of available versions, see the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="SUfferer"/>
<meta>
<profile
value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Susanna Ufferer (OFFICIAL)</b> female, DoB: 1970-03-14</p></div>
</text>
<name>
<use value="official"/>
<family value="Ufferer">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name">
<valueCode value="officialName"/>
</extension>
</family>
<given value="Susanna">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-firstname">
<valueCode value="officialFirstName"/>
</extension>
</given>
</name>
<name>
<use value="maiden"/>
<family value="Leidend">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name">
<valueCode value="originalName"/>
</extension>
</family>
</name>
<telecom>
<system value="phone"/>
<value value="+41 79 979 79 79"/>
</telecom>
<telecom>
<system value="email"/>
<value value="susanna@ufferer.ch"/>
</telecom>
<gender value="female"/>
<birthDate value="1970-03-14"/>
<address>
<use value="home"/>
<line value="Musterweg"/>
<line value="6a"/>
<city value="Zürich"/>
<postalCode value="8000"/>
<country value="Schweiz"/>
</address>
</Patient>