CH Core (R4)
5.0.0-ci-build - ci-build
CH Core (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 5.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-core/ and changes regularly. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="MaxMuster"/>
<meta>
<profile
value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"/>
<profile
value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-epr"/>
</meta>
<language value="de-CH"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-CH" lang="de-CH"><p class="res-header-id"><b>Generated Narrative: Patient MaxMuster</b></p><a name="MaxMuster"> </a><a name="hcMaxMuster"> </a><a name="MaxMuster-en-US"> </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">Language: de-CH</p><p style="margin-bottom: 0px">Profiles: <a href="StructureDefinition-ch-core-patient.html">CH Core Patient</a>, <a href="StructureDefinition-ch-core-patient-epr.html">CH Core Patient EPR</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Max Muster (official) Male, DoB: 1938-12-12 ( Medical record number)</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="tel:+41326851234">+41326851234</a></li><li>ph: 079 333 22 11(Mobile)</li><li><a href="tel:+41321237788">+41321237788</a></li><li><a href="mailto:max.muster@example.com">max.muster@example.com</a></li><li><a href="http://example.com">http://example.com</a></li><li>079 333 22 11</li><li>Leidensweg 10 Specimendorf 9999 CH (home)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization-GruppenpraxisCH.html">Organization Gruppenpraxis CH</a></li></ul></td></tr></table></div>
</text>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
</coding>
</type>
<system value="urn:oid:2.16.756.888888.3.1"/>
<value value="8733"/>
</identifier>
<name>
<use value="official"/>
<family value="Muster">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name">
<valueCode value="officialName"/>
</extension>
</family>
<given value="Max">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-firstname">
<valueCode value="officialFirstName"/>
</extension>
</given>
</name>
<telecom>
<system value="phone"/>
<value value="+41326851234"/>
<use value="home">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-46-phonecategory">
<valueCodeableConcept>
<coding>
<system
value="http://fhir.ch/ig/ch-core/CodeSystem/ech-46-phonecategory"/>
<code value="1"/>
<display value="private Telefonnummer"/>
</coding>
</valueCodeableConcept>
</extension>
</use>
</telecom>
<telecom>
<system value="phone"/>
<value value="079 333 22 11"/>
<use value="mobile">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-46-phonecategory">
<valueCodeableConcept>
<coding>
<system
value="http://fhir.ch/ig/ch-core/CodeSystem/ech-46-phonecategory"/>
<code value="2"/>
<display value="private Mobil-Nummer"/>
</coding>
</valueCodeableConcept>
</extension>
</use>
</telecom>
<telecom>
<system value="phone"/>
<value value="+41321237788"/>
<use value="work">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-46-phonecategory">
<valueCodeableConcept>
<coding>
<system
value="http://fhir.ch/ig/ch-core/CodeSystem/ech-46-phonecategory"/>
<code value="6"/>
<display value="geschäftliche Nummer (Durchwahl)"/>
</coding>
</valueCodeableConcept>
</extension>
</use>
</telecom>
<telecom>
<system value="email"/>
<value value="max.muster@example.com"/>
<use value="home">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-46-emailcategory">
<valueCodeableConcept>
<coding>
<system
value="http://fhir.ch/ig/ch-core/CodeSystem/ech-46-emailcategory"/>
<code value="1"/>
<display value="private Email-Adresse"/>
</coding>
</valueCodeableConcept>
</extension>
</use>
</telecom>
<telecom>
<system value="url"/>
<value value="http://example.com"/>
<use value="work">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-46-internetcategory">
<valueCodeableConcept>
<coding>
<system
value="http://fhir.ch/ig/ch-core/CodeSystem/ech-46-internetcategory"/>
<code value="2"/>
<display value="geschäftliche Internet-Adresse"/>
</coding>
</valueCodeableConcept>
</extension>
</use>
</telecom>
<telecom>
<system value="sms"/>
<value value="079 333 22 11"/>
</telecom>
<gender value="male"/>
<birthDate value="1938-12-12"/>
<address>
<use value="home"/>
<line value="Leidensweg"/>
<line value="10"/>
<city value="Specimendorf"/>
<postalCode value="9999"/>
<country value="CH"/>
</address>
<managingOrganization>🔗
<reference value="Organization/GruppenpraxisCH"/>
</managingOrganization>
</Patient>