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="MaxMuster"/> <meta> <profile value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-composition-patient-epr"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: MaxMuster</p><p><b>meta</b>: </p><p><b>identifier</b>: Medical record number = 8733</p><p><b>name</b>: Max Muster (OFFICIAL)</p><p><b>telecom</b>: ph: +41326851234(HOME), ph: +41321237788(WORK), max.muster@sampledomain.ch(HOME)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1938-12-12</p><p><b>address</b>: Leidensweg 10 Specimendorf 9999 CH (HOME)</p><p><b>managingOrganization</b>: <a href="Organization-GruppenpraxisCH.html">Generated Summary: id: GruppenpraxisCH; 7601000201041; name: Gruppenpraxis CH; ph: +41322345566(WORK), fax: +41322346677(WORK), bereit@gruppenpraxis.ch(WORK), http://www.gruppenpraxis.ch(WORK)</a></p></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"/> </telecom> <telecom> <system value="phone"/> <value value="+41321237788"/> <use value="work"/> </telecom> <telecom> <system value="email"/> <value value="max.muster@sampledomain.ch"/> <use value="home"/> </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>