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

\n name: ZSR\n

\n

\n status: ACTIVE\n

\n

\n kind: IDENTIFIER\n

\n

\n date: Dec 5, 2018\n

\n

\n publisher: HL7 Switzerland on behalf of SASI\n

\n

\n contact: \n

\n

\n responsible: SASIS\n

\n

\n description: The ZSR number is issued to self-employed, natural or legal persons (organisations) who can and want to work at the expense of health insurance. See [Sasis](https://www.sasis.ch/de/779)\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.30.1.123.100.2.1.1This is the official identifier
\n
" ]; # fhir:NamingSystem.name [ fhir:value "ZSR"]; # fhir:NamingSystem.status [ fhir:value "active"]; # fhir:NamingSystem.kind [ fhir:value "identifier"]; # fhir:NamingSystem.date [ fhir:value "2018-12-05"^^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 "SASIS"]; # fhir:NamingSystem.description [ fhir:value "The ZSR number is issued to self-employed, natural or legal persons (organisations) who can and want to work at the expense of health insurance. See [Sasis](https://www.sasis.ch/de/779)"]; # 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.30.1.123.100.2.1.1" ]; fhir:NamingSystem.uniqueId.comment [ fhir:value "This is the official identifier" ] ] . # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------