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 in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Source view
{ "resourceType" : "ValueSet", "id" : "statoEsenzione", "text" : { "status" : "additional", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<h4>Interpretazione dei codici di ActStatus per le esenzioni</h4>\n\t\t\t<table>\n\t\t\t\t<thead>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<th>Codice</th>\n\t\t\t\t\t\t<th>Uso</th>\n\t\t\t\t\t</tr>\n\t\t\t\t</thead>\n\t\t\t\t<tbody>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>active</td>\n\t\t\t\t\t\t<td>Esenzione in corso di validità</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>suspended</td>\n\t\t\t\t\t\t<td>Esenzione momentaneamente sospesa (ad esempio in attesa del rinnovo di un’iscrizione temporanea)</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>aborted</td>\n\t\t\t\t\t\t<td>Esenzione mai stata valida (ad esempio è stata assegnata per errore e il documento corrispondente era già stato prodotto in stato active)</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>completed</td>\n\t\t\t\t\t\t<td>Esenzione non più in corso di validità</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>UNK</td>\n\t\t\t\t\t\t<td>Lo stato dell'esenzione non è noto</td>\n\t\t\t\t\t</tr>\n\t\t\t\t</tbody>\n\t\t\t</table>\n\t\t</div>" }, "url" : "http://hl7.it/fhir/ValueSet/statoEsenzione", "version" : "0.1.0", "name" : "VsStatoEsenzione", "title" : "Stato Esenzione", "status" : "active", "date" : "2020-06-30T18:48:24+02:00", "publisher" : "HL7 Italia", "contact" : [ { "telecom" : [ { "system" : "url", "value" : "http://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" } ] } ], "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" } ] } ] } }