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.
Parameters
ID
This field maps to the destination API patient_id field.
PII
This field maps to the destination API first_name field.
PII
This field maps to the destination API last_name field.
Sex
cerbo.v1.PatientSex
required
This field maps to the destination API sex field. Allowed Enumeration Values
PII
This field maps to the destination API dob field.
{
"$result_object_key" : {
"date_of_birth" : "1990-01-01" ,
"first_name" : "John" ,
"id" : "5563" ,
"last_name" : "Doe" ,
"sex" : "F"
}
}
Result Object Description
{
"$result_object_key" : {
"date_of_birth" : "Date of Birth" ,
"first_name" : "First Name" ,
"id" : "Patient ID" ,
"last_name" : "Last Name" ,
"sex" : "Sex"
}
}
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.
Patient
Fetch Action Response Object
PII First Name$result_object_key.first_name
PII Last Name$result_object_key.last_name
PII Date of Birth$result_object_key.date_of_birth
Sex cerbo.v 1 .PatientSex.MALE
cerbo.v 1 .PatientSex.FEMALE
cerbo.v 1 .PatientSex.OTHER