Validate Facility Document Candidate
Perform Validate Facility Document Candidate through MyForms.
myforms_validate_facility_document_candidatewrite
Inputs
- Candidate
candidatejsonrequiredRequired JSON value.
Outputs
successSuccesseligibleEligibleskippedSkippedskip_reasonSkip Reasonorder_idOrder Idworkflow_numberWorkflow Numberworkflow_templateWorkflow Templateworkflow_template_idWorkflow Template Idworkflow_state_idWorkflow State Idworkflow_state_nameWorkflow State Namepatient_idPatient Idpatient_statePatient Statedoc_created_atDoc Created Atlocal_patient_idLocal Patient Idaccount_keyAccount Keydry_runDry RunerrorError
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",
"required": [
"candidate"
],
"properties": {
"candidate": {
"description": "Required JSON value.",
"x-workflow-field-type": "json"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"dry_run": {},
"skipped": {},
"success": {},
"eligible": {},
"order_id": {},
"patient_id": {},
"account_key": {},
"skip_reason": {},
"patient_state": {},
"doc_created_at": {},
"workflow_number": {},
"local_patient_id": {},
"workflow_state_id": {},
"workflow_template": {},
"workflow_state_name": {},
"workflow_template_id": {}
},
"additionalProperties": true
}