Intake Precheck
Perform Intake Precheck through GenHealth.
intake_precheckwrite
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
order_idOrder Idpatient_idPatient Idpatient_statePatient Statebrightree_testBrightree TestsuccessSuccessdelivery_addressDelivery Addressnote_facility_nameNote Facility Namenote_facility_updatesNote Facility Updatesnote_indicates_private_residenceNote Indicates Private ResidencedosDosworkflow_numberWorkflow Numberskip_doc_creationSkip Doc Creation
Output schema completeness: best_effort_declared
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": {
"dos": {},
"success": {},
"order_id": {},
"patient_id": {},
"patient_state": {},
"brightree_test": {},
"workflow_number": {},
"delivery_address": {},
"skip_doc_creation": {},
"note_facility_name": {},
"note_facility_updates": {},
"note_indicates_private_residence": {}
},
"additionalProperties": true
}