FHIR IG analytics| Package | hl7.fhir.us.pacio-adi.r4b |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-Example-Smith-Johnson-Notary1.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Notary
Charles Xavier
{
"resourceType": "RelatedPerson",
"id": "Example-Smith-Johnson-Notary1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-HealthcareAgentParticipant"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"patient": {
"reference": "Patient/Example-Smith-Johnson-Patient1"
},
"name": [
{
"text": "Xavier, Charles",
"family": "Xavier",
"given": [
"Charles"
]
}
],
"telecom": [
{
"system": "email",
"value": "Chales@example.com",
"use": "work"
}
]
}