description: Describes the action to perform for a Bundle entry. package_name: io.health-samurai.core.r3 derivation: constraint name: entryActionCode type: Extension elements: url: pattern: {type: Uri, value: 'http://health-samurai.io/fhir/core/StructureDefinition/bundle-entryActionCode'} index: 0 value: short: create | update | delete constraint: entry-action-1: {human: 'Value must be one of: create, update, delete', severity: error, expression: $this in ('create' | 'update' | 'delete')} choices: [valueCode] index: 2 valueCode: type: code short: create | update | delete constraint: entry-action-1: {human: 'Value must be one of: create, update, delete', severity: error, expression: $this in ('create' | 'update' | 'delete')} choiceOf: value index: 3 package_version: 0.2603.0 class: extension kind: complex-type url: http://health-samurai.io/fhir/core/StructureDefinition/bundle-entryActionCode base: http://hl7.org/fhir/StructureDefinition/Extension version: 0.2603.0 required: [valueCode, value]