HL7 Italia FHIR Home
0.0.1 - CI Build

HL7 Italia FHIR Home - Local Development build (v0.0.1). See the Directory of published versions

Naming System: Codice Fiscale - TTL Representation

(back to description)

Raw ttl

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:NamingSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "it-sid-cf"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: it-sid-cf</p><p><b>name</b>: CodiceFiscale</p><p><b>status</b>: draft</p><p><b>kind</b>: identifier</p><p><b>date</b>: 21-ago-2015 0.00.00</p><p><b>publisher</b>: HL7 Italia</p><p><b>contact</b>: </p><p><b>description</b>: Il codice fiscale costituisce lo strumento di identificazione delle persone fisiche e dei soggetti diversi dalle persone fisiche in tutti i rapporti con gli enti e le amministrazioni pubbliche. Ai cittadini che hanno diritto anche all’assistenza sanitaria da parte del Servizio Sanitario Nazionale, viene rilasciata la Tessera sanitaria (che contiene anche il codice fiscale). L’unico valido è quello rilasciato dall’Agenzia delle Entrate.</p><p><b>jurisdiction</b>: Italy (ITA) <span style=\"background: LightGoldenRodYellow\">(Details : {http://unstats.un.org/unsd/methods/m49/m49.htm code '380' = 'Italy (ITA))</span></p><blockquote><p><b>uniqueId</b></p><p><b>type</b>: uri</p><p><b>value</b>: http://hl7.it/fhir/sid/codiceFiscale</p><p><b>preferred</b>: true</p></blockquote><blockquote><p><b>uniqueId</b></p><p><b>type</b>: oid</p><p><b>value</b>: 2.16.840.1.113883.2.9.4.3.2</p><p><b>preferred</b>: false</p></blockquote></div>"
  ];
  fhir:NamingSystem.name [ fhir:value "CodiceFiscale"];
  fhir:NamingSystem.status [ fhir:value "draft"];
  fhir:NamingSystem.kind [ fhir:value "identifier"];
  fhir:NamingSystem.date [ fhir:value "2015-08-21T00:00:00+02:00"^^xsd:dateTime];
  fhir:NamingSystem.publisher [ fhir:value "HL7 Italia"];
  fhir:NamingSystem.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:NamingSystem.description [ fhir:value "Il codice fiscale costituisce lo strumento di identificazione delle persone fisiche e dei soggetti diversi dalle persone fisiche in tutti i rapporti con gli enti e le amministrazioni pubbliche. Ai cittadini che hanno diritto anche all’assistenza sanitaria da parte del Servizio Sanitario Nazionale, viene rilasciata la Tessera sanitaria (che contiene anche il codice fiscale). L’unico valido è quello rilasciato dall’Agenzia delle Entrate."];
  fhir:NamingSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "380" ]     ]
  ];
  fhir:NamingSystem.uniqueId [
     fhir:index 0;
     fhir:NamingSystem.uniqueId.type [ fhir:value "uri" ];
     fhir:NamingSystem.uniqueId.value [ fhir:value "http://hl7.it/fhir/sid/codiceFiscale" ];
     fhir:NamingSystem.uniqueId.preferred [ fhir:value "true"^^xsd:boolean ]
  ], [
     fhir:index 1;
     fhir:NamingSystem.uniqueId.type [ fhir:value "oid" ];
     fhir:NamingSystem.uniqueId.value [ fhir:value "2.16.840.1.113883.2.9.4.3.2" ];
     fhir:NamingSystem.uniqueId.preferred [ fhir:value "false"^^xsd:boolean ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.