Skip to documentation
eClinicalWorks integration

ECW Resolve Patient

Perform ECW Resolve Patient through eClinicalWorks.

View as Markdown
ecw_resolve_patient
readeclinicalworks

Inputs

  • patient_id
    text
    Patient Id

    Optional text value.

  • acc_no
    text
    Acc No

    Optional text value.

  • first_name
    text
    First Name

    Optional text value.

  • last_name
    text
    Last Name

    Optional text value.

  • dob_mmddyyyy
    text
    Dob Mmddyyyy

    Optional text value.

  • max_count
    number
    Max Count

    Optional numeric value.

    Default: 15

Outputs

  • successSuccess
  • resultResult
  • 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",
  "properties": {
    "acc_no": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "last_name": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "max_count": {
      "type": "number",
      "default": 15,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "first_name": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "patient_id": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    },
    "dob_mmddyyyy": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "result": {},
    "success": {}
  },
  "additionalProperties": true
}
View all eClinicalWorks actions