FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-audit-event-action.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/audit-event-action defines the following codes:

Code Display Definition
C Create Create a new database object, such as placing an order.
R Read Read data, such as to print or display to a doctor.
U Update Update data, such as revise patient information.
D Delete Delete items, such as a doctor master file record.
E Execute 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.

Source1

{
  "resourceType": "CodeSystem",
  "id": "audit-event-action",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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-r5.r4b"
        },
        {
          "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.3.0",
  "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."
    }
  ]
}