CH EMS (R4)
1.9.0 - Standard for Trial Use
This page is part of the CH EMS (R4) (v1.9.0: STU) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Source view
<Patient xmlns="http://hl7.org/fhir"> <id value="1-PeterMuster"/> <meta> <profile value="http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-patient"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: 1-PeterMuster</p><p><b>meta</b>: </p><p><b>identifier</b>: id: 7560123123499, Medical record number: 762354</p><p><b>name</b>: Peter Muster (OFFICIAL)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1961-10-01</p><p><b>address</b>: Bahnhofstrasse Zürich 8003 Schweiz (HOME)</p><h3>Contacts</h3><table class="grid"><tr><td>-</td><td><b>Extension</b></td><td><b>Name</b></td></tr><tr><td>*</td><td></td><td>Erika Muster </td></tr></table></div> </text> <extension url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeoforigin"> <valueAddress> <city value="Musterdorf"/> <state value="ZH"/> </valueAddress> </extension> <!-- Profile http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-composition-patient-epr, Element 'Patient.identifier[AHVN13]': max allowed = 0, but found 1 --> <identifier> <!-- cdachems-dataelement-135 navs13 --> <system value="urn:oid:2.16.756.5.32"/> <value value="7560123123499"/> </identifier> <identifier> <!-- OID SRZ, here dummy --> <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.1.9999999999.2"/> <value value="762354"/> </identifier> <name> <use value="official"/> <!-- cdachems-dataelement-8 --> <family value="Muster"> <extension url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name"> <valueCode value="officialName"/> </extension> </family> <!-- cdachems-dataelement-9 --> <given value="Peter"> <extension url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-firstname"> <valueCode value="officialFirstName"/> </extension> </given> </name> <!-- cdachems-dataelement-11 --> <gender value="male"/> <!-- cdachems-dataelement-10 --> <birthDate value="1961-10-01"/> <address> <use value="home"/> <line value="Bahnhofstrasse"> <!-- annotated due to consequent error based on ch-core, see https://github.com/hl7ch/ch-core/pull/62 --> <!-- <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-houseNumber"> <valueString value="1"/> </extension> </line> <city value="Zürich"/> <postalCode value="8003"/> <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> <!-- participant.associatedEntity --> <contact> <extension url="http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-personrole"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct"/> <code value="74964007"/> <display value="Other"/> </coding> <text value="Ehefrau"/> </valueCodeableConcept> </extension> <name> <family value="Muster"/> <given value="Erika"/> </name> </contact> </Patient>