{
"$result_object_key": [
{
"code": "F12.34",
"date": "2024-03-04T14:00:00Z",
"description": "Adjustment Disorder, With anxiety",
"end_date": "2025-01-02T14:00:00Z",
"note_id": "d020aecd-7005-4ef6-b467-9c715017ec17"
}
]
}
{
"$result_object_key": [
{
"code": "Code for the diagnosis",
"date": "Date when the diagnosis was made",
"description": "Description of the diagnosis",
"end_date": "End date of the diagnosis, if applicable",
"note_id": "ID of the note associated with this diagnosis"
}
]
}
Documentation for the List Diagnoses action for Intakeq
{
"$result_object_key": [
{
"code": "F12.34",
"date": "2024-03-04T14:00:00Z",
"description": "Adjustment Disorder, With anxiety",
"end_date": "2025-01-02T14:00:00Z",
"note_id": "d020aecd-7005-4ef6-b467-9c715017ec17"
}
]
}
{
"$result_object_key": [
{
"code": "Code for the diagnosis",
"date": "Date when the diagnosis was made",
"description": "Description of the diagnosis",
"end_date": "End date of the diagnosis, if applicable",
"note_id": "ID of the note associated with this diagnosis"
}
]
}
{
"$result_object_key": [
{
"code": "F12.34",
"date": "2024-03-04T14:00:00Z",
"description": "Adjustment Disorder, With anxiety",
"end_date": "2025-01-02T14:00:00Z",
"note_id": "d020aecd-7005-4ef6-b467-9c715017ec17"
}
]
}
{
"$result_object_key": [
{
"code": "Code for the diagnosis",
"date": "Date when the diagnosis was made",
"description": "Description of the diagnosis",
"end_date": "End date of the diagnosis, if applicable",
"note_id": "ID of the note associated with this diagnosis"
}
]
}
You can use the result of the action’s data as inputs to downstream workflow actions.
Each fetch action requires a result object key to be specified which will nest the action’s result data inside the downstream data context in the Workflow.
Here we demonstrate how to refer to this data using the prefix $result_object_key
.
Hide fields
Code for the diagnosis
$result_object_key[*].code
"F12.34"
Description of the diagnosis
$result_object_key[*].description
"Adjustment Disorder, With anxiety"
Date when the diagnosis was made
$result_object_key[*].date
"2024-03-04T14:00:00Z"
End date of the diagnosis, if applicable
$result_object_key[*].end_date
"2025-01-02T14:00:00Z"
ID of the note associated with this diagnosis
$result_object_key[*].note_id
"d020aecd-7005-4ef6-b467-9c715017ec17"