HL7 Italia FHIR Implementation Guide (base)
0.1.0 - PC Ballot

This page is part of the HL7 Italia FHIR Implementation Guide (base) (v0.1.0: Public Comment 1 Ballot 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Coverage. Esempio di gestire delle esenzioni - XML Representation

(back to description)

Raw xml

Source view


<Coverage xmlns="http://hl7.org/fhir">
  <id value="EsempioEsenzione"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>id</b>: EsempioEsenzione</p><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">Generated Summary: id: esempio-CF-residenza; TSTPSN80A01D612A; active; DANTE ALIGHIERI (OFFICIAL); gender: male; birthDate: 1971-05-01</a></p><p><b>payor</b>: <a href="Organization-asl-020101.html">Generated Summary: id: asl-020101; 020101, 101, 00177330073, 91001750073; active; <span title="Codes: {http://terminology.hl7.it/CodeSystem/it-tipoEntita asl}">Azienda Sanitaria Locale</span>; name: AZIENDA U.S.L. VALLE D'AOSTA; ph: (0165) 5431, fax: (0165) 544587, mailto: protocollo@pec.ausl.vda.it, http://www.ausl.vda.it</a></p><blockquote><p><b>costToBeneficiary</b></p><p><b>value</b>: </p><h3>Exceptions</h3><table class="grid"><tr><td>-</td><td><b>Extension</b></td><td><b>Type</b></td></tr><tr><td>*</td><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>