INTEROPen CareConnect Base STU3 Implementation Guide
3.0.0 - CI Build

INTEROPen CareConnect Base STU3 Implementation Guide - Local Development build (v3.0.0). See the Directory of published versions

sds-user-id - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "NamingSystem",
  "id" : "sds-user-id",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: sds-user-id</p><p><b>name</b>: SDS User ID</p><p><b>status</b>: draft</p><p><b>kind</b>: identifier</p><p><b>date</b>: 2019-05-01</p><p><b>publisher</b>: INTEROpen</p><p><b>contact</b>: </p><p><b>responsible</b>: NHS Digital</p><p><b>description</b>: The user's unique identifier on the NHS Spine Directory Service.</p><p><b>jurisdiction</b>: United Kingdom of Great Britain and Northern Ireland (GBR) <span style=\"background: LightGoldenRodYellow\">(Details : {http://unstats.un.org/unsd/methods/m49/m49.htm code '826' = 'United Kingdom of Great Britain and Northern Ireland (GBR))</span></p><p><b>usage</b>: To uniquely identify a user of the NHS Spine Directory Service.</p><blockquote><p><b>uniqueId</b></p><p><b>type</b>: uri</p><p><b>value</b>: https://fhir.nhs.uk/Id/sds-user-id</p><p><b>preferred</b>: true</p></blockquote><blockquote><p><b>uniqueId</b></p><p><b>type</b>: oid</p><p><b>value</b>: 1.2.826.0.1285.0.2.0.65</p><p><b>preferred</b>: false</p></blockquote></div>"
  },
  "name" : "SDS User ID",
  "status" : "draft",
  "kind" : "identifier",
  "date" : "2019-05-01",
  "publisher" : "INTEROpen",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "https://interopen.ryver.com/"
        }
      ]
    }
  ],
  "responsible" : "NHS Digital",
  "description" : "The user's unique identifier on the NHS Spine Directory Service.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "826"
        }
      ]
    }
  ],
  "usage" : "To uniquely identify a user of the NHS Spine Directory Service.",
  "uniqueId" : [
    {
      "type" : "uri",
      "value" : "https://fhir.nhs.uk/Id/sds-user-id",
      "preferred" : true
    },
    {
      "type" : "oid",
      "value" : "1.2.826.0.1285.0.2.0.65",
      "preferred" : false
    }
  ]
}