Update Ordering Doctor Contact From Document
Perform Update Ordering Doctor Contact From Document through Brightree.
brightree_update_ordering_doctor_contact_from_documentwritebrightree
Inputs
- Document Id
document_idexpressionrequiredRequired literal value or workflow expression.
- Doctor Key
doctor_keyexpressionrequiredRequired literal value or workflow expression.
- Dry Run
dry_runbooleanOptional true-or-false value.
Default:
true
Outputs
successSuccessdocument_idDocument Iddoctor_keyDoctor Keycontact_sourceContact Sourcedry_runDry RunsavedSavedcontact_update_failedContact Update FailedskippedSkippedeligibleEligiblenpi_verifiedNpi Verifiedpecos_verifiedPecos VerifiedbeforeBeforerequestedRequestedafterAfterchangesChangesmessageMessageerrorErrorerror_messageError Message
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",
"required": [
"document_id",
"doctor_key"
],
"properties": {
"dry_run": {
"type": "boolean",
"default": true,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"doctor_key": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"document_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"after": {},
"error": {},
"saved": {},
"before": {},
"changes": {},
"dry_run": {},
"message": {},
"skipped": {},
"success": {},
"eligible": {},
"requested": {},
"doctor_key": {},
"document_id": {},
"npi_verified": {},
"error_message": {},
"contact_source": {},
"pecos_verified": {},
"contact_update_failed": {}
},
"additionalProperties": true
}