This page is part of the Da Vinci Patient Cost Transparency Implementation Guide (v0.1.0: STU 1 Draft) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "OperationDefinition",
"id" : "GFE-submit",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>GFESubmit</h2><p>OPERATION: GFESubmit</p><p>The official URL for this operation definition is: </p><pre>http://hl7.org/fhir/us/davinci-pct/OperationDefinition/GFE-submit</pre><p>URL: [base]/Claim/$gfe-submit</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</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>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>A Bundle containing a single or multiple GFE resources plus referenced resources.</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>A Bundle containing a single AEOB resource plus referenced resources.</p>\n</div></td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/davinci-pct/OperationDefinition/GFE-submit",
"version" : "0.1.0",
"name" : "GFESubmit",
"title" : "Submit a GFE resource for the creation of an AEOB",
"status" : "draft",
"kind" : "operation",
"date" : "2021-12-04T21:54:35+00:00",
"publisher" : "HL7 International - Financial Management Work Group",
"contact" : [
{
"name" : "HL7 International - Financial Management Work Group",
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/Special/committees/fm"
},
{
"system" : "email",
"value" : "fmlists@lists.hl7.org"
}
]
},
{
"name" : "TBD",
"telecom" : [
{
"system" : "email",
"value" : "mailto:TBD@exmple.org"
}
]
}
],
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"code" : "gfe-submit",
"base" : "http://hl7.org/fhir/us/davinci-pct/OperationDefinition/GFE-submit",
"resource" : [
"Claim"
],
"system" : false,
"type" : true,
"instance" : false,
"parameter" : [
{
"name" : "resource",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "A Bundle containing a single or multiple GFE resources plus referenced resources.",
"type" : "Bundle"
},
{
"name" : "return",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "A Bundle containing a single AEOB resource plus referenced resources.",
"type" : "Bundle"
}
]
}