description: null package_name: io.health-samurai.core.r5 derivation: specialization name: LoaderFile type: LoaderFile elements: file: {type: string, short: Path or name of the file being loaded., index: 0} loaded: {type: integer, short: Number of resources successfully loaded from this file., index: 5} start: {type: dateTime, short: Time when the file loading process started., index: 8} type: {type: string, short: Type of the file or contained resources., index: 1} last-modified: {type: string, short: Last modification timestamp of the file., index: 7} size: {type: decimal, short: Size of the file in bytes., index: 6} status: type: string short: Current status of the file loading process. constraint: enum-7: {human: 'Status must be one of: pending, in-progress, done, error, skiped', severity: error, expression: '%context.subsetOf(''pending'' | ''in-progress'' | ''done'' | ''error'' | ''skiped'')'} index: 3 error: type: BackboneElement short: Information about errors encountered during file loading. index: 10 elements: source: type: string short: Source of the error. constraint: enum-8: {human: 'Error source must be one of: postgres, aws, aidbox', severity: error, expression: '%context.subsetOf(''postgres'' | ''aws'' | ''aidbox'')'} index: 11 code: {type: string, short: Error code or identifier., index: 12} end: {type: dateTime, short: Time when the file loading process completed., index: 9} bucket: {type: string, short: Storage bucket where the file is located., index: 2} message: {type: string, short: Status or error message related to the file loading process., index: 4} package_version: 0.2601.0 class: resource kind: resource url: http://health-samurai.io/fhir/core/StructureDefinition/LoaderFile base: http://hl7.org/fhir/StructureDefinition/DomainResource version: 0.2601.0