Extract Ordering Facility From Document
Perform Extract Ordering Facility From Document through Tomorrow Health.
tomorrow_health_extract_ordering_facility_from_documentwrite
Inputs
- Document Id
document_idexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccessdocument_idDocument Idfacility_nameFacility Nameaddress_1Address 1cityCitystateStatepostal_codePostal Codeaddress_sourceAddress Sourcematch_address_1Match Address 1match_cityMatch Citymatch_stateMatch Statematch_postal_codeMatch Postal Codematch_address_sourceMatch Address Sourceprovider_npiProvider NpiphonePhonefaxFaxaction_requiredAction Requiredaction_required_messageAction Required Messagemissing_fieldsMissing FieldserrorError
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": [
"document_id"
],
"properties": {
"document_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"fax": {},
"city": {},
"error": {},
"phone": {},
"state": {},
"success": {},
"address_1": {},
"match_city": {},
"document_id": {},
"match_state": {},
"postal_code": {},
"provider_npi": {},
"facility_name": {},
"address_source": {},
"missing_fields": {},
"action_required": {},
"match_address_1": {},
"match_postal_code": {},
"match_address_source": {},
"action_required_message": {}
},
"additionalProperties": true
}