--- type: "codesystem" title: "Consent Provision Type" codesystem: "consent-provision-type" --- # Consent Provision Type - **Official URL**: http://hl7.org/fhir/consent-provision-type - **Version**: 6.0.0 - **Status**: active - **Name**: ConsentProvisionType - **Title**: Consent Provision Type - **Publisher**: HL7 (FHIR Project) - **Description**: How a rule statement is applied, such as adding additional consent or removing consent. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | deny | Deny | Consent is denied for actions meeting these rules. | | permit | Permit | Consent is provided for actions meeting these rules. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="How a rule statement is applied, such as adding additional consent or removing consent."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/consent-provision-type"/> <content value="complete"/> <concept> <code value="deny"/> <display value="Deny"/> <definition value="Consent is denied for actions meeting these rules."/> </concept> <concept> <code value="permit"/> <display value="Permit"/> <definition value="Consent is provided for actions meeting these rules."/> </concept> </CodeSystem> ```