Package | de.nichtraucherhelden.export |
Resource Type | StructureDefinition |
Id | NRHBundle |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.nichtraucherhelden.export@1.0.0&canonical=https://nichtraucherhelden.de/fhir/StructureDefinition/NRHBundle |
URL | https://nichtraucherhelden.de/fhir/StructureDefinition/NRHBundle |
Version | 1.0 |
Status | active |
Date | 2021-04-15 |
Name | NRHBundle |
Title | Export-Bundle |
Copyright | NichtraucherHelden GmbH |
Type | Bundle |
Kind | resource |
No resources found
StructureDefinition | |
NRHComposition | Strukturiertes Export-Dokument |
No narrative content found in resource
{ "resourceType": "StructureDefinition", "id": "NRHBundle", "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://nichtraucherhelden.de/fhir/StructureDefinition/NRHBundle", "version": "1.0", "name": "NRHBundle", "title": "Export-Bundle", "status": "active", "experimental": false, "date": "2021-04-15", "publisher": "NichtraucherHelden GmbH", "copyright": "NichtraucherHelden GmbH", "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": "docBundle-1", "severity": "error", "human": "All referenced Resources must be contained in the Bundle", "expression": "Bundle.entry.descendants().reference.distinct().subsetOf(%context.entry.fullUrl)", "source": "https://nichtraucherhelden.de/fhir/StructureDefinition/NRHBundle" } ] }, { "id": "Bundle.identifier", "path": "Bundle.identifier", "min": 1, "mustSupport": true }, { "id": "Bundle.identifier.system", "path": "Bundle.identifier.system", "min": 1, "patternUri": "https://nichhtraucherhelden.de/fhir/sid/export-id", "mustSupport": true }, { "id": "Bundle.identifier.value", "path": "Bundle.identifier.value", "min": 1, "mustSupport": true }, { "id": "Bundle.type", "path": "Bundle.type", "fixedCode": "document", "mustSupport": true }, { "id": "Bundle.timestamp", "path": "Bundle.timestamp", "min": 1, "mustSupport": true }, { "id": "Bundle.entry", "path": "Bundle.entry", "slicing": { "discriminator": [ { "type": "value", "path": "resource.type.text" } ], "rules": "open" }, "min": 1, "mustSupport": true }, { "id": "Bundle.entry:Composition", "path": "Bundle.entry", "sliceName": "Composition", "min": 1, "max": "1", "mustSupport": true }, { "id": "Bundle.entry:Composition.resource", "path": "Bundle.entry.resource", "type": [ { "code": "Composition", "profile": [ "https://nichtraucherhelden.de/fhir/StructureDefinition/NRHComposition" ] } ] } ] } }