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

Summary

Defining URLhttp://fhir.ch/ig/ch-core/NamingSystem/uidb
Version2.1.0
NameUIDB
Statusactive
Definition

Unique IDentification Business (UIDB) number (in French, numéro d'IDentification suisse des Enterprises (IDE)) (in German, Schweizer Unternehmens-IDentifikationsnummer (UID)) (in Italian, numero d'IDentificazione svizzero delle Imprese (IDI)) Organizations Covered By System: All Companies/organizations registered in the public Swiss Registers such as the Swiss Register of Commerce, the Value Added Tax (VAT) register, the Social security agencies Registers, Cantons registers, etc., and publish in the UID Register.

\n
PublisherHL7 Switzerland

Identifiers

TypeValueComment
OID2.16.756.5.35This is the official identifier
" ]; fhir:NamingSystem.name [ fhir:value "UIDB"]; fhir:NamingSystem.status [ fhir:value "active"]; fhir:NamingSystem.kind [ fhir:value "identifier"]; fhir:NamingSystem.date [ fhir:value "2019-10-24"^^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 "Swiss Federal Statistical Office (FSO)"]; fhir:NamingSystem.description [ fhir:value "Unique IDentification Business (UIDB) number (in French, numéro d'IDentification suisse des Enterprises (IDE)) (in German, Schweizer Unternehmens-IDentifikationsnummer (UID)) (in Italian, numero d'IDentificazione svizzero delle Imprese (IDI)) Organizations Covered By System: All Companies/organizations registered in the public Swiss Registers such as the Swiss Register of Commerce, the Value Added Tax (VAT) register, the Social security agencies Registers, Cantons registers, etc., and publish in the UID Register."]; 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.35" ]; fhir:NamingSystem.uniqueId.comment [ fhir:value "This is the official identifier" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------