FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-pg-sequence.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2602.2&canonical=http://health-samurai.io/fhir/core/StructureDefinition/PGSequence |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/PGSequence |
| Version | 0.2602.2 |
| Status | active |
| Name | PGSequence |
| Description | PostgreSQL sequence definition resource for Aidbox. |
| Type | PGSequence |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"description": "PostgreSQL sequence definition resource for Aidbox.",
"derivation": "specialization",
"fhirVersion": "4.3.0",
"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"
}