FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-pct
Resource TypeOperationDefinition
IdOperationDefinition-GFE-coordination-request.json
FHIR VersionR4
Sourcehttps://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.1
Statusactive
Date2026-02-11T16:08:58+00:00
NameGFECoordinationRequest
TitleGood Faith Estimate Coordination Request
Realmus
Authorityhl7
DescriptionThis 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.
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-coordination-request

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

A transaction-response Bundle including information about the successful operation of the request.

OUTreturn0..1OperationOutcome

If the operation failed, returns an OperationOutcome detailing the nature of the issues with the operation.


Source1

{
  "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-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.1",
  "name": "GFECoordinationRequest",
  "title": "Good Faith Estimate Coordination Request",
  "status": "active",
  "kind": "operation",
  "date": "2026-02-11T16:08:58+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 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": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "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 transaction-response Bundle including information about the successful operation of the request.",
      "type": "Bundle"
    },
    {
      "name": "return",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "If the operation failed, returns an OperationOutcome detailing the nature of the issues with the operation.",
      "type": "OperationOutcome"
    }
  ]
}