FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/statoEsenzione

Packagehl7.fhir.it.terminology
TypeValueSet
IdstatoEsenzione
FHIR VersionR4
Sourcehttps://www.hl7.it/fhir/terminology/https://build.fhir.org/ig/hl7-it/terminology/ValueSet-statoEsenzione.html
URLhttps://www.hl7.it/fhir/terminology/ValueSet/statoEsenzione
Version0.1.2
Statusactive
Date2025-06-16T09:58:23+00:00
NameVsStatoEsenzione
TitleStato Esenzione
Realmit
Authorityhl7
DescriptionValue Set basato sul vocabolario HL7 V3 ActStatus che descrive lo stato delle esenzioni. Questo value set è adottato da HL7 CDA R2 IG 'DOCUMENTO DI ESENZIONE'

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-ActStatusActStatus
v3-NullFlavorNullFlavor
v3-ActStatusActStatus
v3-NullFlavorNullFlavor

Narrative

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

Value Set basato sul vocabolario HL7 V3 ActStatus che descrive lo stato delle esenzioni. Questo value set è adottato da HL7 CDA R2 IG 'DOCUMENTO DI ESENZIONE'

Source

{
  "resourceType": "ValueSet",
  "id": "statoEsenzione",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.hl7.it/fhir/terminology/ValueSet/statoEsenzione",
  "version": "0.1.2",
  "name": "VsStatoEsenzione",
  "title": "Stato Esenzione",
  "status": "active",
  "experimental": false,
  "date": "2025-06-16T09:58:23+00:00",
  "publisher": "HL7 Italia",
  "contact": [
    {
      "name": "HL7 Italia",
      "telecom": [
        {
          "system": "url",
          "value": "https://hl7.it"
        }
      ]
    },
    {
      "name": "HL7 Italia",
      "telecom": [
        {
          "system": "url",
          "value": "https://hl7.it"
        }
      ]
    }
  ],
  "description": "Value Set basato sul vocabolario HL7 V3 ActStatus che descrive lo stato delle esenzioni. Questo value set è adottato da HL7 CDA R2 IG 'DOCUMENTO DI ESENZIONE'",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "IT",
          "display": "Italy"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActStatus",
        "concept": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString": "Esenzione in corso di validità"
              }
            ],
            "code": "active",
            "display": "attivo"
          },
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString": "Esenzione momentaneamente sospesa (ad esempio in attesa del rinnovo di un’iscrizione temporanea)"
              }
            ],
            "code": "suspended",
            "display": "sospeso"
          },
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString": "Esenzione mai stata valida (ad esempio è stata assegnata per errore e il documento corrispondente era già stato prodotto in stato active)"
              }
            ],
            "code": "aborted",
            "display": "abortito"
          },
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString": "Esenzione non più in corso di validità"
              }
            ],
            "code": "completed",
            "display": "completato"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments",
                "valueString": "Lo stato dell'esenzione non è noto"
              }
            ],
            "code": "UNK",
            "display": "sconosciuto"
          }
        ]
      }
    ]
  }
}