FHIR IG analytics| Package | io.health-samurai.sdc.r3 |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-SDCWorkflowVersion.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"description": "Snapshotted workflow template with incremental versioning.",
"derivation": "specialization",
"fhirVersion": "3.0.2",
"name": "SDCWorkflowVersion",
"abstract": false,
"type": "SDCWorkflowVersion",
"resourceType": "StructureDefinition",
"status": "active",
"id": "SDCWorkflowVersion",
"kind": "resource",
"url": "http://health-samurai.io/fhir/sdc/StructureDefinition/SDCWorkflowVersion",
"version": "0.2602.2",
"differential": {
"element": [
{
"id": "SDCWorkflowVersion",
"path": "SDCWorkflowVersion",
"min": 0,
"max": "*"
},
{
"id": "SDCWorkflowVersion.workflow",
"path": "SDCWorkflowVersion.workflow",
"short": "Workflow identifier.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "SDCWorkflowVersion.version",
"path": "SDCWorkflowVersion.version",
"short": "Incremental number of workflow version.",
"min": 1,
"max": "1",
"type": [
{
"code": "decimal"
}
]
},
{
"id": "SDCWorkflowVersion.hash",
"path": "SDCWorkflowVersion.hash",
"short": "Hash of snapshot with injected document/layout/rules",
"min": 1,
"max": "1",
"type": [
{
"code": "decimal"
}
]
},
{
"id": "SDCWorkflowVersion.snapshot",
"path": "SDCWorkflowVersion.snapshot",
"short": "Serialized workflow snapshot.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}