Skip to documentation
athenahealth integration

Resolve Patient Chart Context

Perform Resolve Patient Chart Context through athenahealth.

View as Markdown
athena_resolve_patient_chart_context
read

Inputs

  • patient_id
    expressionrequired
    Patient Id

    Required literal value or workflow expression.

  • department_id
    expression
    Department Id

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • patient_idPatient Id
  • chart_idChart Id
  • department_idDepartment Id
  • athenaAthena
  • errorError
  • error_messageError Message

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"
    },
    "department_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "athena": {},
    "success": {},
    "chart_id": {},
    "patient_id": {},
    "department_id": {},
    "error_message": {}
  },
  "additionalProperties": true
}
View all athenahealth actions