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
Source view
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "statoEsenzione"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "additional" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h4>Interpretazione dei codici di ActStatus per le esenzioni</h4>\n <table>\n <thead>\n <tr>\n <th>Codice</th>\n <th>Uso</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td>active</td>\n <td>Esenzione in corso di validità</td>\n </tr>\n <tr>\n <td>suspended</td>\n <td>Esenzione momentaneamente sospesa (ad esempio in attesa del rinnovo di un’iscrizione temporanea)</td>\n </tr>\n <tr>\n <td>aborted</td>\n <td>Esenzione mai stata valida (ad esempio è stata assegnata per errore e il documento corrispondente era già stato prodotto in stato active)</td>\n </tr>\n <tr>\n <td>completed</td>\n <td>Esenzione non più in corso di validità</td>\n </tr>\n <tr>\n <td>UNK</td>\n <td>Lo stato dell'esenzione non è noto</td>\n </tr>\n </tbody>\n </table>\n </div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.it/fhir/ValueSet/statoEsenzione"]; fhir:ValueSet.version [ fhir:value "0.1.0"]; fhir:ValueSet.name [ fhir:value "VsStatoEsenzione"]; fhir:ValueSet.title [ fhir:value "Stato Esenzione"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2020-06-30T18:23:29+02:00"^^xsd:dateTime]; fhir:ValueSet.publisher [ fhir:value "HL7 Italia"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.it" ] ] ]; fhir:ValueSet.description [ fhir:value "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'"]; fhir:ValueSet.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "IT" ] ] ]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActStatus" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments" ]; fhir:Extension.valueString [ fhir:value "Esenzione in corso di validità" ] ]; fhir:ValueSet.compose.include.concept.code [ fhir:value "active" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "attivo" ] ], [ fhir:index 1; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments" ]; fhir:Extension.valueString [ fhir:value "Esenzione momentaneamente sospesa (ad esempio in attesa del rinnovo di un’iscrizione temporanea)" ] ]; fhir:ValueSet.compose.include.concept.code [ fhir:value "suspended" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "sospeso" ] ], [ fhir:index 2; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments" ]; fhir:Extension.valueString [ fhir:value "Esenzione mai stata valida (ad esempio è stata assegnata per errore e il documento corrispondente era già stato prodotto in stato active)" ] ]; fhir:ValueSet.compose.include.concept.code [ fhir:value "aborted" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "abortito" ] ], [ fhir:index 3; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments" ]; fhir:Extension.valueString [ fhir:value "Esenzione non più in corso di validità" ] ]; fhir:ValueSet.compose.include.concept.code [ fhir:value "completed" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "completato" ] ] ], [ fhir:index 1; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-NullFlavor" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-concept-comments" ]; fhir:Extension.valueString [ fhir:value "Lo stato dell'esenzione non è noto" ] ]; fhir:ValueSet.compose.include.concept.code [ fhir:value "UNK" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "sconosciuto" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.