Skip to documentation
eClinicalWorks integration

Ecw Fetch Patient Insurance

Perform Ecw Fetch Patient Insurance through eClinicalWorks.

View as Markdown
ecw_fetch_patient_insurance
writeeclinicalworks

Inputs

  • patient_ids
    jsonrequired
    Patient Ids

    Required JSON value.

Outputs

  • insurance_by_patientInsurance By Patient
  • fetched_countFetched Count
  • failed_patient_idsFailed Patient Ids
  • successSuccess
  • errorError
  • outcome_categoryOutcome Category

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_ids"
  ],
  "properties": {
    "patient_ids": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "fetched_count": {},
    "outcome_category": {},
    "failed_patient_ids": {},
    "insurance_by_patient": {}
  },
  "additionalProperties": true
}
View all eClinicalWorks actions