eHealth Infrastructure (v1.0.0)

{
  "resourceType" : "OperationDefinition",
  "id" : "Organization--fetch-external-organizations",
  "text" : {
    "status" : "generated",
    "div" : "<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>\n<p>Only source=STS-ORG is supported. SOR does not support webservice for lookup.</p>\n<p>https://www.kombit.dk/indhold/organisation</p>\n</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>"
  },
  "url" : "http://ehealth.sundhed.dk/fhir/OperationDefinition/Organization--fetch-external-organizations",
  "version" : "1.0.0",
  "name" : "fetch-external-organizations",
  "status" : "active",
  "kind" : "operation",
  "date" : "2019-03-06T14:43:56+00:00",
  "description" : "Fetch and store Organization data.\n\nOnly source=STS-ORG is supported. SOR does not support webservice for lookup.\n\nhttps://www.kombit.dk/indhold/organisation",
  "idempotent" : false,
  "code" : "fetch-external-organizations",
  "resource" : [
    "Organization"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "source",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "type" : "code"
    },
    {
      "name" : "ids",
      "use" : "in",
      "min" : 0,
      "max" : "*",
      "type" : "id"
    },
    {
      "name" : "identifiers",
      "use" : "in",
      "min" : 0,
      "max" : "*",
      "type" : "Identifier"
    }
  ]
}