{
  "resourceType": "CodeSystem",
  "id": "consent-action",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Consent Action Codes</h2><div><p>This value set includes sample Consent Action codes.</p></div><p><b>Copyright Statement:</b> This is an example set.\r\n            </p><p>This code system http://hl7.org/fhir/consentaction 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>collect\r\n                  <a name=\"consent-action-collect\"></a></td><td>Collect</td><td>Gather/acquire information by an entity to achieve a stated purpose</td></tr><tr><td>access\r\n                  <a name=\"consent-action-access\"></a></td><td>Access</td><td>Provide an entity access to information to achieve a stated purpose</td></tr><tr><td>use\r\n                  <a name=\"consent-action-use\"></a></td><td>Use</td><td>Use of stored information by an entity fo the stated purpose</td></tr><tr><td>disclose\r\n                  <a name=\"consent-action-disclose\"></a></td><td>Disclose</td><td>Release / transfer of information to an entity </td></tr><tr><td>correct\r\n                  <a name=\"consent-action-correct\"></a></td><td>Access and Correct</td><td>Allowing an entity to correct a patient's information</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/consentaction",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.738"
  },
  "version": "3.0.1",
  "name": "Consent Action Codes",
  "status": "draft",
  "experimental": true,
  "publisher": "CBCC",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "This value set includes sample Consent Action codes.",
  "copyright": "This is an example set.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/consent-action",
  "content": "complete",
  "concept": [
    {
      "code": "collect",
      "display": "Collect",
      "definition": "Gather/acquire information by an entity to achieve a stated purpose"
    },
    {
      "code": "access",
      "display": "Access",
      "definition": "Provide an entity access to information to achieve a stated purpose"
    },
    {
      "code": "use",
      "display": "Use",
      "definition": "Use of stored information by an entity fo the stated purpose"
    },
    {
      "code": "disclose",
      "display": "Disclose",
      "definition": "Release / transfer of information to an entity"
    },
    {
      "code": "correct",
      "display": "Access and Correct",
      "definition": "Allowing an entity to correct a patient's information"
    }
  ]
}