Skip to documentation
Tomorrow Health integration

Extract Ordering Facility From Document

Perform Extract Ordering Facility From Document through Tomorrow Health.

View as Markdown
tomorrow_health_extract_ordering_facility_from_document
write

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • document_idDocument Id
  • facility_nameFacility Name
  • address_1Address 1
  • cityCity
  • stateState
  • postal_codePostal Code
  • address_sourceAddress Source
  • match_address_1Match Address 1
  • match_cityMatch City
  • match_stateMatch State
  • match_postal_codeMatch Postal Code
  • match_address_sourceMatch Address Source
  • provider_npiProvider Npi
  • phonePhone
  • faxFax
  • action_requiredAction Required
  • action_required_messageAction Required Message
  • missing_fieldsMissing Fields
  • errorError

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
}
View all Tomorrow Health actions