{
"description": "Seed data import resource for initial data loading.",
"_filename": "StructureDefinition-seed-import.json",
"package_name": "io.health-samurai.core.r4",
"date": null,
"derivation": "specialization",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "SeedImport",
"abstract": false,
"type": "SeedImport",
"experimental": null,
"resourceType": "StructureDefinition",
"title": null,
"package_version": "0.2601.0",
"status": "active",
"id": "9cfdb5f8-793f-4139-a487-65d858489660",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/SeedImport",
"version": "0.2601.0",
"differential": {
"element": [ {
"id": "SeedImport",
"max": "*",
"min": 0,
"path": "SeedImport"
}, {
"id": "SeedImport.version",
"max": "1",
"min": 0,
"path": "SeedImport.version",
"type": [ {
"code": "string"
} ],
"short": "Version of the seed import format.",
"constraint": [ {
"key": "enum-30",
"human": "Type must be: v2",
"severity": "error",
"expression": "%context.subsetOf('v2')"
} ]
}, {
"id": "SeedImport.filename",
"max": "1",
"min": 0,
"path": "SeedImport.filename",
"type": [ {
"code": "string"
} ],
"short": "Name of the seed import file."
}, {
"id": "SeedImport.md5-hash",
"max": "1",
"min": 0,
"path": "SeedImport.md5-hash",
"type": [ {
"code": "string"
} ],
"short": "MD5 hash of the import file for integrity verification."
}, {
"id": "SeedImport.resources",
"max": "*",
"min": 0,
"path": "SeedImport.resources",
"type": [ {
"code": "BackboneElement"
} ],
"short": "Resources to be imported."
}, {
"id": "SeedImport.resources.resourceType",
"max": "1",
"min": 1,
"path": "SeedImport.resources.resourceType",
"type": [ {
"code": "string"
} ],
"short": "Type of resource."
}, {
"id": "SeedImport.resources.id",
"max": "1",
"min": 1,
"path": "SeedImport.resources.id",
"type": [ {
"code": "string"
} ],
"short": "Identifier for the resource."
}, {
"id": "SeedImport.resources.meta",
"max": "1",
"min": 0,
"path": "SeedImport.resources.meta",
"short": "Metadata for the resource.",
"extension": [ {
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
} ]
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}