Scalable Consent Management, published by HL7 International / Community Based Collaborative Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-consent-management/ and changes regularly. 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>