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

: IDIMatchOutputParameters-Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "IDIMatchOutputParameters-Example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-output-parameters"
    ]
  },
  "parameter" : [
    {
      "name" : "bundle",
      "resource" : {
        "resourceType" : "Bundle",
        "id" : "MATCHOperationResponse",
        "meta" : {
          "profile" : [
            🔗 "http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-bundle"
          ]
        },
        "identifier" : {
          "assigner" : {
            "reference" : "http://example.org/Organization/OrgExample"
          }
        },
        "type" : "collection",
        "entry" : [
          {
            "fullUrl" : "https://example.com/base/Organization/OrgExample",
            "resource" : {
              "resourceType" : "Organization",
              "id" : "OrgExample",
              "meta" : {
                "profile" : [
                  🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
                ]
              },
              "text" : {
                "status" : "generated",
                "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Insurance Company</b></p><a name=\"OrgExample\"></a><p><b>name</b>: Insurance Compaany</p><p><b>address</b>: 688 Asylum Street Hartford CT 06155</p></div>"
              },
              "active" : true,
              "type" : [
                {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
                      "code" : "pay",
                      "display" : "Payer"
                    }
                  ]
                }
              ],
              "name" : "Insurance Company",
              "telecom" : [
                {
                  "system" : "phone",
                  "value" : "860-547-5001",
                  "use" : "work"
                }
              ],
              "address" : [
                {
                  "line" : [
                    "688 Asylum Street"
                  ],
                  "city" : "Hartford",
                  "state" : "CT",
                  "postalCode" : "06155",
                  "country" : "US"
                }
              ]
            }
          },
          {
            "fullUrl" : "https://example.com/base/Patient/PatExample",
            "resource" : {
              "resourceType" : "Patient",
              "id" : "PatExample",
              "meta" : {
                "lastUpdated" : "2020-07-07T13:26:22.0314215+00:00",
                "profile" : [
                  🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
                ]
              },
              "text" : {
                "status" : "generated",
                "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Person PatExample</b></p><a name=\"PatExample\"></a><p><b>name</b>: Johnny Beegood (Official)</p><p><b>birthDate</b>: 1986-05-01</p><p><b>address</b>: 123 Main Street Pittsburgh PA 12519 (physical)</p></div>"
              },
              "identifier" : [
                {
                  "type" : {
                    "coding" : [
                      {
                        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code" : "MB"
                      }
                    ]
                  },
                  "system" : "https://www.xyzhealthplan.com/fhir/memberidentifier",
                  "value" : "1234-234-1243-12345678901"
                }
              ],
              "active" : true,
              "name" : [
                {
                  "family" : "Beegood",
                  "given" : [
                    "Johnny"
                  ]
                }
              ],
              "gender" : "male",
              "birthDate" : "1986-05-01",
              "address" : [
                {
                  "type" : "physical",
                  "line" : [
                    "123 Main Street"
                  ],
                  "city" : "Pittsburgh",
                  "state" : "PA",
                  "postalCode" : "12519"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}