Prepare Precheck Context
Perform Prepare Precheck Context through GenHealth.
intake_prepare_precheck_contextwrite
Inputs
- Order Id
order_idtextOptional text value.
- Workflow Number
workflow_numbertextOptional text value.
- Patient Id
patient_idtextOptional text value.
- Account Key
account_keytextOptional text value.
- Brightree Test
brightree_testbooleanOptional true-or-false value.
Default:
false - Test Patient Id
test_patient_idtextOptional text value.
- Test Patient State
test_patient_statetextOptional text value.
Outputs
No named outputs are declared for this action.
Output schema completeness: unknown
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"properties": {
"order_id": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"patient_id": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"account_key": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"brightree_test": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"test_patient_id": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"workflow_number": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"test_patient_state": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {},
"additionalProperties": true
}