FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/PlanDefinition-t-import

Packagedk.ehealth.sundhed.fhir.ig.core
TypeOperationDefinition
IdPlanDefinition-t-import
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition-PlanDefinition-t-import.html
URLhttps://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/PlanDefinition-t-import
Version3.5.1
Statusactive
Date2025-07-03T10:29:25+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

CapabilityStatement
planplan

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: Operationsdefinition PlanDefinition-t-import

URL: [base]/PlanDefinition/$import

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INplanDefinitionPackage0..1Binary
OUTreturn0..1Bundle

Source

{
  "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"
    }
  ]
}