FHIR IG analytics| Package | SHIFT-Task-Force.privacy.examples |
| Resource Type | Consent |
| Id | Consent-MonicaRambeauFamilyConsent.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent MonicaRambeauFamilyConsent
| Role | Details |
| Patient | Mo Female, DoB: 2006-08-08 |
| Party | Mo Female, DoB: 2006-08-08 |
This consent is made under the policy http://example.org/fhir/ConsentPolicy/FamilyRequestPolicy .
| Rule | What |
|---|---|
![]() | |
![]() ![]() |
|
{
"resourceType": "Consent",
"id": "MonicaRambeauFamilyConsent",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"scope": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy",
"display": "Privacy Consent"
}
]
},
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "59284-0",
"display": "Consent Document"
}
]
}
],
"patient": {
"reference": "Patient/MonicaRambeau"
},
"dateTime": "2026-05-05",
"performer": [
{
"reference": "Patient/MonicaRambeau"
}
],
"policy": [
{
"uri": "http://example.org/fhir/ConsentPolicy/FamilyRequestPolicy"
}
],
"provision": {
"type": "deny",
"action": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentaction",
"code": "access",
"display": "Access"
}
]
}
],
"purpose": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "FAMRQT"
}
]
}
}