FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.it.base
Resource TypeCoverage
IdCoverage-EsempioEsenzione.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Copertura EsempioEsenzione

status: Active

type: public healthcare

beneficiary: DANTE ALIGHIERI (official) Male, DoB: 1971-05-01 ( http://hl7.it/sid/codiceFiscale#TSTPSN80A01D612A)

payor: Organization AZIENDA U.S.L. VALLE D'AOSTA

costToBeneficiary

value:

Exceptions

-ExtensionType
*E01

Source1

{
  "resourceType": "Coverage",
  "id": "EsempioEsenzione",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
              }
            ]
          }
        }
      ]
    }
  ]
}