Skip to documentation
GenHealth - SWO Outreach integration

Get Ordering Provider Details

Perform Get Ordering Provider Details through GenHealth - SWO Outreach.

View as Markdown
swo_get_ordering_provider_details
readclearpathmd

Inputs

  • patient_id
    expressionrequired
    Patient Id

    Required literal value or workflow expression.

  • patient_provider_id
    expression
    Patient Provider Id

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • dataData
  • matched_in_csvMatched In Csv
  • errorError

Output schema completeness: best_effort_declared

Safety

External effect
read
Confirmation recommended
No
Retry safe
Yes
Dry run supported
No

Schemas

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

Input schema
{
  "type": "object",
  "required": [
    "patient_id"
  ],
  "properties": {
    "patient_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "patient_provider_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "data": {},
    "error": {},
    "success": {},
    "matched_in_csv": {}
  },
  "additionalProperties": true
}
View all GenHealth - SWO Outreach actions