{
"description": "Terminology bundle file tracking resource.",
"_filename": "StructureDefinition-terminology-bundle-file.json",
"package_name": "io.health-samurai.core.r4",
"date": null,
"derivation": "specialization",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "TerminologyBundleFile",
"abstract": false,
"type": "TerminologyBundleFile",
"experimental": null,
"resourceType": "StructureDefinition",
"title": null,
"package_version": "0.2601.0",
"status": "active",
"id": "6ad4958a-db17-4f6e-acb4-216ac3780817",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/TerminologyBundleFile",
"version": "0.2601.0",
"differential": {
"element": [ {
"id": "TerminologyBundleFile",
"max": "*",
"min": 0,
"path": "TerminologyBundleFile"
}, {
"id": "TerminologyBundleFile.filename",
"max": "1",
"min": 0,
"path": "TerminologyBundleFile.filename",
"type": [ {
"code": "string"
} ],
"short": "Name of the terminology bundle file."
}, {
"id": "TerminologyBundleFile.status",
"max": "1",
"min": 0,
"path": "TerminologyBundleFile.status",
"type": [ {
"code": "string"
} ],
"short": "Current status of the bundle file processing.",
"constraint": [ {
"key": "enum-21",
"human": "Status must be one of: pending, in-progress, fail, success",
"severity": "error",
"expression": "%context.subsetOf('pending' | 'in-progress' | 'fail' | 'success')"
} ]
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}