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

FHIR IG Statistics: OperationDefinition/GFE-retrieve

Packagehl7.fhir.us.davinci-pct
TypeOperationDefinition
IdGFE-retrieve
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-pct/https://build.fhir.org/ig/HL7/davinci-pct/OperationDefinition-GFE-retrieve.html
URLhttp://hl7.org/fhir/us/davinci-pct/OperationDefinition/GFE-retrieve
Version2.0.0-draft
Statusactive
Date2025-06-03T13:32:08+00:00
NameGFERetrieve
TitleRetrieve GFE Packet
Realmus
Authorityhl7
DescriptionThis operation is used by an entity to retrieve a GFE Packet containing the GFE Bundle(s) and other referenced resources based on a GFE Coordination Task. There are no input parameters and the only output is a GFE Packet.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
davinci-pct-coordination-platformPatient Cost Transparency Implementation Guide Coordination Platform Capability Statement
davinci-pct-coordination-requesterPatient Cost Transparency Implementation Guide Coordination Requester Capability Statement

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: OperationDefinition GFE-retrieve

URL: [base]/Task/[id]/$gfe-retrieve

Output parameters Profile:PCT GFE Packet

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
OUTreturn1..1Bundle (PCT GFE Packet)

A GFE Packet containing the GFE Bundles of the submitted GFE Bundles by the GFE Contributors for GFE Contributor Tasks marked as completed, and GFE Missing Bundles for incomplete Tasks.


Source

{
  "resourceType": "OperationDefinition",
  "id": "GFE-retrieve",
  "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-retrieve",
  "version": "2.0.0-draft",
  "name": "GFERetrieve",
  "title": "Retrieve GFE Packet",
  "status": "active",
  "kind": "operation",
  "date": "2025-06-03T13:32:08+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 retrieve a GFE Packet containing the GFE Bundle(s) and other referenced resources based on a GFE Coordination Task. There are no input parameters and the only output is a GFE Packet.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "gfe-retrieve",
  "base": "http://hl7.org/fhir/us/davinci-pct/OperationDefinition/GFE-retrieve",
  "resource": [
    "Task"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "outputProfile": "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-packet",
  "parameter": [
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "A GFE Packet containing the GFE Bundles of the submitted GFE Bundles by the GFE Contributors for GFE Contributor Tasks marked as `completed`, and GFE Missing Bundles for incomplete Tasks.",
      "type": "Bundle",
      "targetProfile": [
        "http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-gfe-packet"
      ]
    }
  ]
}