CH Core (R4)
5.0.0-ci-build - ci-build Switzerland flag

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

: Franz Muster - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="FranzMuster"/>
  <meta>
    <profile
             value="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Franz Muster </b> male, DoB: 1995-01-27 ( Medical record number/012/08.111111)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes: {http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus 6}">in eingetragener Partnerschaft</span></td></tr><tr><td style="background-color: #f3f5da" title="Language spoken">Language:</td><td colspan="3"><span title="Codes: {urn:ietf:bcp:47 de-CH}">Deutsch (Schweiz)</span> (preferred)</td></tr><tr><td style="background-color: #f3f5da" title="The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements."><a href="http://hl7.org/fhir/R4/extension-patient-birthplace.html">Birth Place</a></td><td colspan="3"><ul><li>Paris Frankreich </li></ul></td></tr><tr><td style="background-color: #f3f5da" title="The place of origin of the patient."><a href="StructureDefinition-ch-core-patient-ech-11-placeoforigin.html">Place of Origin according to eCH-0011</a></td><td colspan="3"><ul><li>Köniz BE </li></ul></td></tr><tr><td style="background-color: #f3f5da" title="The patient's professed religious affiliations."><a href="http://hl7.org/fhir/R4/extension-patient-religion.html">religion</a></td><td colspan="3"><ul><li><span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation 1077}">Protestant</span></li></ul></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace">
    <valueAddress>
      <city value="Paris"/>
      <country value="Frankreich"/>
    </valueAddress>
  </extension>
  <extension
             url="http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeoforigin">
    <valueAddress>
      <city value="Köniz"/>
      <state value="BE"/>
    </valueAddress>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/patient-religion">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation"/>
        <code value="1077"/>
        <display value="Protestant"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <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.999999.1"/>
    <value value="012/08.111111"/>
  </identifier>
  <name>
    <family value="Muster"/>
    <given value="Franz"/>
  </name>
  <gender value="male"/>
  <birthDate value="1995-01-27"/>
  <maritalStatus>
    <coding>
      <system
              value="http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus"/>
      <code value="6"/>
      <display value="in eingetragener Partnerschaft"/>
    </coding>
  </maritalStatus>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="de-CH"/>
      </coding>
      <text value="Deutsch (Schweiz)"/>
    </language>
    <preferred value="true"/>
  </communication>
</Patient>