Patient Cost Transparency Implementation Guide, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-pct/ and changes regularly. See the Directory of published versions
Page standards status: Trial-use | Maturity Level: 2 |
{
"resourceType" : "OperationDefinition",
"id" : "GFE-coordination-request",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition GFE-coordination-request</b></p><a name=\"GFE-coordination-request\"> </a><a name=\"hcGFE-coordination-request\"> </a><p>URL: [base]/$gfe-submit</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</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/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a> (<a href=\"StructureDefinition-davinci-pct-gfe-coordination-bundle.html\" title=\"http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-coordination-bundle\">PCT GFE Coordination Bundle</a>)</td><td/><td><div><p>A request Bundle that contains necessary resources for GFE to request GFEs from one or multiple GFE contributing providers.</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>A batch-response Bundle including OperationOutcome entries each noting the success or failure to process the entry in the input Bundle. OperationOutcomes denoting a failure SHALL list of issues that caused the failure. All entries must be successfully processed for any to be successful. If an input Bundle entry fails, they all fail. Entries that would otherwise be successful will have an operationOutcome indicating the precondition that all of Bundle entries have to be processed was not met.</p>\n</div></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fm"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 2,
"_valueInteger" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org/fhir/us/davinci-pct/ImplementationGuide/hl7.fhir.us.davinci-pct"
}
]
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use",
"_valueCode" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org/fhir/us/davinci-pct/ImplementationGuide/hl7.fhir.us.davinci-pct"
}
]
}
}
],
"url" : "http://hl7.org/fhir/us/davinci-pct/OperationDefinition/GFE-coordination-request",
"version" : "2.0.0",
"name" : "GFECoordinationRequest",
"title" : "Good Faith Estimate Coordination Request",
"status" : "active",
"kind" : "operation",
"date" : "2025-09-09T20:58:22+00:00",
"publisher" : "HL7 International / Financial Management",
"contact" : [
{
"name" : "HL7 International / Financial Management",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/fm"
},
{
"system" : "email",
"value" : "fmlists@lists.hl7.org"
}
]
}
],
"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](https://hl7.org/fhir/R5/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.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"code" : "gfe-submit",
"base" : "http://hl7.org/fhir/us/davinci-pct/OperationDefinition/GFE-coordination-request",
"system" : true,
"type" : false,
"instance" : false,
"parameter" : [
{
"name" : "resource",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "A request Bundle that contains necessary resources for GFE to request GFEs from one or multiple GFE contributing providers.",
"type" : "Bundle",
"targetProfile" : [
🔗 "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-coordination-bundle"
]
},
{
"name" : "return",
"use" : "out",
"min" : 0,
"max" : "1",
"documentation" : "A batch-response Bundle including OperationOutcome entries each noting the success or failure to process the entry in the input Bundle. OperationOutcomes denoting a failure SHALL list of issues that caused the failure. All entries must be successfully processed for any to be successful. If an input Bundle entry fails, they all fail. Entries that would otherwise be successful will have an operationOutcome indicating the precondition that all of Bundle entries have to be processed was not met.",
"type" : "Bundle"
}
]
}