FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeOperationDefinition
IdOperationDefinition-PlanDefinition-t-import.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition-PlanDefinition-t-import.html
URLhttp://ehealth.sundhed.dk/fhir/OperationDefinition/PlanDefinition-t-import
Version8.0.0
Statusactive
Date2026-02-18T09:10:00+00:00
Nameimport
TitleImport a Plandefinition
Realmdk
DescriptionImport 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.
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition PlanDefinition-t-import

URL: [base]/PlanDefinition/$import

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INplanDefinitionPackage0..1Binary

Binary package produced by the export operation.

OUTreturn0..1Bundle

Source1

{
  "resourceType": "OperationDefinition",
  "id": "PlanDefinition-t-import",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/fhir/OperationDefinition/PlanDefinition-t-import",
  "version": "8.0.0",
  "name": "import",
  "title": "Import a Plandefinition",
  "status": "active",
  "kind": "operation",
  "date": "2026-02-18T09:10:00+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",
      "documentation": "Binary package produced by the export operation.",
      "type": "Binary"
    },
    {
      "name": "return",
      "use": "out",
      "min": 0,
      "max": "1",
      "type": "Bundle"
    }
  ]
}