JSON Format: OperationDefinition-dpc-operation-practitioner-submit

Raw json

{
  "resourceType" : "OperationDefinition",
  "id" : "dpc-operation-practitioner-submit",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Submit Practitioners</h2><p>OPERATION: Submit Practitioners</p><p>The official URL for this operation definition is: </p><pre>https://dpc.cms.gov/api/v1/OperationDefinition/dpc-operation-practitioner-submit</pre><div><p>Submit a Bundle of Practitioner resources which will be registered with the DPC application in a single Batch.</p>\n<p>This operation is designed to support initial on-boarding of Organizations.</p>\n</div><p>URL: [base]/Practitioner/$submit</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/bundle.html\">Bundle</a></td><td/><td><div><p>Bundle resource to submit to DPC application. This should be the body of the POST request</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/STU3/bundle.html\">Bundle</a></td><td/><td><div><p>Bundle resource of newly created Practitioner resources.</p>\n</div></td></tr></table></div>"
  },
  "url" : "https://dpc.cms.gov/api/v1/OperationDefinition/dpc-operation-practitioner-submit",
  "version" : "0.0.1",
  "name" : "Submit Practitioners",
  "status" : "draft",
  "kind" : "operation",
  "date" : "2021-04-21T11:33:40-04:00",
  "publisher" : "The DPC Team",
  "description" : "Submit a Bundle of Practitioner resources which will be registered with the DPC application in a single Batch.\n\nThis operation is designed to support initial on-boarding of Organizations.",
  "code" : "submit",
  "resource" : [
    "Practitioner"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "resource",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "Bundle resource to submit to DPC application. This should be the body of the POST request",
      "type" : "Bundle"
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "Bundle resource of newly created Practitioner resources.",
      "type" : "Bundle"
    }
  ]
}