PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r3@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/PGSequence
description: PostgreSQL sequence definition resource for Aidbox.
package_name: io.health-samurai.core.r3
derivation: specialization
name: PGSequence
type: PGSequence
elements:
  _source: {type: string, short: System Property. DO NOT USE IT., index: 0}
  data_type:
    type: string
    short: PostgreSQL data type for the sequence.
    constraint:
      enum-522: {human: 'Data type must be one of: smallint, integer, bigint', severity: error, expression: '%context.subsetOf(''smallint'' | ''integer'' | ''bigint'')'}
    index: 1
  cycle: {type: boolean, short: Whether the sequence should cycle when reaching max/min value., index: 2}
  increment: {type: integer, short: Value to increment by for each sequence call., index: 3}
  start: {type: integer, short: Starting value for the sequence., index: 4}
  minvalue: {type: integer, short: Minimum value for the sequence., index: 5}
  maxvalue: {type: integer, short: Maximum value for the sequence., index: 6}
package_version: 0.2601.0
class: resource
kind: resource
url: http://health-samurai.io/fhir/core/StructureDefinition/PGSequence
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 0.2601.0