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-authorized-representative - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "patient-authorized-representative",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson patient-authorized-representative</b></p><a name=\"patient-authorized-representative\"> </a><a name=\"hcpatient-authorized-representative\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-relatedperson.html\">US Core RelatedPerson Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-Identity-HL7-Person-Identifier.html\" title=\"Digital Identifier to assist in patient matching.\">HL7PersonIdentifier</a>/927398f0-d506-443b-b731-fa09869625e3</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-patient-multi-digital-identifier.html\">Honk Huberdeau  Male, DoB: 1980-01-10 ( http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier#HL7PersonIdentifier#a5c2498f-9b62-4c97-8dc3-03a20b0f5412)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationFunction AUTM}\">HIPAA Authorized Representative</span></p><p><b>name</b>: Henrietta Huberdeau </p><p><b>telecom</b>: ph: 555-978-3349(Home), <a href=\"mailto:etta.huberdeau@example.com\">etta.huberdeau@example.com</a></p><p><b>address</b>: 999 Not Real Street Columbus OH 43210 US </p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier",
      "value" : "927398f0-d506-443b-b731-fa09869625e3",
      "assigner" : {
        🔗 "reference" : "Organization/abc-hospital"
      }
    }
  ],
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/patient-multi-digital-identifier"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationFunction",
          "code" : "AUTM"
        }
      ],
      "text" : "HIPAA Authorized Representative"
    }
  ],
  "name" : [
    {
      "family" : "Huberdeau",
      "given" : [
        "Henrietta"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "555-978-3349",
      "use" : "home"
    },
    {
      "system" : "email",
      "value" : "etta.huberdeau@example.com"
    }
  ],
  "address" : [
    {
      "line" : [
        "999 Not Real Street"
      ],
      "city" : "Columbus",
      "state" : "OH",
      "postalCode" : "43210",
      "country" : "US"
    }
  ]
}