{ "$result_object_key": { "credentials": "Physician's credentials, qualifications or post-nominals", "email_address": "Physician's email address", "first_name": "Physician's first name, given name, or forename.", "id": "Unique identifier for the physician in the Elation system.", "is_active": "Flag indicating whether the physician is active.", "last_name": "Physician's last name, family name, or surname.", "license": "Physician's license", "license_state": "Physician's license state", "npi": "Physician's NPI", "practice_id": "Practice ID in Elation", "specialty": "Medical specialty", "user_id": "User ID in the Elation system." }}
v1
Get Physician
Documentation for the Get Physician action for Elation
{ "$result_object_key": { "credentials": "Physician's credentials, qualifications or post-nominals", "email_address": "Physician's email address", "first_name": "Physician's first name, given name, or forename.", "id": "Unique identifier for the physician in the Elation system.", "is_active": "Flag indicating whether the physician is active.", "last_name": "Physician's last name, family name, or surname.", "license": "Physician's license", "license_state": "Physician's license state", "npi": "Physician's NPI", "practice_id": "Practice ID in Elation", "specialty": "Medical specialty", "user_id": "User ID in the Elation system." }}
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.