eHealth Infrastructure (v2020.5)

{
  "resourceType" : "OperationDefinition",
  "id" : "EpisodeOfCare-i-update-care-teams",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>update-care-teams</h2><p>OPERATION: update-care-teams</p><p>The official URL for this operation definition is: </p><pre>http://ehealth.sundhed.dk/fhir/OperationDefinition/EpisodeOfCare-i-update-care-teams</pre><div><p>Modify the care team assignment of the episode of care and all care plans that has the episode of care as context.</p>\n</div><p>URL: [base]/EpisodeOfCare/[id]/$update-care-teams</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>addCareteams</td><td>0..*</td><td><a href=\"http://hl7.org/fhir/STU3/references.html#Reference\">Reference</a></td><td/><td/></tr><tr><td>IN</td><td>removeCareteams</td><td>0..*</td><td><a href=\"http://hl7.org/fhir/STU3/references.html#Reference\">Reference</a></td><td/><td/></tr></table></div>"
  },
  "url" : "http://ehealth.sundhed.dk/fhir/OperationDefinition/EpisodeOfCare-i-update-care-teams",
  "name" : "update-care-teams",
  "status" : "active",
  "kind" : "operation",
  "date" : "2020-06-23T08:51:20+00:00",
  "description" : "Modify the care team assignment of the episode of care and all care plans that has the episode of care as context.",
  "idempotent" : false,
  "code" : "update-care-teams",
  "resource" : [
    "EpisodeOfCare"
  ],
  "system" : false,
  "type" : false,
  "instance" : true,
  "parameter" : [
    {
      "name" : "addCareteams",
      "use" : "in",
      "min" : 0,
      "max" : "*",
      "type" : "Reference"
    },
    {
      "name" : "removeCareteams",
      "use" : "in",
      "min" : 0,
      "max" : "*",
      "type" : "Reference"
    }
  ]
}