{ "description": "Da Vinci Prior Authorization Support This operation is used to submit a Claim, Pre-Authorization or Pre-Determination (all instances of Claim resources) for adjudication either as a single Claim resource instance or as a Bundle containing the Claim and other referenced resources, or Bundle containing a batch of Claim resources, either as single Claims resources or Bundle resources, for processing. The only input parameter is the single Claim or Bundle resource and the only output is a single ClaimResponse, Bundle of ClaimResponses or an OperationOutcome resource.", "_filename": "OperationDefinition-Claim-submit.json", "package_name": "hl7.fhir.us.davinci-pas", "date": "2019-08-05T11:50:42-04:00", "system": false, "publisher": null, "instance": false, "name": "ClaimSubmit", "type": "true", "experimental": null, "resourceType": "OperationDefinition", "title": "Submit a Claim resource for adjudication", "package_version": "0.1.0", "status": "draft", "id": "ceccabb4-60d0-4aff-9c34-e8f796bcff00", "resource": [ "Claim" ], "kind": "operation", "url": "http://hl7.org/fhir/us/davinci-pas/OperationDefinition/Claim-submit", "code": "submit", "base": "http://hl7.org/fhir/OperationDefinition/Claim-submit", "version": "0.1.0", "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "resource", "type": "Bundle", "documentation": "A Claim resource or Bundle of claims, either as individual Claim resources or as Bundles each containing a single Claim plus referenced resources." }, { "max": "1", "min": 1, "use": "out", "name": "return", "type": "Bundle", "documentation": "A ClaimResponse resource or Bundle of claim responses, either as individual ClaimResponse resources or as Bundles each containing a single ClaimResponse plus referenced resources." } ] }