--- type: "codesystem" title: "Contract Data Meaning" codesystem: "contract-data-meaning" --- # Contract Data Meaning - **Official URL**: http://hl7.org/fhir/contract-data-meaning - **Version**: 6.0.0 - **Name**: ContractDataMeaning - **Title**: Contract Data Meaning - **Description**: ContractDataMeaning ## 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 <experimental value="true"/> <description value="ContractDataMeaning"/> <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> ```