JSON Format: OperationDefinition-dpc-operation-patient-submit
Raw json
{ "resourceType" : "OperationDefinition", "id" : "dpc-operation-patient-submit", "text" : { "status" : "extensions", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Submit Patients</h2><p>OPERATION: Submit Patients</p><p>The official URL for this operation definition is: </p><pre>https://dpc.cms.gov/api/v1/OperationDefinition/dpc-operation-patient-submit</pre><div><p>Submit a Bundle of Patient 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]/Patient/$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 Patient resources.</p>\n</div></td></tr></table></div>" }, "url" : "https://dpc.cms.gov/api/v1/OperationDefinition/dpc-operation-patient-submit", "version" : "0.0.1", "name" : "Submit Patients", "status" : "draft", "kind" : "operation", "date" : "2021-04-21T11:33:40-04:00", "publisher" : "The DPC Team", "description" : "Submit a Bundle of Patient 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" : [ "Patient" ], "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 Patient resources.", "type" : "Bundle" } ] }