ActionType
public enum ActionType: StringThe type of action to be performed
URL: http://hl7.org/fhir/action-type ValueSet: http://hl7.org/fhir/ValueSet/action-type
- 
                  
                  The action is to create a new resource DeclarationSwift case create = "create"
- 
                  
                  The action is to update an existing resource DeclarationSwift case update = "update"
- 
                  
                  The action is to remove an existing resource DeclarationSwift case remove = "remove"
- 
                  
                  The action is to fire a specific event DeclarationSwift case fireEvent = "fire-event"
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           ActionType Enum Reference
      ActionType Enum Reference