CH Core (R4)
1.0.0 - Trial use
This page is part of the CH Core (R4) (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions
Source view
<Patient xmlns="http://hl7.org/fhir"> <id value="UpiEprTestKrcmarevic"/> <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"> <div> <table> <tr> <th>EPR-SPID</th><th>DateOfBirth</th><th>Firstname</th><th>OfficialName</th><th>OriginalName</th><th>Sex*</th><th>MothersFirstname</th><th>MothersLastname</th><th>FathersFirstname</th><th>FathersLastname</th><th>Nationality</th><th>CountryOfBirth</th><th>PlaceOfBirth</th> </tr> <tr> <td>7560521127080</td><td>1982-03-20</td><td>Claude-Hélène Marguerite</td><td>Krcmarevic</td><td>Scheuble</td><td>2</td><td>Hui Xue</td><td>Dalkiliç</td><td>Fabio Nicola</td><td>Dalkiliç</td><td>Switzerland (8100)</td><td>Switzerland (8100)</td><td>Zürich (261)</td> </tr> </table> </div> *: Needs transformation to HL7 ValueSets see ConceptMap http://fhir.ch/ig/ch-core/ConceptMap/sex-ech11-to-fhir<br/> Base testdata for projectathon from UPI see <a href="https://docs.google.com/spreadsheets/d/1yWPhTI7DDgYDMXPVFGRmdb50c8TuUnQp9fECM3iGTBo/edit#gid=0">Google Doc for more examples</a> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/patient-citizenship"> <extension url="code"> <valueCodeableConcept> <coding> <system value="urn:iso:std:iso:3166"/> <code value="CH"/> <display value="Switzerland"/> </coding> </valueCodeableConcept> </extension> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace"> <valueAddress> <city value="Zürich"> <extension url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-7-municipalityid"> <valueString value="261"/> </extension> </city> <country value="Switzerland"> <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-SC-coding"> <valueCoding> <system value="urn:iso:std:iso:3166"/> <code value="CH"/> </valueCoding> </extension> </country> </valueAddress> </extension> <identifier> <!-- EPR-SPID --> <system value="urn:oid:2.16.756.5.30.1.127.3.10.3"/> <value value="7560521127080"/> </identifier> <name> <use value="official"/> <family value="Krcmarevic"/> <given value="Claude-Hélène Marguerite"/> </name> <name> <use value="maiden"/> <family value="Scheuble"/> </name> <gender value="female"/> <birthDate value="1982-03-20"/> <!-- http://build.fhir.org/valueset-parent-relationship-codes.html --> <contact> <relationship> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> <code value="MTH"/> <display value="mother"/> </coding> </relationship> <name> <family value="Dalkiliç"/> <given value="Hui Xue"/> </name> </contact> <contact> <relationship> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/> <code value="FTH"/> <display value="father"/> </coding> </relationship> <name> <family value="Dalkiliç"/> <given value="Fabio Nicola"/> </name> </contact> </Patient>