HL7 Italia FHIR Implementation Guide (base)
0.1.1 - CI Build Italy flag

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

: Coverage. Esempio di gestire delle esenzioni - XML Representation

Raw xml | Download



<Coverage xmlns="http://hl7.org/fhir">
  <id value="EsempioEsenzione"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Coverage EsempioEsenzione</b></p><a name="EsempioEsenzione"> </a><a name="hcEsempioEsenzione"> </a><a name="EsempioEsenzione-it-IT"> </a><p><b>status</b>: Active</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode PUBLICPOL}">public healthcare</span></p><p><b>beneficiary</b>: <a href="Patient-esempio-CF-residenza.html">DANTE ALIGHIERI (official) Male, DoB: 1971-05-01 ( http://hl7.it/sid/codiceFiscale#TSTPSN80A01D612A)</a></p><p><b>payor</b>: <a href="Organization-asl-020101.html">Organization AZIENDA U.S.L. VALLE D'AOSTA</a></p><blockquote><p><b>costToBeneficiary</b></p><p><b>value</b>: </p><h3>Exceptions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Extension</b></td><td><b>Type</b></td></tr><tr><td style="display: none">*</td><td/><td><span title="Codes:{http://terminology.hl7.it/CodeSystem/minsan-esenzioni E01}">E01</span></td></tr></table></blockquote></div>
  </text>
  <status value="active"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="PUBLICPOL"/>
    </coding>
  </type>
  <beneficiary>🔗 
    <reference value="Patient/esempio-CF-residenza"/>
  </beneficiary>
  <payor>🔗 
    <reference value="Organization/asl-020101"/>
  </payor>
  <costToBeneficiary>
    <valueMoney>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
        <valueCode value="not-applicable"/>
      </extension>
    </valueMoney>
    <exception>
      <extension
                 url="http://hl7.it/fhir/StructureDefinition/coverage-exceptionStatus">
        <valueCodeableConcept>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/v3-ActStatus"/>
            <code value="active"/>
          </coding>
        </valueCodeableConcept>
      </extension>
      <type>
        <coding>
          <system
                  value="http://terminology.hl7.it/CodeSystem/minsan-esenzioni"/>
          <code value="E01"/>
        </coding>
      </type>
    </exception>
  </costToBeneficiary>
</Coverage>