HL7 Europe Base Profiles
0.0.1-ci - ci-build 150

HL7 Europe Base Profiles, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.0.1-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/base/ and changes regularly. See the Directory of published versions

: EhicExampleIt - XML Representation

Raw xml | Download



<Coverage xmlns="http://hl7.org/fhir">
  <id value="EhicExampleIt"/>
  <meta>
    <profile
             value="http://hl7.eu/fhir/base/StructureDefinition/Coverage-eu-ehic"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Coverage EhicExampleIt</b></p><a name="EhicExampleIt"> </a><a name="hcEhicExampleIt"> </a><a name="EhicExampleIt-en-US"> </a><p><b>identifier</b>: <code>http://toBeDefined.org/ehic</code>/80380000900090510553</p><p><b>status</b>: Active</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.eu/CodeSystem/v3-ActCode EHIC}">European Health Insurance Card</span></p><p><b>beneficiary</b>: <a href="Patient/esempio-CF-residenza">Patient/esempio-CF-residenza</a></p><p><b>period</b>: ?? --&gt; 2022-01-19</p><p><b>payor</b>: <a href="Organization/example-rt">SSN-MIN SALUTE - 500001</a></p></div>
  </text>
  <identifier>
    <system value="http://toBeDefined.org/ehic"/>
    <value value="80380000900090510553"/>
  </identifier>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.eu/CodeSystem/v3-ActCode"/>
      <code value="EHIC"/>
      <display value="European Health Insurance Card"/>
    </coding>
  </type>
  <beneficiary>
    <reference value="Patient/esempio-CF-residenza"/>
  </beneficiary>
  <period>
    <end value="2022-01-19"/>
  </period>
  <payor>
    <reference value="Organization/example-rt"/>
    <display value="SSN-MIN SALUTE - 500001"/>
  </payor>
</Coverage>