Parameters
{
"properties": {
"annual_income": {
"description": "assistance: annual income (FPL math)",
"required": false,
"type": "number",
"x-parameter-location": "query"
},
"balance_billed": {
"description": "surprise: balance-billed amount",
"required": false,
"type": "number",
"x-parameter-location": "query"
},
"bill_date": {
"description": "gfe: bill date (120-day window)",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"billed_amount": {
"description": "gfe: the bill",
"required": false,
"type": "number",
"x-parameter-location": "query"
},
"check": {
"description": "Which check to run",
"enum": [
"surprise",
"gfe",
"assistance",
"appeal",
"msn"
],
"required": true,
"type": "string",
"x-parameter-location": "query"
},
"claim_type": {
"description": "appeal: claim type (decision windows differ)",
"enum": [
"urgent",
"pre_service",
"post_service"
],
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"consent_signed": {
"description": "surprise: did you sign a notice-and-consent form",
"required": false,
"type": "boolean",
"x-parameter-location": "query"
},
"denial_date": {
"description": "appeal: denial notice date",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"final_denial_date": {
"description": "appeal: final internal denial (external-review window)",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"first_statement_date": {
"description": "assistance: first post-discharge statement (ECA/application windows)",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"gfe_amount": {
"description": "gfe: the estimate",
"required": false,
"type": "number",
"x-parameter-location": "query"
},
"household_size": {
"description": "assistance: household size (FPL math)",
"required": false,
"type": "number",
"x-parameter-location": "query"
},
"msn_date": {
"description": "msn: Medicare Summary Notice date",
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"nonprofit": {
"description": "assistance: is the hospital nonprofit",
"required": false,
"type": "boolean",
"x-parameter-location": "query"
},
"plan_type": {
"description": "surprise: plan funding (ERISA nuance changes the enforcement route)",
"enum": [
"employer_self_funded",
"employer_insured",
"marketplace",
"medicare",
"medicaid",
"uninsured",
"unknown"
],
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"scenario": {
"description": "surprise: what happened",
"enum": [
"emergency",
"oon_at_in_network",
"air_ambulance",
"ground_ambulance"
],
"required": false,
"type": "string",
"x-parameter-location": "query"
},
"service_role": {
"description": "surprise: clinician role (never-waivable ancillary detection)",
"required": false,
"type": "string",
"x-parameter-location": "query"
}
},
"required": [
"check"
],
"type": "object"
}