FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Audit Event Action - JSON Representation

Page standards status: Informative Maturity Level: 3

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "audit-event-action",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/audit-event-action</code> defines the following codes:\n            </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\">C\n                  <a name=\"audit-event-action-C\"> </a>\n                </td>\n                <td>Create</td>\n                <td>Create a new database object, such as placing an order.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">R\n                  <a name=\"audit-event-action-R\"> </a>\n                </td>\n                <td>Read</td>\n                <td>Read data, such as to print or display to a doctor.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">U\n                  <a name=\"audit-event-action-U\"> </a>\n                </td>\n                <td>Update</td>\n                <td>Update data, such as revise patient information.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">D\n                  <a name=\"audit-event-action-D\"> </a>\n                </td>\n                <td>Delete</td>\n                <td>Delete items, such as a doctor master file record.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">E\n                  <a name=\"audit-event-action-E\"> </a>\n                </td>\n                <td>Execute</td>\n                <td>Perform a system or application function such as log-on, program execution or use of an object's method, or perform a query/search operation.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 3
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.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" : "sec"
    }
  ],
  "url" : "http://hl7.org/fhir/audit-event-action",
  "version" : "5.0.0",
  "name" : "AuditEventAction",
  "title" : "Audit Event Action",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T09:01:24+10:00",
  "publisher" : "Security",
  "contact" : [
    {
      "name" : "Security",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/secure"
        }
      ]
    }
  ],
  "description" : "Indicator for type of action performed during the event that generated the event.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/audit-event-action|4.0.1",
  "content" : "complete",
  "concept" : [
    {
      "code" : "C",
      "display" : "Create",
      "definition" : "Create a new database object, such as placing an order."
    },
    {
      "code" : "R",
      "display" : "Read",
      "definition" : "Read data, such as to print or display to a doctor."
    },
    {
      "code" : "U",
      "display" : "Update",
      "definition" : "Update data, such as revise patient information."
    },
    {
      "code" : "D",
      "display" : "Delete",
      "definition" : "Delete items, such as a doctor master file record."
    },
    {
      "code" : "E",
      "display" : "Execute",
      "definition" : "Perform a system or application function such as log-on, program execution or use of an object's method, or perform a query/search operation."
    }
  ]
}