Patient Cost Transparency Implementation Guide
2.0.1 - STU 2 United States of America flag

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.1 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

: Good Faith Estimate Coordination Request - XML Representation

Page standards status: Trial-use Maturity Level: 2

Raw xml | Download


<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="GFE-coordination-request"/>
  <text>
    <status value="generated"/>
    <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-coordination-request</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>
</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 transaction-response Bundle including information about the successful operation of the request.</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/operationoutcome.html">OperationOutcome</a></td><td/><td><div><p>If the operation failed, returns an OperationOutcome detailing the nature of the issues with the operation.</p>
</div></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fm"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="2">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/us/davinci-pct/ImplementationGuide/hl7.fhir.us.davinci-pct"/>
      </extension>
    </valueInteger>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/us/davinci-pct/ImplementationGuide/hl7.fhir.us.davinci-pct"/>
      </extension>
    </valueCode>
  </extension>
  <url
       value="http://hl7.org/fhir/us/davinci-pct/OperationDefinition/GFE-coordination-request"/>
  <version value="2.0.1"/>
  <name value="GFECoordinationRequest"/>
  <title value="Good Faith Estimate Coordination Request"/>
  <status value="active"/>
  <kind value="operation"/>
  <date value="2026-02-10T05:59:29+00:00"/>
  <publisher value="HL7 International / Financial Management"/>
  <contact>
    <name value="HL7 International / Financial Management"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fm"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fmlists@lists.hl7.org"/>
    </telecom>
  </contact>
  <description
               value="This operation is used by an entity to start the GFE Coordination Workflow to request GFE Bundles from GFE Contributors. The input is a GFE Coordination Bundle containing a Coordination Task and one or more Contributor Tasks. The output may be a transaction-bundle providing information about the success of the operation or an OperationOutcome detailing any issues with the operation."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <code value="gfe-coordination-request"/>
  <system value="true"/>
  <type value="false"/>
  <instance value="false"/>
  <parameter>
    <name value="resource"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="A request Bundle that contains necessary resources for GFE  to request GFEs from one or multiple GFE contributing providers."/>
    <type value="Bundle"/>
    <targetProfile
                   value="http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-coordination-bundle"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="A transaction-response Bundle including information about the successful operation of the request."/>
    <type value="Bundle"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="If the operation failed, returns an OperationOutcome detailing the nature of the issues with the operation."/>
    <type value="OperationOutcome"/>
  </parameter>
</OperationDefinition>