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

\n name: GLN\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 GS1\n

\n

\n contact: \n

\n

\n responsible: GS1\n

\n

\n description: Each healthcare partner (natural or legal person) is referenced with a unique code of type GLN (former name: EAN code) of the [GS1](https://www.gs1.ch/de/home) system. See [refdata](https://www.refdata.ch/content/partner_d.aspx)\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.51.1.3This is the official identifier
\n
" ]; # fhir:NamingSystem.name [ fhir:value "GLN"]; # 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 "GS1"]; # fhir:NamingSystem.description [ fhir:value "Each healthcare partner (natural or legal person) is referenced with a unique code of type GLN (former name: EAN code) of the [GS1](https://www.gs1.ch/de/home) system. See [refdata](https://www.refdata.ch/content/partner_d.aspx)"]; # 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.51.1.3" ]; fhir:NamingSystem.uniqueId.comment [ fhir:value "This is the official identifier" ] ] . # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------