FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.identity-matching
Resource TypeRelatedPerson
IdRelatedPerson-patient-authorized-representative.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: RelatedPerson patient-authorized-representative

identifier: HL7PersonIdentifier/927398f0-d506-443b-b731-fa09869625e3

active: true

patient: Honk Huberdeau Male, DoB: 1980-01-10 ( http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier#HL7PersonIdentifier#a5c2498f-9b62-4c97-8dc3-03a20b0f5412)

relationship: HIPAA Authorized Representative

name: Henrietta Huberdeau

telecom: ph: 555-978-3349(Home), etta.huberdeau@example.com

address: 999 Not Real Street Columbus OH 43210 US


Source1

{
  "resourceType": "RelatedPerson",
  "id": "patient-authorized-representative",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}