FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageio.health-samurai.core.r3
Resource TypeStructureDefinition
IdStructureDefinition-pg-sequence.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "description": "PostgreSQL sequence definition resource for Aidbox.",
  "derivation": "specialization",
  "fhirVersion": "3.0.2",
  "name": "PGSequence",
  "abstract": false,
  "type": "PGSequence",
  "resourceType": "StructureDefinition",
  "status": "active",
  "id": "PGSequence",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/PGSequence",
  "version": "0.2602.2",
  "differential": {
    "element": [
      {
        "id": "PGSequence",
        "path": "PGSequence",
        "min": 0,
        "max": "*"
      },
      {
        "id": "PGSequence._source",
        "path": "PGSequence._source",
        "short": "System Property. DO NOT USE IT.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "PGSequence.data_type",
        "path": "PGSequence.data_type",
        "short": "PostgreSQL data type for the sequence.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "enum-522",
            "severity": "error",
            "expression": "%context.subsetOf('smallint' | 'integer' | 'bigint')",
            "human": "Data type must be one of: smallint, integer, bigint"
          }
        ]
      },
      {
        "id": "PGSequence.cycle",
        "path": "PGSequence.cycle",
        "short": "Whether the sequence should cycle when reaching max/min value.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "PGSequence.increment",
        "path": "PGSequence.increment",
        "short": "Value to increment by for each sequence call.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "PGSequence.start",
        "path": "PGSequence.start",
        "short": "Starting value for the sequence.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "PGSequence.minvalue",
        "path": "PGSequence.minvalue",
        "short": "Minimum value for the sequence.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "PGSequence.maxvalue",
        "path": "PGSequence.maxvalue",
        "short": "Maximum value for the sequence.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      }
    ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}