FHIR IG analytics| Package | hl7.fhir.us.pacio-adi |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-Example-Smith-Johnson-HealthcareAgent1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Primary Healthcare Agent
The person I choose as my Primary Healthcare Agent is:
Charles Johnson
(Son)
CharlesSJ@example.com
[SELECTED to act as a healthcare agent on 3/29/2021, at 2:25 PM CDT]
[ACCEPTED to act as a healthcare agent on 4/1/2021, at 3:39 PM CDT]
{
"resourceType": "RelatedPerson",
"id": "Example-Smith-Johnson-HealthcareAgent1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-HealthcareAgentParticipant"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"active": true,
"patient": {
"reference": "Patient/Example-Smith-Johnson-Patient1"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "SON",
"display": "natural son"
}
]
}
],
"name": [
{
"text": "Johnson, Charles",
"family": "Johnson",
"given": [
"Charles"
]
}
],
"telecom": [
{
"system": "email",
"value": "CharlesSJ@example.com",
"use": "home"
}
]
}