PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r4b@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/SeedImport
description: Seed data import resource for initial data loading.
package_name: io.health-samurai.core.r4b
derivation: specialization
name: SeedImport
type: SeedImport
elements:
  version:
    type: string
    short: Version of the seed import format.
    constraint:
      enum-30: {human: 'Type must be: v2', severity: error, expression: '%context.subsetOf(''v2'')'}
    index: 0
  filename: {type: string, short: Name of the seed import file., index: 1}
  md5-hash: {type: string, short: MD5 hash of the import file for integrity verification., index: 2}
  resources:
    type: BackboneElement
    short: Resources to be imported.
    array: true
    index: 3
    elements:
      resourceType: {type: string, short: Type of resource., index: 4}
      id: {type: string, short: Identifier for the resource., index: 5}
      meta: {short: Metadata for the resource., index: 6}
    required: [id, resourceType]
package_version: 0.2601.0
class: resource
kind: resource
url: http://health-samurai.io/fhir/core/StructureDefinition/SeedImport
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 0.2601.0