| Package | dk.ehealth.sundhed.fhir.ig.core |
| Resource 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 | http://ehealth.sundhed.dk/fhir/OperationDefinition/PlanDefinition-t-import |
| Version | 5.0.1 |
| Status | active |
| Date | 2025-08-12T12:42:26+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 |
No resources found
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": "http://ehealth.sundhed.dk/fhir/OperationDefinition/PlanDefinition-t-import",
"version": "5.0.1",
"name": "import",
"title": "Import a Plandefinition",
"status": "active",
"kind": "operation",
"date": "2025-08-12T12:42:26+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"
}
]
}