{
  "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\">\n            <h2>Consent Action Codes</h2>\n            <div>\n              <p>This value set includes sample Consent Action codes.</p>\n\n            </div>\n            <p>\n              <b>Copyright Statement:</b> This is an example set.\n            </p>\n            <p>This code system http://hl7.org/fhir/consentaction defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td>collect\n                  <a name=\"consent-action-collect\"> </a>\n                </td>\n                <td>Collect</td>\n                <td>Gather/acquire information by an entity to achieve a stated purpose</td>\n              </tr>\n              <tr>\n                <td>access\n                  <a name=\"consent-action-access\"> </a>\n                </td>\n                <td>Access</td>\n                <td>Provide an entity access to information to achieve a stated purpose</td>\n              </tr>\n              <tr>\n                <td>use\n                  <a name=\"consent-action-use\"> </a>\n                </td>\n                <td>Use</td>\n                <td>Use of stored information by an entity fo the stated purpose</td>\n              </tr>\n              <tr>\n                <td>disclose\n                  <a name=\"consent-action-disclose\"> </a>\n                </td>\n                <td>Disclose</td>\n                <td>Release / transfer of information to an entity </td>\n              </tr>\n              <tr>\n                <td>correct\n                  <a name=\"consent-action-correct\"> </a>\n                </td>\n                <td>Access and Correct</td>\n                <td>Allowing an entity to correct a patient's information</td>\n              </tr>\n            </table>\n          </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"
    }
  ]
}