Finalize Intake Documents
Perform Finalize Intake Documents through MyForms.
intake_finalize_documentswrite
Inputs
- Order Id
order_idtextOptional text value.
- Workflow Number
workflow_numbertextOptional text value.
- Patient Id
patient_idtextOptional text value.
- Patient State
patient_statetextOptional text value.
- Ordering Doctor
ordering_doctortextOptional text value.
- Dos
dostextOptional text value.
- Local Patient Id
local_patient_idtextOptional text value.
- Account Key
account_keytextOptional text value.
- Extra Params
extra_paramsjsonOptional JSON value.
- Skip Doc Creation
skip_doc_creationbooleanOptional true-or-false value.
Default:
false - Dry Run
dry_runbooleanOptional true-or-false value.
Default:
false
Outputs
deferred_faxDeferred Fax
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- Yes
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"properties": {
"dos": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"dry_run": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"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"
},
"extra_params": {
"description": "Optional JSON value.",
"x-workflow-field-type": "json"
},
"patient_state": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"ordering_doctor": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"workflow_number": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"local_patient_id": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"skip_doc_creation": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"deferred_fax": {}
},
"additionalProperties": true
}