Release 5

This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Example CodeSystem/audit-event-action (JSON)

Security Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemAuditEventAction

{
  "resourceType" : "CodeSystem",
  "id" : "audit-event-action",
  "meta" : {
    "lastUpdated" : "2023-03-26T15:21:02.749+11:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This 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</td><td>Read data, such as to print or display to a doctor.</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-wg",
    "valueCode" : "sec"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 3
  }],
  "url" : "http://hl7.org/fhir/audit-event-action",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.453"
  },
  {
    "use" : "old",
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.446"
  },
  {
    "use" : "old",
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.2.263"
  }],
  "version" : "5.0.0",
  "name" : "AuditEventAction",
  "title" : "Audit Event Action",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T10:01:24+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "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",
  "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."
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.