{
"description": "Form metadata for dynamic updates with incremental versioning and hash.",
"_filename": "StructureDefinition-SDCFormVersion.json",
"package_name": "io.health-samurai.sdc.r4",
"date": null,
"derivation": "specialization",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "SDCFormVersion",
"abstract": false,
"type": "SDCFormVersion",
"experimental": null,
"resourceType": "StructureDefinition",
"title": null,
"package_version": "0.2601.0",
"status": "active",
"id": "adbf3fc7-c281-476b-94ed-a6944b62fad4",
"kind": "resource",
"url": "http://health-samurai.io/fhir/sdc/StructureDefinition/SDCFormVersion",
"version": "0.2601.0",
"differential": {
"element": [ {
"id": "SDCFormVersion",
"max": "*",
"min": 0,
"path": "SDCFormVersion"
}, {
"id": "SDCFormVersion.form",
"max": "1",
"min": 0,
"path": "SDCFormVersion.form",
"type": [ {
"code": "string"
} ],
"short": "Form identifier"
}, {
"id": "SDCFormVersion.version",
"max": "1",
"min": 0,
"path": "SDCFormVersion.version",
"type": [ {
"code": "decimal"
} ],
"short": "Incremental number of form version."
}, {
"id": "SDCFormVersion.hash",
"max": "1",
"min": 0,
"path": "SDCFormVersion.hash",
"type": [ {
"code": "decimal"
} ],
"short": "Hash of snapshot with injected document/layout/rules"
}, {
"id": "SDCFormVersion.snapshot",
"max": "1",
"min": 0,
"path": "SDCFormVersion.snapshot",
"type": [ {
"code": "string"
} ],
"short": "Serialized form snapshot"
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}