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

Draft as of 2022-11-05

Raw json | Download


{
  "resourceType" : "NamingSystem",
  "id" : "pid-est-ni",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "url" : "https://fhir.ee/NamingSystem/pid-est-ni",
  "version" : "1.0.0",
  "name" : "PidEstNi",
  "title" : "Estonian Personal National Identification Code",
  "status" : "draft",
  "kind" : "identifier",
  "date" : "2022-11-05T11:45:29.0437162+00:00",
  "publisher" : "HL7 Estonia",
  "contact" : [
    {
      "name" : "HL7 Estonia",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ee"
        }
      ]
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "SB"
      }
    ]
  },
  "description" : "The personal national identification code of Estonian citizens and residents.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "EE",
          "display" : "Estonia"
        }
      ]
    }
  ],
  "usage" : "Used in resources where the Estonian identification code for a person is needed.",
  "uniqueId" : [
    {
      "type" : "uri",
      "value" : "https://fhir.ee/sid/pid/est/ni",
      "preferred" : true
    },
    {
      "type" : "oid",
      "value" : "1.3.6.1.4.1.28284.6.2.2.1",
      "preferred" : true
    }
  ]
}