View raw Markdown
type: codesystemcodesystem: consent-data-meaning

Consent Data Meaning

Concepts

CodeDisplayDefinition
instanceInstanceThe consent applies directly to the instance of the resource.
relatedRelatedThe consent applies directly to the instance of the resource and instances it refers to.
dependentsDependentsThe consent applies directly to the instance of the resource and instances that refer to it.
authoredbyAuthoredByThe 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="consent-data-meaning"/>
  <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-data-meaning"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.760"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.744"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="ConsentDataMeaning"/>
  <title value="Consent Data Meaning"/>
  <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>