--- type: "codesystem" title: "Consent Data Meaning" codesystem: "consent-data-meaning" --- # Consent Data Meaning - **Official URL**: http://hl7.org/fhir/consent-data-meaning - **Version**: 6.0.0 - **Status**: active - **Name**: ConsentDataMeaning - **Title**: Consent Data Meaning - **Publisher**: HL7 (FHIR Project) - **Description**: How a resource reference is interpreted when testing consent restrictions. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | instance | Instance | The consent applies directly to the instance of the resource. | | related | Related | The consent applies directly to the instance of the resource and instances it refers to. | | dependents | Dependents | The consent applies directly to the instance of the resource and instances that refer to it. | | authoredby | AuthoredBy | The consent applies to instances of resources that are authored by. | ## 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 resource reference is interpreted when testing consent restrictions."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/consent-data-meaning"/> <content value="complete"/> <concept> <code value="instance"/> <display value="Instance"/> <definition value="The consent applies directly to the instance of the resource."/> </concept> <concept> <code value="related"/> <display value="Related"/> <definition value="The consent applies directly to the instance of the resource and instances it refers to."/> </concept> <concept> <code value="dependents"/> <display value="Dependents"/> <definition value="The consent applies directly to the instance of the resource and instances that refer to it."/> </concept> <concept> <code value="authoredby"/> <display value="AuthoredBy"/> <definition value="The consent applies to instances of resources that are authored by."/> </concept> </CodeSystem> ```