Estonian Base Implementation Guide
1.0.0 - ballot Estonia flag

Estonian Base Implementation Guide, published by HL7 Estonia. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7EE/ig-ee-base/ and changes regularly. See the Directory of published versions

: Estonian Personal National Identification Code - TTL Representation

Draft as of 2022-11-05

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

 a fhir:NamingSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pid-est-ni"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>https://fhir.ee/NamingSystem/pid-est-ni</td></tr><tr><td>Version</td><td>1.0.0</td></tr><tr><td>Name</td><td>PidEstNi</td></tr><tr><td>Title</td><td>Estonian Personal National Identification Code</td></tr><tr><td>Status</td><td>draft</td></tr><tr><td>Definition</td><td><div><p>The personal national identification code of Estonian citizens and residents.</p>\n</div></td></tr><tr><td>Publisher</td><td>HL7 Estonia</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>URI</td><td>https://fhir.ee/sid/pid/est/ni</td><td>true</td></tr><tr><td>OID</td><td>1.3.6.1.4.1.28284.6.2.2.1</td><td>true</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.ee/NamingSystem/pid-est-ni"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "PidEstNi"] ; # 
  fhir:title [ fhir:v "Estonian Personal National Identification Code"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "identifier"] ; # 
  fhir:date [ fhir:v "2022-11-05T11:45:29.0437162+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Estonia"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Estonia" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.ee" ]     ] )
  ] ) ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SB" ]     ] )
  ] ; # 
  fhir:description [ fhir:v "The personal national identification code of Estonian citizens and residents."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EE" ] ;
fhir:display [ fhir:v "Estonia" ]     ] )
  ] ) ; # 
  fhir:usage [ fhir:v "Used in resources where the Estonian identification code for a person is needed."] ; # 
  fhir:uniqueId ( [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "https://fhir.ee/sid/pid/est/ni" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ]
  ] [
fhir:type [ fhir:v "oid" ] ;
fhir:value [ fhir:v "1.3.6.1.4.1.28284.6.2.2.1" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ]
  ] ) . #