CH LAB-Order (R4)
3.0.0-ci-build - ci-build
CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ and changes regularly. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="SimoneStuder"/>
<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>: SimoneStuder</p><p><b>meta</b>:</p><p><b>identifier</b>: 012/08.111113</p><p><b>name</b>: SimoneStuder</p><p><b>gender</b>: FEMALE</p><p><b>birthDate</b>: Jan 08, 1992</p><p><b>maritalStatus</b>: verheiratet <span style="background: LightGoldenRodYellow">(Details : {$ech-11-maritalstatus code '2' = '2', given as 'verheiratet'})</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>Italienisch (Schweiz) <span style="background: LightGoldenRodYellow">(Details : {urn:ietf:bcp:47 code 'it-CH' = 'Italian (Region=Schweiz))</span></td><td>true</td></tr></table></div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace">
<valueAddress>
<city value="Huttwil"/>
<country value="Schweiz"/>
</valueAddress>
</extension>
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeoforigin">
<valueAddress>
<city value="Airolo"/>
<state value="TI"/>
</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>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
</coding>
</type>
<system value="urn:oid:2.16.756.5.30.977789.1"/>
<value value="012/08.111113"/>
</identifier>
<name>
<use value="official"/>
<family value="Studer">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name">
<valueCode value="officialName"/>
</extension>
</family>
<given value="Simone">
<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="Studer">
<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 64 123 45 45"/>
<use value="home"/>
</telecom>
<telecom>
<system value="email"/>
<value value="simone.studer@example.ch"/>
</telecom>
<gender value="female"/>
<birthDate value="1992-01-08"/>
<address>
<use value="home"/>
<type value="both"/>
<line value="Amselstrasse 77"/>
<city value="Gerlafingen"/>
<postalCode value="4563"/>
</address>
<maritalStatus>
<coding>
<system
value="http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus"/>
<code value="2"/>
<display value="verheiratet"/>
</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>