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

Summary

Defining URLhttp://fhir.ch/ig/ch-core/NamingSystem/ber
Version2.1.0
NameBER
Statusactive
Definition

The Business and Enterprise Register (BER) contains all enterprises and business in private and public law which are domiciled and exercise an economic activity in Switzerland. (in French, Registre des entreprises et des établissements (REE)) (in German, Betriebs- und Unternehmensregister (BUR)) (in Italian, Registro delle imprese e degli stabilimenti (RIS))

\n
PublisherHL7 Switzerland

Identifiers

TypeValueComment
OID2.16.756.5.45This is the official identifier
" ]; fhir:NamingSystem.name [ fhir:value "BER"]; 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 "The Business and Enterprise Register (BER) contains all enterprises and business in private and public law which are domiciled and exercise an economic activity in Switzerland. (in French, Registre des entreprises et des établissements (REE)) (in German, Betriebs- und Unternehmensregister (BUR)) (in Italian, Registro delle imprese e degli stabilimenti (RIS))"]; 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.45" ]; fhir:NamingSystem.uniqueId.comment [ fhir:value "This is the official identifier" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------