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 - JSON Representation

Raw json | Download


{
  "resourceType" : "Coverage",
  "id" : "EsempioEsenzione",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code" : "PUBLICPOL"
      }
    ]
  },
  "beneficiary" : {
    🔗 "reference" : "Patient/esempio-CF-residenza"
  },
  "payor" : [
    {
      🔗 "reference" : "Organization/asl-020101"
    }
  ],
  "costToBeneficiary" : [
    {
      "valueMoney" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode" : "not-applicable"
          }
        ]
      },
      "exception" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.it/fhir/StructureDefinition/coverage-exceptionStatus",
              "valueCodeableConcept" : {
                "coding" : [
                  {
                    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActStatus",
                    "code" : "active"
                  }
                ]
              }
            }
          ],
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.it/CodeSystem/minsan-esenzioni",
                "code" : "E01"
              }
            ]
          }
        }
      ]
    }
  ]
}