Ecw Fetch Patient Insurance
Perform Ecw Fetch Patient Insurance through eClinicalWorks.
ecw_fetch_patient_insurancewriteeclinicalworks
Inputs
- Patient Ids
patient_idsjsonrequiredRequired JSON value.
Outputs
insurance_by_patientInsurance By Patientfetched_countFetched Countfailed_patient_idsFailed Patient IdssuccessSuccesserrorErroroutcome_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
}