{ "description": null, "_filename": "StructureDefinition-ActicoreBundle.json", "package_name": "de.acticore.export", "date": "2021-03-24", "derivation": "constraint", "publisher": "Acticore AG", "fhirVersion": "4.0.1", "name": "ActicoreBundle", "mapping": [ { "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping", "identity": "v2" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" }, { "uri": "http://hl7.org/v3/cda", "name": "CDA (R2)", "identity": "cda" }, { "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping", "identity": "w5" } ], "abstract": false, "copyright": "Acticore AG", "type": "Bundle", "experimental": "false", "resourceType": "StructureDefinition", "title": "Export-Bundle", "package_version": "0.9.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", "valueString": "Foundation.Other" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", "valueCode": "not-classified" } ], "status": "active", "id": "b0d22c2f-0bfd-46b1-8202-e0c811784718", "kind": "resource", "url": "https://acticore.com/fhir/StructureDefinition/ActicoreBundle", "version": "1.0", "differential": { "element": [ { "id": "Bundle", "path": "Bundle", "constraint": [ { "key": "docBundle-1", "human": "All referenced Resources must be contained in the Bundle", "source": "https://acticore.com/fhir/StructureDefinition/ActicoreBundle", "severity": "error", "expression": "Bundle.entry.descendants().reference.distinct().subsetOf(%context.entry.fullUrl)" } ] }, { "id": "Bundle.identifier", "min": 1, "path": "Bundle.identifier", "mustSupport": true }, { "id": "Bundle.identifier.system", "min": 1, "path": "Bundle.identifier.system", "patternUri": "https://acticore.com/fhir/sid/export-id", "mustSupport": true }, { "id": "Bundle.identifier.value", "min": 1, "path": "Bundle.identifier.value", "mustSupport": true }, { "id": "Bundle.type", "path": "Bundle.type", "fixedCode": "document", "mustSupport": true }, { "id": "Bundle.timestamp", "min": 1, "path": "Bundle.timestamp", "mustSupport": true }, { "id": "Bundle.entry", "min": 1, "path": "Bundle.entry", "slicing": { "rules": "open", "discriminator": [ { "path": "resource.type.text", "type": "value" } ] }, "mustSupport": true }, { "id": "Bundle.entry:Composition", "max": "1", "min": 1, "path": "Bundle.entry", "sliceName": "Composition", "mustSupport": true }, { "id": "Bundle.entry:Composition.resource", "path": "Bundle.entry.resource", "type": [ { "code": "Composition", "profile": [ "https://acticore.com/fhir/StructureDefinition/ActicoreComposition" ] } ] } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle" }