{
"resourceType" : "OperationDefinition",
"id" : "CarePlan-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/CarePlan-i-update-care-teams</pre><div><p>Modify the care team assignment of the care plan and all of its sub plans.</p>\n</div><p>URL: [base]/CarePlan/[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/CarePlan-i-update-care-teams",
"name" : "update-care-teams",
"status" : "active",
"kind" : "operation",
"date" : "2020-10-27T14:11:48+00:00",
"description" : "Modify the care team assignment of the care plan and all of its sub plans.",
"idempotent" : false,
"code" : "update-care-teams",
"resource" : [
"CarePlan"
],
"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"
}
]
}