VGR Base Profiles Implementation Guide
0.9.0 - qa Sweden flag

This page is part of the VGR Base Profiles Implementation Guide (v0.9.0: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Nationellt Reservnummer NamingSystem - JSON Representation

Active as of 2018-04-17

Raw json | Download

{
  "resourceType" : "NamingSystem",
  "id" : "NationelltReservnummerNS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: NamingSystem NationelltReservnummerNS</b></p><a name=\"NationelltReservnummerNS\"> </a><a name=\"hcNationelltReservnummerNS\"> </a><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>https://fhir.vgregion.se/ig/base/NamingSystem/NationelltReservnummerNS</td></tr><tr><td>Version</td><td>0.9.0</td></tr><tr><td>Name</td><td>NationelltReservnummerNS</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>Swedish national reserve identifier (nationellt reservnummer, NRID) is a unique identification number issued by Inera for individuals who need to be identified in healthcare or administrative systems but do not have a Swedish personal identity number (personnummer) or coordination number (samordningsnummer).</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/NationelltReservnummer</td><td>true</td><td/></tr><tr><td>OID</td><td>1.2.752.74.9.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/nationelltReservnummer</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/NationelltReservnummerNS"
    },
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version",
      "valueString" : "0.9.0"
    }
  ],
  "name" : "NationelltReservnummerNS",
  "status" : "active",
  "kind" : "identifier",
  "date" : "2018-04-17",
  "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" : "Inera",
  "type" : {
    "coding" : [
      {
        "code" : "PNT"
      }
    ]
  },
  "description" : "Swedish national reserve identifier (nationellt reservnummer, NRID) is a unique identification number issued by Inera for individuals who need to be identified in healthcare or administrative systems but do not have a Swedish personal identity number (personnummer) or coordination number (samordningsnummer).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "SE",
          "display" : "Sweden"
        }
      ]
    }
  ],
  "uniqueId" : [
    {
      "type" : "uri",
      "value" : "https://fhir.vgregion.se/NamingSystem/NationelltReservnummer",
      "preferred" : true
    },
    {
      "type" : "oid",
      "value" : "1.2.752.74.9.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/nationelltReservnummer",
      "preferred" : false
    }
  ]
}