@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:NamingSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "ahvn13"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "additional" ]; fhir:Narrative.div "
\n

\n name: AHVN13 / NAVS13\n

\n

\n status: ACTIVE\n

\n

\n kind: IDENTIFIER\n

\n

\n date: Nov 27, 2018\n

\n

\n publisher: HL7 Switzerland on behalf of Central Compensation Office CCO (CCO)\n

\n

\n contact: \n

\n

\n responsible: The Federal Department of Finance (FDF) / Central Compensation Office CCO\n

\n

\n type: IHI \n (Details : {http://terminology.hl7.org/CodeSystem/v2-0203 code 'NI' = 'National unique individual identifier', given as 'National unique individual identifier'})\n

\n

\n description: The AHVN13 / NAVS13 - (abbreviation for new thirteen-digit Social Security number) - is an administrative identifier for natural persons in Switzerland. It is issued, announced and administered by the [Central Compensation Office](https://www.zas.admin.ch/zas/de/home/partenaires-et-institutions-/navs13.html). It is available to all organisations and communities for which there is a legal basis. The AHVN13 / NAVS13 shall not contain point characters for separation.\n

\n

\n jurisdiction: Switzerland \n (Details : {urn:iso:std:iso:3166 code 'CH' = 'Switzerland)\n

\n

UniqueIds

\n \n \n \n \n \n \n \n \n \n \n \n \n \n
-\n Type\n \n Value\n \n Comment\n
*OID2.16.756.5.32This is the official identifier
\n
" ]; fhir:NamingSystem.name [ fhir:value "AHVN13"]; fhir:NamingSystem.status [ fhir:value "active"]; fhir:NamingSystem.kind [ fhir:value "identifier"]; fhir:NamingSystem.date [ fhir:value "2018-11-27"^^xsd:date]; fhir:NamingSystem.publisher [ fhir:value "HL7 Switzerland"]; fhir:NamingSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "HL7 Switzerland" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://www.hl7.ch/" ] ] ]; fhir:NamingSystem.responsible [ fhir:value "The Federal Department of Finance (FDF) / Central Compensation Office CCO"]; fhir:NamingSystem.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "NI" ]; fhir:Coding.display [ fhir:value "National unique individual identifier" ] ]; fhir:CodeableConcept.text [ fhir:value "IHI" ] ]; fhir:NamingSystem.description [ fhir:value "The AHVN13 / NAVS13 - (abbreviation for new thirteen-digit Social Security number) - is an administrative identifier for natural persons in Switzerland. It is issued, announced and administered by the [Central Compensation Office](https://www.zas.admin.ch/zas/de/home/partenaires-et-institutions-/navs13.html). It is available to all organisations and communities for which there is a legal basis. The AHVN13 / NAVS13 shall not contain point characters for separation."]; fhir:NamingSystem.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 "CH" ] ] ]; fhir:NamingSystem.uniqueId [ fhir:index 0; fhir:NamingSystem.uniqueId.type [ fhir:value "oid" ]; fhir:NamingSystem.uniqueId.value [ fhir:value "2.16.756.5.32" ]; fhir:NamingSystem.uniqueId.comment [ fhir:value "This is the official identifier" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------