CH ELM (R4)
1.14.1 - release Switzerland flag

This page is part of the Observations of notifiable communicable infectious diseases (v1.14.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: IDN Liechtenstein - TTL Representation

Active as of 2023-10-18

Raw ttl | Download


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/NamingSystem/IDN> a fhir:NamingSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "IDN"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: NamingSystem IDN</b></p><a name=\"IDN\"> </a><a name=\"hcIDN\"> </a><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://fhir.ch/ig/ch-elm/NamingSystem/IDN</td></tr><tr><td>Version</td><td>1.14.1</td></tr><tr><td>Name</td><td>IDN</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>The IDN is a unique identification number generated for each person with health insurance in Liechtenstein.\nFor more details please visit https://www.llv.li/de/privatpersonen/gesundheit-vorsorge-und-pflege/elektronisches-gesundheitsdossier/datenschutzhinweis.</p>\n</div></td></tr><tr><td>Publisher</td><td>Federal Office of Public Health FOPH</td></tr><tr><td>Copyright</td><td><div><p>CC0-1.0</p>\n</div></td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td></tr><tr><td>OID</td><td>2.16.438.10.20.10.10.1.2.1</td><td>true</td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url" ] ;
     fhir:Extension.valueUri [ fhir:value "http://fhir.ch/ig/ch-elm/NamingSystem/IDN" ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version" ] ;
     fhir:Extension.valueString [ fhir:value "1.14.1" ]
  ] ;
  fhir:NamingSystem.name [ fhir:value "IDN"] ;
  fhir:NamingSystem.status [ fhir:value "active"] ;
  fhir:NamingSystem.kind [ fhir:value "identifier"] ;
  fhir:NamingSystem.date [ fhir:value "2023-10-18"^^xsd:date] ;
  fhir:NamingSystem.publisher [ fhir:value "Federal Office of Public Health FOPH"] ;
  fhir:NamingSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Federal Office of Public Health FOPH" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.bag.admin.ch/bag/en/home/das-bag/kontakt-standort.html" ]
     ]
  ] ;
  fhir:NamingSystem.description [ fhir:value "The IDN is a unique identification number generated for each person with health insurance in Liechtenstein. \nFor more details please visit https://www.llv.li/de/privatpersonen/gesundheit-vorsorge-und-pflege/elektronisches-gesundheitsdossier/datenschutzhinweis."] ;
  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.438.10.20.10.10.1.2.1" ] ;
     fhir:NamingSystem.uniqueId.preferred [ fhir:value "true"^^xsd:boolean ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/NamingSystem/IDN.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/NamingSystem/IDN.ttl> .