VGR Base Profiles Implementation Guide
1.0.0 - release

This page is part of the VGR Base Profiles Implementation Guide (v1.0.0: 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

: Personnummer NamingSystem - JSON Representation

Active as of 2026-06-11

Raw json | Download

{
  "resourceType" : "NamingSystem",
  "id" : "PersonnummerNS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: NamingSystem PersonnummerNS</b></p><a name=\"PersonnummerNS\"> </a><a name=\"hcPersonnummerNS\"> </a><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>https://fhir.vgregion.se/ig/base/NamingSystem/PersonnummerNS</td></tr><tr><td>Version</td><td>1.0.0</td></tr><tr><td>Name</td><td>PersonnummerNS</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>Swedish National identification number system 'personnummer', idenfication number issued to individuals who are registered as residents.</p>\n</div></td></tr><tr><td>Publisher</td><td>Västra Götalandsregionen</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><td><b>Comment</b></td></tr><tr><td>URI</td><td>https://fhir.vgregion.se/NamingSystem/Personnummer</td><td>true</td><td/></tr><tr><td>OID</td><td>1.2.752.129.2.1.3.1</td><td>false</td><td>Use the OID type where required for interoperability in contexts where this is the preferred. E.g RIV TA service contracts.</td></tr><tr><td>URI</td><td>http://electronichealth.se/identifier/personnummer</td><td>false</td><td/></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url",
      "valueUri" : "https://fhir.vgregion.se/ig/base/NamingSystem/PersonnummerNS"
    },
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version",
      "valueString" : "1.0.0"
    }
  ],
  "name" : "PersonnummerNS",
  "status" : "active",
  "kind" : "identifier",
  "date" : "2026-06-11",
  "publisher" : "Västra Götalandsregionen",
  "contact" : [
    {
      "name" : "Västra Götalandsregionen",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://fhir.vgregion.se"
        },
        {
          "system" : "email",
          "value" : "kompetensgrupp.fhir@vgregion.se"
        }
      ]
    }
  ],
  "responsible" : "Skatteverket",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "NNSWE"
      }
    ]
  },
  "description" : "Swedish National identification number system 'personnummer', idenfication number issued to individuals who are registered as residents.",
  "uniqueId" : [
    {
      "type" : "uri",
      "value" : "https://fhir.vgregion.se/NamingSystem/Personnummer",
      "preferred" : true
    },
    {
      "type" : "oid",
      "value" : "1.2.752.129.2.1.3.1",
      "preferred" : false,
      "comment" : "Use the OID type where required for interoperability in contexts where this is the preferred. E.g RIV TA service contracts."
    },
    {
      "type" : "uri",
      "value" : "http://electronichealth.se/identifier/personnummer",
      "preferred" : false
    }
  ]
}