FHIR IG analytics| Package | hl7.fhir.us.identity-matching |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-patient-authorized-representative.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson patient-authorized-representative
Profile: US Core RelatedPerson Profile
identifier: HL7PersonIdentifier/927398f0-d506-443b-b731-fa09869625e3
active: true
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
{
"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"
}
]
}