Patient Cost Transparency Implementation Guide, published by HL7 International / Financial Management. This is not an authorized publication; it is the continuous build for version 1.1.0. This version is based on the current content of https://github.com/HL7/davinci-pct/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.org/fhir/us/davinci-pct/OperationDefinition/GFE-submit | Version: 1.1.0 | |||
Standards status: Trial-use | Computable Name: GFESubmit |
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. 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.
URL: [base]/Claim/$gfe-submit
Parameters
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | resource | 1..1 | Bundle | A Bundle containing a single or multiple GFE resources plus referenced resources. | ||
OUT | return | 0..1 | OperationOutcome | An optional OperationOutcome per the async pattern. |