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 "it-identifier-type"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://terminology.hl7.it/CodeSystem/it-identifier-type defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ENI<a name=\"it-identifier-type-ENI\"> </a></td><td>Europeo Non Iscritto</td><td/></tr><tr><td style=\"white-space:nowrap\">STP<a name=\"it-identifier-type-STP\"> </a></td><td>Straniero Temporaneamente Presente</td><td/></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.it/CodeSystem/it-identifier-type"]; fhir:CodeSystem.version [ fhir:value "0.1.0"]; fhir:CodeSystem.name [ fhir:value "CsItIdentifierType"]; fhir:CodeSystem.title [ fhir:value "HL7 Italia - Tipi di identificatore"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "true"^^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 "Estensione (codici addizionali) alla tabella http://terminology.hl7.org/CodeSystem/v2-0203 per i tipi di identificatore"]; 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 "ENI" ]; fhir:CodeSystem.concept.display [ fhir:value "Europeo Non Iscritto" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "STP" ]; fhir:CodeSystem.concept.display [ fhir:value "Straniero Temporaneamente Presente" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.