CH EPREG (R4)
1.0.0-ci-build - ci-build Switzerland flag

CH EPREG (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 1.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-epreg/ and changes regularly. See the Directory of published versions

: UC 1: Basic Insurance - XML Representation

Raw xml | Download


<Coverage xmlns="http://hl7.org/fhir">
  <id value="UC1-BasicInsurance"/>
  <language value="de-CH"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-CH" lang="de-CH"><p class="res-header-id"><b>Generated Narrative: Coverage UC1-BasicInsurance</b></p><a name="UC1-BasicInsurance"> </a><a name="hcUC1-BasicInsurance"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Language: de-CH</p></div><p><b>identifier</b>: Member Number/123456789</p><p><b>status</b>: Active</p><p><b>type</b>: <span title="Codes:{http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-25-mainguarantor 1}">Krankenversicherung (obligat.)</span></p><p><b>beneficiary</b>: <a href="Patient-UC1-KatrinKinderlieb.html">Frau Katrin Kinderlieb Female, DoB: 1986-01-18 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#80756015090002647590)</a></p><p><b>payor</b>: <a href="#hcUC1-BasicInsurance/Sanitas">Organization Sanitas</a></p><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: Organization #Sanitas</b></p><a name="UC1-BasicInsurance/Sanitas"> </a><a name="hcUC1-BasicInsurance/Sanitas"> </a><p><b>name</b>: Sanitas</p></blockquote></div>
  </text>
  <contained>
    <Organization>
      <id value="Sanitas"/>
      <name value="Sanitas"/>
    </Organization>
  </contained>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MB"/>
        <display value="Member Number"/>
      </coding>
    </type>
    <system value="http://example.com/identifiers/insurance-number"/>
    <value value="123456789"/>
  </identifier>
  <status value="active"/>
  <type>
    <coding>
      <system
              value="http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-25-mainguarantor"/>
      <code value="1"/>
      <display value="Krankenversicherung (obligat.)"/>
    </coding>
  </type>
  <beneficiary>🔗 
    <reference value="Patient/UC1-KatrinKinderlieb"/>
  </beneficiary>
  <payor>
    <reference value="#Sanitas"/>
  </payor>
</Coverage>