Read Patient Case
Perform Read Patient Case through athenahealth.
athena_read_patient_caseread
Inputs
- Document Id
document_idexpressionrequiredRequired literal value or workflow expression.
- Patient Id
patient_idexpressionOptional literal value or workflow expression.
- Chart Id
chart_idexpressionOptional literal value or workflow expression.
Outputs
successSuccessdocument_idDocument Iddocument_classDocument Classpatient_idPatient Idchart_idChart IdathenaAthenastatusStatusassigned_toAssigned TosubjectSubjectprovider_note_presentProvider Note Presentprovider_note_lengthProvider Note Lengthprovider_note_has_genhealth_signatureProvider Note Has Genhealth Signaturepatient_id_matchesPatient Id Matcheschart_id_matchesChart Id MatcheserrorErrorerror_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
}