Package | dk.ehealth.sundhed.fhir.ig.core |
Type | OperationDefinition |
Id | PlanDefinition-t-import |
FHIR Version | R4 |
Source | http://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition-PlanDefinition-t-import.html |
URL | https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/PlanDefinition-t-import |
Version | 3.5.1 |
Status | active |
Date | 2025-07-03T10:29:25+00:00 |
Name | import |
Title | Import a Plandefinition |
Realm | dk |
Description | Import a Plandefinition ### Parameters - planDefinitionPackage: Binary package produced by the export operation ### Output Bundle containing the created resources. PlanDefinitions, ActivityDefinitions, and Questionnaires will be created. Imports QFFD DocumentReference into Document-Transformation service.Libraries and Organizations are used to find the corresponding resources on the target system. |
Type | true |
Kind | operation |
CapabilityStatement | |
plan | plan |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Operationsdefinition PlanDefinition-t-import
URL: [base]/PlanDefinition/$import
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | planDefinitionPackage | 0..1 | Binary | |||
OUT | return | 0..1 | Bundle |
{ "resourceType": "OperationDefinition", "id": "PlanDefinition-t-import", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/PlanDefinition-t-import", "version": "3.5.1", "name": "import", "title": "Import a Plandefinition", "status": "active", "kind": "operation", "date": "2025-07-03T10:29:25+00:00", "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)", "contact": [ { "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)", "telecom": [ { "system": "url", "value": "http://ehealth.sundhed.dk" } ] } ], "description": "Import a Plandefinition\n### Parameters\n- planDefinitionPackage: Binary package produced by the export operation\n### Output\nBundle containing the created resources. PlanDefinitions, ActivityDefinitions, and Questionnaires will be created. Imports QFFD DocumentReference into Document-Transformation service.Libraries and Organizations are used to find the corresponding resources on the target system.\n", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "DK", "display": "Denmark" } ] } ], "affectsState": true, "code": "import", "resource": [ "PlanDefinition" ], "system": false, "type": true, "instance": false, "parameter": [ { "name": "planDefinitionPackage", "use": "in", "min": 0, "max": "1", "type": "Binary" }, { "name": "return", "use": "out", "min": 0, "max": "1", "type": "Bundle" } ] }