Extensions for Using Data Elements from FHIR R4 in FHIR STU3
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R4 in FHIR STU3 - Downloaded Version null See the Directory of published versions

: AuditEventAction - JSON Representation

Page standards status: Trial-use Maturity Level: 3

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "audit-event-action",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem audit-event-action</b></p><a name=\"audit-event-action\"> </a><a name=\"hcaudit-event-action\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/audit-event-action</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"audit-event-action-C\"> </a></td><td>Create</td><td>Create a new database object, such as placing an order.</td></tr><tr><td style=\"white-space:nowrap\">R<a name=\"audit-event-action-R\"> </a></td><td>Read/View/Print</td><td>Display or print data, such as a doctor census.</td></tr><tr><td style=\"white-space:nowrap\">U<a name=\"audit-event-action-U\"> </a></td><td>Update</td><td>Update data, such as revise patient information.</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"audit-event-action-D\"> </a></td><td>Delete</td><td>Delete items, such as a doctor master file record.</td></tr><tr><td style=\"white-space:nowrap\">E<a name=\"audit-event-action-E\"> </a></td><td>Execute</td><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></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 3
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r4.r3"
        },
        {
          "url" : "version",
          "valueString" : "0.1.0"
        },
        {
          "url" : "uri",
          "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4.r3"
        }
      ],
      "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" : "4.0.1",
  "name" : "AuditEventAction",
  "title" : "AuditEventAction",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-10-31T17:29:23-05: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|3.0.2",
  "content" : "complete",
  "concept" : [
    {
      "code" : "C",
      "display" : "Create",
      "definition" : "Create a new database object, such as placing an order."
    },
    {
      "code" : "R",
      "display" : "Read/View/Print",
      "definition" : "Display or print data, such as a doctor census."
    },
    {
      "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."
    }
  ]
}