Interoperable Digital Identity and Patient Matching
2.0.0-draft - STU 2.0.0-draft United States of America flag

Interoperable Digital Identity and Patient Matching, published by HL7 International - Patient Administration WG. This guide is not an authorized publication; it is the continuous build for version 2.0.0-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-identity-matching-ig/ and changes regularly. See the Directory of published versions

: Identity-HL7-Identifier - JSON Representation

Draft as of 2023-02-20

Raw json | Download


{
  "resourceType" : "NamingSystem",
  "id" : "Identity-HL7-Identifier",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://hl7.org/fhir/us/identity-matching/NamingSystem/Identity-HL7-Identifier</td></tr><tr><td>Version</td><td>2.0.0-draft</td></tr><tr><td>Name</td><td>HL7Identifier</td></tr><tr><td>Status</td><td>draft</td></tr><tr><td>Definition</td><td><div><p>Digital Identifier to assist in patient matching.</p>\n</div></td></tr><tr><td>Publisher</td><td>HL7 International - Patient Administration WG</td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td></tr><tr><td>URI</td><td>http://hl7.org/fhir/us/identity-matching/ns/HL7Identifier</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url",
      "valueUri" : "http://hl7.org/fhir/us/identity-matching/NamingSystem/Identity-HL7-Identifier"
    },
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version",
      "valueString" : "2.0.0-draft"
    }
  ],
  "name" : "HL7Identifier",
  "status" : "draft",
  "kind" : "identifier",
  "date" : "2023-02-20",
  "publisher" : "HL7 International - Patient Administration WG",
  "contact" : [
    {
      "name" : "HL7 International - Patient Administration WG",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pafm"
        }
      ]
    }
  ],
  "description" : "Digital Identifier to assist in patient matching.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "uniqueId" : [
    {
      "type" : "uri",
      "value" : "http://hl7.org/fhir/us/identity-matching/ns/HL7Identifier"
    }
  ]
}