CH Core (R4)
2.1.0 - STU 3 Ballot
This page is part of the CH Core (R4) (v2.1.0: STU 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="ManuelaMuster"/>
<meta>
<profile
value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"/>
</meta>
<text>
<status value="additional"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
<b>id</b>: ManuelaMuster
</p>
<p>
<b>meta</b>:
</p>
<p>
<b>identifier</b>: 761337615317835750
</p>
<p>
<b>name</b>: Manuela Muster
</p>
<p>
<b>gender</b>: FEMALE
</p>
<p>
<b>birthDate</b>: Feb 21, 1997
</p>
<p>
<b>maritalStatus</b>: in eingetragener Partnerschaft
<span style="background: LightGoldenRodYellow">(Details : {http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus code '6' = '6', given as 'in eingetragener Partnerschaft'})</span>
</p>
<h3>Communications</h3>
<table class="grid">
<tr>
<td>-</td>
<td>
<b>Language</b>
</td>
<td>
<b>Preferred</b>
</td>
</tr>
<tr>
<td>*</td>
<td>Deutsch (Schweiz)
<span style="background: LightGoldenRodYellow">(Details : {urn:ietf:bcp:47 code 'de-CH' = 'German (Region=Switzerland))</span>
</td>
<td>true</td>
</tr>
</table>
</div>
</text>
<extension url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace">
<valueAddress>
<city value="Paris"/>
<country value="Frankreich"/>
</valueAddress>
</extension>
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeoforigin">
<valueAddress>
<city value="Köniz"/>
<state value="BE"/>
</valueAddress>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/patient-religion">
<valueCodeableConcept>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation"/>
<code value="1077"/>
<display value="Protestant"/>
</coding>
</valueCodeableConcept>
</extension>
<identifier>
<system value="urn:oid:2.16.756.5.30.1.127.3.10.3"/>
<value value="761337615317835750"/>
</identifier>
<name>
<family value="Muster"/>
<given value="Manuela"/>
</name>
<gender value="female"/>
<birthDate value="1997-02-21"/>
<maritalStatus>
<coding>
<system value="http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus"/>
<code value="6"/>
<display value="in eingetragener Partnerschaft"/>
</coding>
</maritalStatus>
<communication>
<language>
<coding>
<system value="urn:ietf:bcp:47"/>
<code value="de-CH"/>
</coding>
<text value="Deutsch (Schweiz)"/>
</language>
<preferred value="true"/>
</communication>
</Patient>