CH Core (R4)
1.0.0 - Trial use

This page is part of the CH Core (R4) (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions

uidb - 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 "uidb"];
  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>: uidb</p><p><b>name</b>: UIDB</p><p><b>status</b>: active</p><p><b>kind</b>: identifier</p><p><b>date</b>: 24.10.2019, 00:00:00</p><p><b>publisher</b>: HL7 Switzerland</p><p><b>contact</b>: </p><p><b>responsible</b>: Swiss Federal Statistical Office (FSO)</p><p><b>description</b>: 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.</p><p><b>jurisdiction</b>: Switzerland <span style=\"background: LightGoldenRodYellow\">(Details : {urn:iso:std:iso:3166 code 'CH' = 'Switzerland)</span></p><h3>UniqueIds</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Value</b></td><td><b>Comment</b></td></tr><tr><td>*</td><td>oid</td><td>2.16.756.5.35</td><td>This is the official identifier</td></tr></table></div>"
  ];
  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-24T00:00:00+02:00"^^xsd:dateTime];
  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.