FHIR IG analytics| Package | hl7.fhir.us.pacio-adi.r4 |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-Example-Smith-Johnson-ADIWitness1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Witness
Debra Johnson
{
"resourceType": "RelatedPerson",
"id": "Example-Smith-Johnson-ADIWitness1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-Witness"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "AttesterRole",
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "81369-1",
"display": "First witness"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-notaryInformation-extension"
}
],
"active": true,
"patient": {
"reference": "Patient/Example-Smith-Johnson-Patient1"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "WIT"
}
]
}
],
"name": [
{
"text": "Johnson, Debra",
"family": "Johnson",
"given": [
"Debra"
]
}
],
"telecom": [
{
"system": "email",
"value": "DebraJohnson@example.org",
"use": "home"
}
]
}