Interoperable Digital Identity and Patient Matching
2.0.0-ballot - STU2 Ballot United States of America flag

Interoperable Digital Identity and Patient Matching, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot 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

: IDIMatchInputParameters-Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "IDIMatchInputParameters-Example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-input-parameters"
    ]
  },
  "parameter" : [
    {
      "name" : "IDIPatient",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "ExamplePatientL2",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/identity-matching/StructureDefinition/IDI-Patient-L2"
          ]
        },
        "language" : "en-US",
        "identifier" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code" : "DL"
                }
              ]
            },
            "system" : "http://terminology.hl7.org/NamingSystem/NorthCarolinaDLN",
            "value" : "3955-56122846",
            "assigner" : {
              "display" : "North Carolina"
            }
          },
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code" : "PN"
                }
              ]
            },
            "system" : "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier",
            "value" : "0000-000-0000-00000000000"
          }
        ],
        "active" : true,
        "name" : [
          {
            "family" : "Cheze",
            "given" : [
              "Teddy"
            ]
          }
        ],
        "telecom" : [
          {
            "system" : "phone",
            "value" : "726-999-1990",
            "use" : "mobile"
          }
        ],
        "gender" : "male",
        "birthDate" : "1980-05-05",
        "address" : [
          {
            "type" : "physical",
            "line" : [
              "123 High Street"
            ],
            "city" : "Raleigh",
            "state" : "NC",
            "postalCode" : "27513"
          }
        ],
        "maritalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
              "code" : "UNK"
            }
          ]
        }
      }
    }
  ]
}