FHIR IG analytics| Package | johnmoehrke.relatedpersonconsent.example |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-ex-attorney.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson ex-attorney
Profile: Authorized RelatedPerson
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
Extension that points at an authorizing Consent: ex-poa
active: true
patient: John Schmidt Other, DoB: 1923-07-25
relationship: power of attorney
name: Ralph Luz (Official)
gender: Male
{
"resourceType": "RelatedPerson",
"id": "ex-attorney",
"meta": {
"profile": [
"http://johnmoehrke.github.io/RelatedPersonConsent/StructureDefinition/AuthorizedRelatedPerson"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://johnmoehrke.github.io/RelatedPersonConsent/StructureDefinition/JFM-authorizingConsent",
"valueReference": {
"reference": "Consent/ex-poa"
}
}
],
"active": true,
"patient": {
"reference": "Patient/ex-elderly"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "POWATT",
"display": "power of attorney"
}
]
}
],
"name": [
{
"use": "official",
"family": "Luz",
"given": [
"Ralph"
]
}
],
"gender": "male"
}