PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r4b@0.2604.0
    http://health-samurai.io/fhir/core/StructureDefinition/bundle-entryActionCode
description: Describes the action to perform for a Bundle entry.
package_name: io.health-samurai.core.r4b
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.2604.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.2604.0
required: [valueCode, value]