Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.morf.health/docs/llms.txt

Use this file to discover all available pages before exploring further.

images/elation.svg

Parameters

Action
Parameters
{
  "$result_object_key": [
    {
      "created_at": "2021-06-15T14:30:00Z",
      "id": "123456789",
      "name": "Peanuts",
      "patient_id": "64184451073",
      "reaction": "Hives",
      "severity": "SEVERITY_MODERATE",
      "start_date": "2020-05-20"
    }
  ]
}
{
  "$result_object_key": [
    {
      "created_at": "Timestamp when the allergy record was created.",
      "id": "Unique identifier for the allergy record.",
      "name": "Name of the allergen.",
      "patient_id": "ID of the patient this allergy belongs to.",
      "reaction": "Description of the allergic reaction.",
      "severity": "Severity of the allergic reaction.",
      "start_date": "The date of onset for the allergy."
    }
  ]
}

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