description: Database migration tracking resource for Aidbox. package_name: io.health-samurai.core.r3 derivation: specialization name: AidboxMigration type: AidboxMigration elements: _source: {type: string, short: System Property. DO NOT USE IT., index: 0} dateTime: {type: dateTime, short: Time when the migration was created or executed., index: 1} status: type: string short: Current status of the migration. constraint: enum-135: {human: 'Status must be one of: pending, done, error, to-run', severity: error, expression: '%context.subsetOf(''pending'' | ''done'' | ''error'' | ''to-run'')'} index: 2 module: {type: string, short: Module that this migration belongs to., index: 3} text: {type: string, short: Human-readable description of the migration., index: 4} action: type: string short: Action to be performed for the migration. constraint: action-enum-1: {human: 'Action must be one of: far-migration-fhir-package-install, far-migration-fhir-package-uninstall, aidbox-migration-run-sql', severity: error, expression: '%context.subsetOf(''far-migration-fhir-package-install'' | ''far-migration-fhir-package-uninstall'' | ''aidbox-migration-run-sql'')'} index: 5 result: {short: Result data from the migration execution., index: 6} params: {short: Parameters for the migration., index: 7} package_version: 0.2605.0 class: resource kind: resource url: http://health-samurai.io/fhir/core/StructureDefinition/AidboxMigration base: http://hl7.org/fhir/StructureDefinition/DomainResource version: 0.2605.0