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
@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:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "istat-statoCivile"]; fhir:Resource.meta [ fhir:Meta.source [ fhir:value "https://www.anpr.interno.it/portale/tabelle-di-riferimento" ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Tabella ISTAT Stato Civile</div>" ]; fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.it/CodeSystem/istat-statoCivile"]; fhir:CodeSystem.version [ fhir:value "0.1.0"]; fhir:CodeSystem.name [ fhir:value "CsIstatStatoCivile"]; fhir:CodeSystem.title [ fhir:value "ISTAT - Stato Civile"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2020-06-30T18:48:24+02:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "HL7 Italia"]; fhir:CodeSystem.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:CodeSystem.description [ fhir:value "Tabella ISTAT Stato Civile"]; fhir:CodeSystem.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:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "1" ]; fhir:CodeSystem.concept.display [ fhir:value "Celibe/Nubile" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "2" ]; fhir:CodeSystem.concept.display [ fhir:value "Coniugato/a" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "3" ]; fhir:CodeSystem.concept.display [ fhir:value "Vedovo/a" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "4" ]; fhir:CodeSystem.concept.display [ fhir:value "Divorziato/a" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "9" ]; fhir:CodeSystem.concept.display [ fhir:value "Non classificabile/ignoto/n.c" ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "6" ]; fhir:CodeSystem.concept.display [ fhir:value "Unito civilmente" ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "7" ]; fhir:CodeSystem.concept.display [ fhir:value "Stato libero a seguito di decesso della parte unita civilmente" ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "8" ]; fhir:CodeSystem.concept.display [ fhir:value "Stato libero a seguito di scioglimento dell'unione" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.