PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.consent-management@1.0.0-ballot
    http://hl7.org/fhir/us/consent-management/OperationDefinition/revoke-consent
{
  "description": "This operation is used to revoke a consent with a consent administration service.  The parameters are a reference to the Consent resource along with accompanying documentation in the form of a DocumentReference (for PDF or other forms) or QuestionnaireResponse.",
  "_filename": "OperationDefinition-revoke-consent.json",
  "package_name": "hl7.fhir.us.consent-management",
  "date": "2025-12-15T21:10:40+00:00",
  "system": false,
  "publisher": "HL7 International / Community Based Collaborative Care",
  "instance": false,
  "jurisdiction": [ {
    "coding": [ {
      "code": "US",
      "system": "urn:iso:std:iso:3166",
      "display": "United States of America"
    } ]
  } ],
  "name": "RevokeConsent",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Revoke a Consent",
  "package_version": "1.0.0-ballot",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "cbcc"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 1,
    "_valueInteger": {
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical": "http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management"
      } ]
    }
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use",
    "_valueCode": {
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical": "http://hl7.org/fhir/us/consent-management/ImplementationGuide/hl7.fhir.us.consent-management"
      } ]
    }
  } ],
  "status": "active",
  "id": "ef0015a8-e071-4975-a009-3f69b37860d1",
  "resource": [ "Consent" ],
  "kind": "operation",
  "url": "http://hl7.org/fhir/us/consent-management/OperationDefinition/revoke-consent",
  "code": "revokeConsent",
  "version": "1.0.0-ballot",
  "contact": [ {
    "name": "HL7 International / Community Based Collaborative Care",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/homehealth",
      "system": "url"
    } ]
  } ],
  "inputProfile": "http://hl7.org/fhir/us/consent-management/StructureDefinition/RevokeConsentParameters",
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "consent",
    "type": "Reference",
    "documentation": "A reference to the Consent instance to revoke (see Input Parameters Profile for conformance)",
    "targetProfile": [ "http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsent" ]
  }, {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "patient",
    "type": "Reference",
    "documentation": "A reference to the Patient who the revoked Consent is about (see Input Parameters Profile for conformance)",
    "targetProfile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient" ]
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "document",
    "type": "Resource",
    "documentation": "Accompanying documentation for the revocation of the Consent in the form of a DocumentReference or QuestionnaireResponse (see Input Parameters Profile for conformance)"
  }, {
    "max": "1",
    "min": 0,
    "use": "out",
    "name": "return",
    "type": "OperationOutcome",
    "documentation": "Optional outcome of the operation call"
  } ]
}