{
  "resourceType" : "CodeSystem",
  "id" : "consent-action",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system http://terminology.hl7.org/CodeSystem/consentaction defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\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 style=\"white-space:nowrap\">collect\n                  <a name=\"consent-action-collect\"> </a>\n                </td>\n                <td>Collect</td>\n                <td>Gather retrieved information for storage</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">access\n                  <a name=\"consent-action-access\"> </a>\n                </td>\n                <td>Access</td>\n                <td>Retrieval without permitting collection, use or disclosure. e.g., no screen-scraping for collection, use or disclosure (view-only access)</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">use\n                  <a name=\"consent-action-use\"> </a>\n                </td>\n                <td>Use</td>\n                <td>Utilize the retrieved information</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">disclose\n                  <a name=\"consent-action-disclose\"> </a>\n                </td>\n                <td>Disclose</td>\n                <td>Transfer retrieved information</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">correct\n                  <a name=\"consent-action-correct\"> </a>\n                </td>\n                <td>Access and Correct</td>\n                <td>Allow retrieval of a patient's information for the purpose of update or rectify</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "packageId",
      "valueId" : "hl7.fhir.uv.xver-r4b.r4"
    },
    {
      "url" : "version",
      "valueString" : "0.0.1-snapshot-2"
    }],
    "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cbcc"
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/consentaction",
  "version" : "4.3.0",
  "name" : "ConsentActionCodes",
  "title" : "Consent Action Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-09-13T16:38:45-04:00",
  "publisher" : "Community Based Collaborative Care",
  "contact" : [{
    "name" : "Community Based Collaborative Care",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/cbcc"
    }]
  }],
  "description" : "This value set includes example Consent Action codes.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "copyright" : "This is an example set.",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "collect",
    "display" : "Collect",
    "definition" : "Gather retrieved information for storage"
  },
  {
    "code" : "access",
    "display" : "Access",
    "definition" : "Retrieval without permitting collection, use or disclosure. e.g., no screen-scraping for collection, use or disclosure (view-only access)"
  },
  {
    "code" : "use",
    "display" : "Use",
    "definition" : "Utilize the retrieved information"
  },
  {
    "code" : "disclose",
    "display" : "Disclose",
    "definition" : "Transfer retrieved information"
  },
  {
    "code" : "correct",
    "display" : "Access and Correct",
    "definition" : "Allow retrieval of a patient's information for the purpose of update or rectify"
  }]
}