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

(back to description)

Raw json

Source view

{
  "resourceType" : "Coverage",
  "id" : "EsempioEsenzione",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "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"
              }
            ]
          }
        }
      ]
    }
  ]
}