Skip to documentation
Parachute Health integration

Save Patient, Insurance, and Order Details to GenHealth

Perform Save Patient, Insurance, and Order Details to GenHealth through Parachute Health.

View as Markdown
parachute_seed_structured_intake_data
write

Inputs

  • order_id
    expressionrequired
    Order Id

    Required literal value or workflow expression.

  • supplier_id
    expression
    Supplier Id

    Optional literal value or workflow expression.

  • order_details
    expressionrequired
    Order Details

    Required literal value or workflow expression.

  • primary_insurance_carrier_id_override
    expression
    Primary Insurance Carrier Id Override

    Optional literal value or workflow expression.

  • expected_niko_payer_id
    expression
    Expected Niko Payer Id

    Optional literal value or workflow expression.

  • include_secondary_phone
    boolean
    Include Secondary Phone

    Optional true-or-false value.

    Default: false

Outputs

  • successSuccess
  • source_fingerprintSource Fingerprint
  • document_idDocument Id
  • order_idOrder Id
  • supplier_idSupplier Id
  • patient_idPatient Id
  • insurance_idInsurance Id
  • primary_insurance_policy_idPrimary Insurance Policy Id
  • secondary_insurance_policy_idSecondary Insurance Policy Id
  • insurance_policy_idsInsurance Policy Ids
  • diagnosis_countDiagnosis Count
  • order_item_idOrder Item Id
  • seeded_fieldsSeeded Fields
  • warningsWarnings
  • 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": [
    "order_id",
    "order_details"
  ],
  "properties": {
    "order_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "supplier_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "order_details": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "expected_niko_payer_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "include_secondary_phone": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "primary_insurance_carrier_id_override": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "order_id": {},
    "warnings": {},
    "patient_id": {},
    "document_id": {},
    "supplier_id": {},
    "insurance_id": {},
    "order_item_id": {},
    "seeded_fields": {},
    "diagnosis_count": {},
    "source_fingerprint": {},
    "insurance_policy_ids": {},
    "primary_insurance_policy_id": {},
    "secondary_insurance_policy_id": {}
  },
  "additionalProperties": true
}
View all Parachute Health actions