This page is part of the CH Core (R4) (v4.0.0-ballot: STU Ballot 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="PersonEch011"/>
<meta>
<profile
value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"/>
</meta>
<language value="de-CH"/>
<text>
<status value="additional"/>
<div xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-CH" lang="de-CH"><div>Example according to eCH-011</div>3.3.2 nameData – Namensangaben<ul><li>Amtlicher Name (zwingend) – officialName, siehe Kapitel 3.3.2.1</li><li>Amtliche Vornamen (zwingend) – firstName, siehe Kapitel 3.3.2.2</li><li>Ledigname (optional) – originalName, siehe Kapitel 3.3.2.3</li><li>Allianzname (optional) – allianceName, siehe Kapitel 3.3.2.4</li><li>Aliasname (optional) – aliasName, siehe Kapitel 3.3.2.5</li><li>Andere amtliche Name (optional) – otherName, siehe Kapitel 3.3.2.6</li><li>Rufname (optional) – callName, siehe Kapitel 3.3.2.7</li><li>entweder<ul><li>Name im ausländischen Pass (optional) - nameOnForeignPassport, siehe Kapitel 3.3.2.8 oder</li><li>Name gemäss Deklaration (optional) – declaredForeignName, siehe Kapitel 3.3.2.9</li></ul></li></ul>3.3.5 maritalData - Zivilstandsangaben<ul><li>Zivilstand in eingetragener Partnerschaft (married), aber freiwillig getrennt lebend</li></ul>3.3.8 contactData – Kontaktangaben<ul><li>Zusätzlich Beispiel für Zustelladresse, falls es nicht die Adresse des Patienten direkt ist, mit Angaben von eCH-0010</li></ul></div>
</text>
<name>
<use value="official"/>
<family value="Amtlicher Name">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name">
<valueCode value="officialName"/>
</extension>
</family>
<given value="Amtliche Vornamen (zwingend)">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-firstname">
<valueCode value="officialFirstName"/>
</extension>
</given>
</name>
<name>
<family value="Allianzname">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name">
<valueCode value="allianceName"/>
</extension>
</family>
</name>
<name>
<use value="maiden"/>
<family value="Ledigname (optional) – originalName">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name">
<valueCode value="originalName"/>
</extension>
</family>
</name>
<name>
<family value="Alias name">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name">
<valueCode value="aliasName"/>
</extension>
</family>
</name>
<gender value="female"/>
<birthDate value="1982-03-20"/>
<maritalStatus>
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-maritaldata-separation">
<valueCodeableConcept>
<coding>
<system
value="http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritaldata-separation"/>
<code value="1"/>
<display value="Freiwillig getrennt"/>
</coding>
</valueCodeableConcept>
</extension>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
<code value="M"/>
</coding>
<coding>
<system
value="http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus"/>
<code value="6"/>
<display value="in eingetragener Partnerschaft"/>
</coding>
</maritalStatus>
<contact>
<relationship>
<coding>
<system value="http://fhir.ch/ig/ch-core/CodeSystem/ech-11"/>
<code value="contactData"/>
</coding>
</relationship>
<name>
<family value="Dalkiliç"/>
<given value="Fabio Nicola"/>
</name>
<address>
<line
value="addressLine1 sollte für personifizierte Adressangaben verwendet werden (z.B. c/o- Adresse).">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-10-linetype">
<valueCode value="addressLine1"/>
</extension>
</line>
<line
value="addressLine2 solle für unpersonifizierte Adressangaben verwendet werden (z.B. Zu- satzangaben zur Lokalisation, z.B. Chalet Edelweiss).">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-10-linetype">
<valueCode value="addressLine2"/>
</extension>
</line>
<line
value="Strassenbezeichnungen in Postadressen. Es kann sich dabei auch um den Namen einer Lokalität, eines Weilers etc. handeln. No. 10 Wohung 5">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-10-linetype">
<valueCode value="street"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
<valueString value="Strassenbezeichnug"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
<valueString value="10"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID">
<valueString value="5"/>
</extension>
</line>
<line value="Postfach">
<extension
url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-10-linetype">
<valueCode value="postOfficeBoxText"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox">
<valueString value="12345678"/>
</extension>
</line>
<city value="Ort"/>
<postalCode value="PLZ"/>
<country value="Schweiz">
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding">
<valueCoding>
<system value="urn:iso:std:iso:3166"/>
<code value="CH"/>
</valueCoding>
</extension>
</country>
</address>
</contact>
</Patient>
IG © 2020+ HL7 Switzerland. Package ch.fhir.ig.ch-core#4.0.0-ballot based on FHIR 4.0.1. Generated 2023-06-27
Links: Table of Contents |
QA Report
| Propose a change