This page is part of the Scalable Consent Management (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Parameters",
"id" : "RevokeConsentExample",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/consent-management/StructureDefinition/RevokeConsentParameters"
]
},
"parameter" : [
{
"name" : "consent",
"valueReference" : {
🔗 "reference" : "Consent/ConsentExample"
}
},
{
"name" : "patient",
"valueReference" : {
"identifier" : {
"system" : "http://example.org/mrn",
"value" : "M1230041"
}
}
}
]
}