Package | de.gecco |
Resource Type | StructureDefinition |
Id | gecco-batch-bundle-codex |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.gecco@1.0.5&canonical=https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/gecco-bundle-codex |
URL | https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/gecco-bundle-codex |
Version | 1.0.5 |
Status | active |
Date | 2021-09-21 |
Name | GeccoBundleCodex |
Title | GECCO Bundle NUM-CODEX |
Description | Bundle of type 'batch' used to collect the set of resources as part of the GECCO dataset into a single instance for the NUM-CODEX use case and requires that a Consent resource must always be included. |
Type | Bundle |
Kind | resource |
No resources found
StructureDefinition | |
Consent | Consent Management: Consent |
No narrative content found in resource
{ "resourceType": "StructureDefinition", "id": "gecco-batch-bundle-codex", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category", "valueString": "Foundation.Other" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category", "valueCode": "not-classified" } ], "url": "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/gecco-bundle-codex", "version": "1.0.5", "name": "GeccoBundleCodex", "title": "GECCO Bundle NUM-CODEX", "status": "active", "experimental": false, "date": "2021-09-21", "publisher": "Charité", "contact": [ { "telecom": [ { "system": "url", "value": "https://www.bihealth.org/en/research/core-facilities/interoperability/" } ] } ], "description": "Bundle of type 'batch' used to collect the set of resources as part of the GECCO dataset into a single instance for the NUM-CODEX use case and requires that a Consent resource must always be included.", "fhirVersion": "4.0.1", "mapping": [ { "identity": "v2", "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping" }, { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM Mapping" }, { "identity": "cda", "uri": "http://hl7.org/v3/cda", "name": "CDA (R2)" }, { "identity": "w5", "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping" } ], "kind": "resource", "abstract": false, "type": "Bundle", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle", "derivation": "constraint", "differential": { "element": [ { "id": "Bundle", "path": "Bundle", "constraint": [ { "key": "consent-num-codex-bundle", "severity": "error", "human": "NUM-CODEX bundle shall contain a Consent resource that is a Privacy policy acknowledgement Document (code=57016-8).", "expression": "Bundle.entry.where(resource.is(Consent)).select(resource.category.coding.where(code='57016-8')).count() > 0", "source": "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/gecco-bundle-codex" } ] }, { "id": "Bundle.type", "path": "Bundle.type", "fixedCode": "batch", "mustSupport": true }, { "id": "Bundle.timestamp", "path": "Bundle.timestamp", "mustSupport": true }, { "id": "Bundle.entry", "path": "Bundle.entry", "slicing": { "discriminator": [ { "type": "type", "path": "resource" } ], "rules": "open" }, "min": 1, "mustSupport": true }, { "id": "Bundle.entry:Consent", "path": "Bundle.entry", "sliceName": "Consent", "min": 1, "max": "*", "mustSupport": true }, { "id": "Bundle.entry:Consent.resource", "path": "Bundle.entry.resource", "min": 1, "type": [ { "code": "Consent", "profile": [ "http://fhir.de/ConsentManagement/StructureDefinition/Consent" ] } ], "mustSupport": true } ] } }