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

: patient-multi-digital-identifier - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "patient-multi-digital-identifier",
  "meta" : {
    "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: Patient patient-multi-digital-identifier</b></p><a name=\"patient-multi-digital-identifier\"> </a><a name=\"hcpatient-multi-digital-identifier\"> </a><a name=\"patient-multi-digital-identifier-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Honk Huberdeau  Male, DoB: 1980-01-10 ( http://hospital.abc.org#a5c2498f-9b62-4c97-8dc3-03a20b0f5412)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>http://payer.xyz.org</code>/40e31ed2-4d16-4416-a66d-c3e84f8a4812</li><li><code>http://idp.def.org</code>/db0cfc86-58e4-467c-b1d7-78571598ee15</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 555-555-5555(Home)</li><li><a href=\"mailto:honk.huberdeau@example.com\">honk.huberdeau@example.com</a></li><li>999 Not Real Street Columbus OH 43210 US </li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://hospital.abc.org",
      "value" : "a5c2498f-9b62-4c97-8dc3-03a20b0f5412",
      "assigner" : {
        🔗 "reference" : "Organization/abc-hospital"
      }
    },
    {
      "system" : "http://payer.xyz.org",
      "value" : "40e31ed2-4d16-4416-a66d-c3e84f8a4812",
      "assigner" : {
        🔗 "reference" : "Organization/xyz-payer"
      }
    },
    {
      "system" : "http://idp.def.org",
      "value" : "db0cfc86-58e4-467c-b1d7-78571598ee15",
      "assigner" : {
        🔗 "reference" : "Organization/def-idp"
      }
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Huberdeau",
      "given" : [
        "Honk"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "555-555-5555",
      "use" : "home"
    },
    {
      "system" : "email",
      "value" : "honk.huberdeau@example.com"
    }
  ],
  "gender" : "male",
  "birthDate" : "1980-01-10",
  "address" : [
    {
      "line" : [
        "999 Not Real Street"
      ],
      "city" : "Columbus",
      "state" : "OH",
      "postalCode" : "43210",
      "country" : "US"
    }
  ]
}