description: Status tracking resource for flat file imports. package_name: io.health-samurai.core.r4b derivation: specialization name: FlatImportStatus type: FlatImportStatus elements: status: type: string short: Current status of the import process. constraint: enum-15: {human: 'Status must be one of: in-progress, done, fail', severity: error, expression: '%context.subsetOf(''in-progress'' | ''done'' | ''fail'')'} index: 0 params: {short: Parameters used for the import., index: 1} result: type: BackboneElement short: Result information for successful import. index: 2 elements: count: type: integer short: Count of successfully imported resources. constraint: min-19: {human: Count must be greater than 0, severity: error, expression: '%context > 0'} index: 3 error: type: BackboneElement short: Error information when import fails. index: 4 elements: code: {type: string, short: Error code., index: 5} message: {type: string, short: Error message description., index: 6} package_version: 0.2601.0 class: resource kind: resource url: http://health-samurai.io/fhir/core/StructureDefinition/FlatImportStatus base: http://hl7.org/fhir/StructureDefinition/DomainResource version: 0.2601.0