Skip to main content
images/elation.svg

Parameters

Action
Parameters
{
  "$result_object_key": [
    {
      "id": "123456789",
      "is_inactive": false,
      "name": "Penicillin",
      "patient_id": "64184451073",
      "reaction": "Rash",
      "severity": "SEVERITY_MILD",
      "start_date": "2023-01-15"
    }
  ]
}
{
  "$result_object_key": [
    {
      "id": "Unique identifier for the drug intolerance record.",
      "is_inactive": "Indicates if the drug intolerance is currently inactive.",
      "name": "Name of the drug that causes the intolerance.",
      "patient_id": "ID of the patient this drug intolerance belongs to.",
      "reaction": "Description of the reaction experienced.",
      "severity": "Severity of the intolerance reaction.",
      "start_date": "The date of onset for the drug intolerance."
    }
  ]
}

Result Object Field Details

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.
[]DrugIntolerance
Fetch Action Response Object