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
<Parameters xmlns="http://hl7.org/fhir">
<id value="RevokeConsentExample"/>
<meta>
<profile
value="http://hl7.org/fhir/us/consent-management/StructureDefinition/RevokeConsentParameters"/>
</meta>
<parameter>
<name value="consent"/>
<valueReference>🔗
<reference value="Consent/ConsentExample"/>
</valueReference>
</parameter>
<parameter>
<name value="patient"/>
<valueReference>
<identifier>
<system value="http://example.org/mrn"/>
<value value="M1230041"/>
</identifier>
</valueReference>
</parameter>
</Parameters>