FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-seed-import.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/SeedImport |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/SeedImport |
| Version | 0.2602.2 |
| Status | active |
| Name | SeedImport |
| Description | Seed data import resource for initial data loading. |
| Type | SeedImport |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"description": "Seed data import resource for initial data loading.",
"derivation": "specialization",
"fhirVersion": "4.3.0",
"name": "SeedImport",
"abstract": false,
"type": "SeedImport",
"resourceType": "StructureDefinition",
"status": "active",
"id": "SeedImport",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/SeedImport",
"version": "0.2602.2",
"differential": {
"element": [
{
"id": "SeedImport",
"path": "SeedImport",
"min": 0,
"max": "*"
},
{
"id": "SeedImport.version",
"path": "SeedImport.version",
"short": "Version of the seed import format.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"constraint": [
{
"key": "enum-30",
"severity": "error",
"expression": "%context.subsetOf('v2')",
"human": "Type must be: v2"
}
]
},
{
"id": "SeedImport.filename",
"path": "SeedImport.filename",
"short": "Name of the seed import file.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "SeedImport.md5-hash",
"path": "SeedImport.md5-hash",
"short": "MD5 hash of the import file for integrity verification.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "SeedImport.resources",
"path": "SeedImport.resources",
"short": "Resources to be imported.",
"min": 0,
"max": "*",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "SeedImport.resources.resourceType",
"path": "SeedImport.resources.resourceType",
"short": "Type of resource.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "SeedImport.resources.id",
"path": "SeedImport.resources.id",
"short": "Identifier for the resource.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "SeedImport.resources.meta",
"path": "SeedImport.resources.meta",
"short": "Metadata for the resource.",
"min": 0,
"max": "1",
"extension": [
{
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}