Skip to documentation
GenHealth integration

CMS Order & Referring NPI Lookup

Perform CMS Order & Referring NPI Lookup through GenHealth.

View as Markdown
cms_order_referring_lookup
write

Inputs

  • npi
    expressionrequired
    Npi

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • foundFound
  • npiNpi
  • last_nameLast Name
  • first_nameFirst Name
  • partbPartb
  • dmeDme
  • hhaHha
  • pmdPmd
  • hospiceHospice
  • errorError

Output schema completeness: best_effort_declared

Safety

External effect
write
Confirmation recommended
No
Retry safe
No
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "required": [
    "npi"
  ],
  "properties": {
    "npi": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "dme": {},
    "hha": {},
    "npi": {},
    "pmd": {},
    "error": {},
    "found": {},
    "partb": {},
    "hospice": {},
    "success": {},
    "last_name": {},
    "first_name": {}
  },
  "additionalProperties": true
}
View all GenHealth actions