{
  "resourceType": "CodeSystem",
  "id": "consent-data-meaning",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ConsentDataMeaning</h2><div><p>How a resource reference is interpreted when testing consent restrictions</p></div><p>This code system http://hl7.org/fhir/consent-data-meaning defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>instance\r\n                  <a name=\"consent-data-meaning-instance\"></a></td><td>Instance</td><td>The consent applies directly to the instance of the resource</td></tr><tr><td>related\r\n                  <a name=\"consent-data-meaning-related\"></a></td><td>Related</td><td>The consent applies directly to the instance of the resource and instances it refers to</td></tr><tr><td>dependents\r\n                  <a name=\"consent-data-meaning-dependents\"></a></td><td>Dependents</td><td>The consent applies directly to the instance of the resource and instances that refer to it</td></tr><tr><td>authoredby\r\n                  <a name=\"consent-data-meaning-authoredby\"></a></td><td>AuthoredBy</td><td>The consent applies to instances of resources that are authored by</td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cbcc"
    }
  ],
  "url": "http://hl7.org/fhir/consent-data-meaning",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.744"
  },
  "version": "3.0.1",
  "name": "ConsentDataMeaning",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "How a resource reference is interpreted when testing consent restrictions",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/consent-data-meaning",
  "content": "complete",
  "concept": [
    {
      "code": "instance",
      "display": "Instance",
      "definition": "The consent applies directly to the instance of the resource"
    },
    {
      "code": "related",
      "display": "Related",
      "definition": "The consent applies directly to the instance of the resource and instances it refers to"
    },
    {
      "code": "dependents",
      "display": "Dependents",
      "definition": "The consent applies directly to the instance of the resource and instances that refer to it"
    },
    {
      "code": "authoredby",
      "display": "AuthoredBy",
      "definition": "The consent applies to instances of resources that are authored by"
    }
  ]
}