Resolve Patient Chart Context
Perform Resolve Patient Chart Context through athenahealth.
athena_resolve_patient_chart_contextread
Inputs
- Patient Id
patient_idexpressionrequiredRequired literal value or workflow expression.
- Department Id
department_idexpressionOptional literal value or workflow expression.
Outputs
successSuccesspatient_idPatient Idchart_idChart Iddepartment_idDepartment IdathenaAthenaerrorErrorerror_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
}