Skip to documentation
athenahealth integration

Read Patient Case

Perform Read Patient Case through athenahealth.

View as Markdown
athena_read_patient_case
read

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • patient_id
    expression
    Patient Id

    Optional literal value or workflow expression.

  • chart_id
    expression
    Chart Id

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • document_idDocument Id
  • document_classDocument Class
  • patient_idPatient Id
  • chart_idChart Id
  • athenaAthena
  • statusStatus
  • assigned_toAssigned To
  • subjectSubject
  • provider_note_presentProvider Note Present
  • provider_note_lengthProvider Note Length
  • provider_note_has_genhealth_signatureProvider Note Has Genhealth Signature
  • patient_id_matchesPatient Id Matches
  • chart_id_matchesChart Id Matches
  • 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": [
    "document_id"
  ],
  "properties": {
    "chart_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "patient_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "document_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "athena": {},
    "status": {},
    "subject": {},
    "success": {},
    "chart_id": {},
    "patient_id": {},
    "assigned_to": {},
    "document_id": {},
    "error_message": {},
    "document_class": {},
    "chart_id_matches": {},
    "patient_id_matches": {},
    "provider_note_length": {},
    "provider_note_present": {},
    "provider_note_has_genhealth_signature": {}
  },
  "additionalProperties": true
}
View all athenahealth actions