FHIR IG analytics| Package | hl7.fhir.us.pacio-adi.r4 |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-Example-Smith-Johnson-ADINotary2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Notary
Nancy Smith
{
"resourceType": "RelatedPerson",
"id": "Example-Smith-Johnson-ADINotary2",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Notary"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"patient": {
"reference": "Patient/Example-Smith-Johnson-Patient1"
},
"relationship": [
{
"id": "5212468",
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "NOTARY"
}
]
}
],
"name": [
{
"text": "Smith, Nancy",
"family": "Smith",
"given": [
"Nancy"
]
}
],
"telecom": [
{
"system": "email",
"value": "NancySmith@example.org",
"use": "work"
}
]
}