:py:mod:`spark_auto_mapper_fhir.value_sets.audit_event_action` ============================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.audit_event_action Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.audit_event_action.AuditEventActionCode spark_auto_mapper_fhir.value_sets.audit_event_action.AuditEventActionCodeValues .. py:class:: AuditEventActionCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` AuditEventAction From: http://hl7.org/fhir/audit-event-action in valuesets.xml Indicator for type of action performed during the event that generated the event. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/audit-event-action .. py:class:: AuditEventActionCodeValues Create a new database object, such as placing an order. From: http://hl7.org/fhir/audit-event-action in valuesets.xml .. py:attribute:: Create Display or print data, such as a doctor census. From: http://hl7.org/fhir/audit-event-action in valuesets.xml .. py:attribute:: Read_View_Print Update data, such as revise patient information. From: http://hl7.org/fhir/audit-event-action in valuesets.xml .. py:attribute:: Update Delete items, such as a doctor master file record. From: http://hl7.org/fhir/audit-event-action in valuesets.xml .. py:attribute:: Delete 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. From: http://hl7.org/fhir/audit-event-action in valuesets.xml .. py:attribute:: Execute