CMS Order & Referring NPI Lookup
Perform CMS Order & Referring NPI Lookup through GenHealth.
cms_order_referring_lookupwrite
Inputs
- Npi
npiexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccessfoundFoundnpiNpilast_nameLast Namefirst_nameFirst NamepartbPartbdmeDmehhaHhapmdPmdhospiceHospiceerrorError
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
}