JSON Format: OperationDefinition-dpc-operation-group-add
Raw json
{ "resourceType" : "OperationDefinition", "id" : "dpc-operation-group-add", "text" : { "status" : "extensions", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Add Member to Attribution Roster</h2><p>OPERATION: Add Member to Attribution Roster</p><p>The official URL for this operation definition is: </p><pre>https://dpc.cms.gov/api/v1/OperationDefinition/dpc-operation-group-add</pre><div><p>Add the members in the provided in the Group resource to the existing membership list.</p>\n</div><p>URL: [base]/Group/[id]/$add</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>resource</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/STU3/group.html\">Group</a></td><td/><td><div><p>Group of members to add to existing resource</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/STU3/group.html\">Group</a></td><td/><td><div><p>Updated group resource.</p>\n</div></td></tr></table></div>" }, "url" : "https://dpc.cms.gov/api/v1/OperationDefinition/dpc-operation-group-add", "version" : "0.0.1", "name" : "Add Member to Attribution Roster", "status" : "draft", "kind" : "operation", "date" : "2021-04-21T11:33:40-04:00", "publisher" : "The DPC Team", "description" : "Add the members in the provided in the Group resource to the existing membership list.", "code" : "add", "resource" : [ "Group" ], "system" : false, "type" : false, "instance" : true, "parameter" : [ { "name" : "resource", "use" : "in", "min" : 1, "max" : "1", "documentation" : "Group of members to add to existing resource", "type" : "Group" }, { "name" : "return", "use" : "out", "min" : 1, "max" : "1", "documentation" : "Updated group resource.", "type" : "Group" } ] }