FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/GFE-coordination-request

Packagehl7.fhir.us.davinci-pct
Resource TypeOperationDefinition
IdGFE-coordination-request
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-pct/https://build.fhir.org/ig/HL7/davinci-pct/OperationDefinition-GFE-coordination-request.html
URLhttp://hl7.org/fhir/us/davinci-pct/OperationDefinition/GFE-coordination-request
Version2.0.0-draft
Statusactive
Date2025-08-04T03:55:43+00:00
NameGFECoordinationRequest
Realmus
Authorityhl7
DescriptionThis 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.
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition GFE-coordination-request

URL: [base]/$gfe-submit

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INresource1..1Bundle (PCT GFE Coordination Bundle)

A request Bundle that contains necessary resources for GFE to request GFEs from one or multiple GFE contributing providers.

OUTreturn0..1OperationOutcome

When successful, this will return a Bundle of type batch-response; When there is an error calling $gfe-coordination-request (4xx, 5xx HTTP code) then an OperationOutcome must be returned.


Source

{
  "resourceType": "OperationDefinition",
  "id": "GFE-coordination-request",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    },
    {
      "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-draft",
  "name": "GFECoordinationRequest",
  "status": "active",
  "kind": "operation",
  "date": "2025-08-04T03:55:43+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": "When successful, this will return a Bundle of type batch-response; When there is an error calling $gfe-coordination-request (4xx, 5xx HTTP code) then an OperationOutcome must be returned.",
      "type": "OperationOutcome"
    }
  ]
}