PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-pct@1.0.0
    http://hl7.org/fhir/us/davinci-pct/OperationDefinition/GFE-submit
{
  "description": "This operation is used by an entity to submit one or multiple GFEs as a Bundle containing the GFE(s) and other referenced resources for processing. The only input parameter is the single Bundle resource with one or multiple GFE(s) - each of which is based on the Claim resource (along with other referenced resources). The output is a url in the Content-Location header for subsequent polling and optionally an OperationOutcome resource per [async pattern](http://build.fhir.org/async-bundle.html). If after polling the response is complete, then the result will either be a single Bundle with the AEOB - which is based on the ExplanationOfBenefit resource, (and other referenced resources) or an OperationOutcome resource indicating the AEOB will be sent directly to the patient.",
  "_filename": "OperationDefinition-GFE-submit.json",
  "package_name": "hl7.fhir.us.davinci-pct",
  "date": "2023-03-30T13:34:22+00:00",
  "system": false,
  "publisher": "HL7 International - Financial Management Work Group",
  "instance": false,
  "jurisdiction": [ {
    "coding": [ {
      "code": "US",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "GFESubmit",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Submit a GFE resource for the creation of an AEOB",
  "package_version": "1.0.0",
  "status": "active",
  "id": "4072c77e-ce67-496a-8071-adc27ce404b2",
  "resource": [ "Claim" ],
  "kind": "operation",
  "url": "http://hl7.org/fhir/us/davinci-pct/OperationDefinition/GFE-submit",
  "code": "gfe-submit",
  "base": "http://hl7.org/fhir/us/davinci-pct/OperationDefinition/GFE-submit",
  "version": "1.0.0",
  "contact": [ {
    "name": "HL7 International - Financial Management Work Group",
    "telecom": [ {
      "value": "http://hl7.org/Special/committees/fm",
      "system": "url"
    }, {
      "value": "fmlists@lists.hl7.org",
      "system": "email"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "resource",
    "type": "Bundle",
    "documentation": "A Bundle containing a single or multiple GFE resources plus referenced resources."
  }, {
    "max": "1",
    "min": 0,
    "use": "out",
    "name": "return",
    "type": "OperationOutcome",
    "documentation": "An optional OperationOutcome per the [async pattern](http://build.fhir.org/async-bundle.html)."
  } ]
}