type: codesystemcodesystem: 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 version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="consent-provision-type"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="cbcc"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="normative"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="2"/>
</extension>
<url value="http://hl7.org/fhir/consent-provision-type"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.758"/>
</identifier>
<version value="6.0.0"/>
<name value="ConsentProvisionType"/>
<title value="Consent Provision Type"/>
<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>