type: codesystemcodesystem: 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 version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="contract-data-meaning"/>
<meta>
</meta>
<url value="http://hl7.org/fhir/contract-data-meaning"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.1797"/>
</identifier>
<version value="6.0.0"/>
<name value="ContractDataMeaning"/>
<title value="Contract Data Meaning"/>
<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>