eHealth Infrastructure (v1.0.0)


<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="Organization--fetch-external-organizations"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>fetch-external-organizations</h2><p>OPERATION: fetch-external-organizations</p><p>The official URL for this operation definition is: </p><pre>http://ehealth.sundhed.dk/fhir/OperationDefinition/Organization--fetch-external-organizations</pre><div><p>Fetch and store Organization data.</p>
<p>Only source=STS-ORG is supported. SOR does not support webservice for lookup.</p>
<p>https://www.kombit.dk/indhold/organisation</p>
</div><p>URL: [base]/Organization/$fetch-external-organizations</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>source</td><td>1..1</td><td><a href="http://hl7.org/fhir/STU3/datatypes.html#code">code</a></td><td/><td/></tr><tr><td>IN</td><td>ids</td><td>0..*</td><td><a href="http://hl7.org/fhir/STU3/datatypes.html#id">id</a></td><td/><td/></tr><tr><td>IN</td><td>identifiers</td><td>0..*</td><td><a href="http://hl7.org/fhir/STU3/datatypes.html#Identifier">Identifier</a></td><td/><td/></tr></table></div>
  </text>
  <url
       value="http://ehealth.sundhed.dk/fhir/OperationDefinition/Organization--fetch-external-organizations"/>
  <version value="1.0.0"/>
  <name value="fetch-external-organizations"/>
  <status value="active"/>
  <kind value="operation"/>
  <date value="2019-03-06T14:43:56+00:00"/>
  <description
               value="Fetch and store Organization data.

Only source=STS-ORG is supported. SOR does not support webservice for lookup.

https://www.kombit.dk/indhold/organisation"/>
  <idempotent value="false"/>
  <code value="fetch-external-organizations"/>
  <resource value="Organization"/>
  <system value="false"/>
  <type value="true"/>
  <instance value="false"/>
  <parameter>
    <name value="source"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <type value="code"/>
  </parameter>
  <parameter>
    <name value="ids"/>
    <use value="in"/>
    <min value="0"/>
    <max value="*"/>
    <type value="id"/>
  </parameter>
  <parameter>
    <name value="identifiers"/>
    <use value="in"/>
    <min value="0"/>
    <max value="*"/>
    <type value="Identifier"/>
  </parameter>
</OperationDefinition>