Skip to documentation
ClearPathMD integration

Link Provider

Perform Link Provider through ClearPathMD.

View as Markdown
clearpath_link_provider
writeclearpathmd

Inputs

  • patient_id
    expressionrequired
    Patient Id

    Required literal value or workflow expression.

  • npi
    textrequired
    Npi

    Required text value.

Outputs

  • successSuccess
  • 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": [
    "patient_id",
    "npi"
  ],
  "properties": {
    "npi": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    },
    "patient_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {}
  },
  "additionalProperties": true
}
View all ClearPathMD actions