eHealth Infrastructure (v2020.6)


<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="PlanDefinition--import"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>import</h2><p>OPERATION: import</p><p>The official URL for this operation definition is: </p><pre>http://ehealth.sundhed.dk/fhir/OperationDefinition/PlanDefinition--import</pre><div><p>Import a Plandefinition</p>
<h3>Parameters</h3>
<ul>
<li>planDefinitionPackage: Binary package produced by the export operation<h3>Output</h3>
Bundle containing the created resources. PlanDefinitions, ActivityDefinitions, and Questionnaires will be created. Libraries and Organizations are used to find the corresponding resources on the target system.</li>
</ul>
</div><p>URL: [base]/PlanDefinition/$import</p><p>Parameters</p><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>planDefinitionPackage</td><td>0..1</td><td><a href="http://hl7.org/fhir/STU3/binary.html">Binary</a></td><td/><td/></tr><tr><td>OUT</td><td>return</td><td>0..1</td><td><a href="http://hl7.org/fhir/STU3/bundle.html">Bundle</a></td><td/><td/></tr></table></div>
  </text>
  <url
       value="http://ehealth.sundhed.dk/fhir/OperationDefinition/PlanDefinition--import"/>
  <name value="import"/>
  <status value="active"/>
  <kind value="operation"/>
  <date value="2020-08-18T09:51:15+00:00"/>
  <description
               value="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. Libraries and Organizations are used to find the corresponding resources on the target system.
"/>
  <idempotent value="false"/>
  <code value="import"/>
  <resource value="PlanDefinition"/>
  <system value="false"/>
  <type value="true"/>
  <instance value="false"/>
  <parameter>
    <name value="planDefinitionPackage"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <type value="Binary"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="0"/>
    <max value="1"/>
    <type value="Bundle"/>
  </parameter>
</OperationDefinition>