Skip to documentation
Consignment Intake integration

Prepare Consignment Order Duplicate Check

Perform Prepare Consignment Order Duplicate Check through Consignment Intake.

View as Markdown
prepare_consignment_order_duplicate_check
write

Inputs

  • packet_context
    jsonrequired
    Packet Context

    Required JSON value.

  • as_of_date
    daterequired
    As Of Date

    Required date in YYYY-MM-DD format.

  • billing_location_ids
    jsonrequired
    Billing Location Ids

    Required JSON value.

  • order_defaults
    jsonrequired
    Order Defaults

    Required JSON value.

  • semantic_items
    jsonrequired
    Semantic Items

    Required JSON value.

Outputs

  • successSuccess
  • ready_for_duplicate_checkReady For Duplicate Check
  • review_requiredReview Required
  • review_reasonReview Reason
  • review_reasonsReview Reasons
  • idempotency_keyIdempotency Key
  • date_of_service_fromDate Of Service From
  • date_of_service_toDate Of Service To
  • locationLocation
  • diagnosis_codesDiagnosis Codes
  • physician_idPhysician Id
  • physicianPhysician
  • referral_source_idReferral Source Id
  • referral_sourceReferral Source
  • psr_idPsr Id
  • sales_rep_idSales Rep Id
  • sales_repSales Rep
  • warehouseWarehouse
  • place_of_servicePlace Of Service
  • signatureSignature
  • rendering_provider_idRendering Provider Id
  • rendering_providerRendering Provider
  • semantic_itemsSemantic Items
  • errorError
  • error_kindError Kind

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": [
    "packet_context",
    "as_of_date",
    "billing_location_ids",
    "order_defaults",
    "semantic_items"
  ],
  "properties": {
    "as_of_date": {
      "type": "string",
      "format": "date",
      "description": "Required date in YYYY-MM-DD format.",
      "x-workflow-field-type": "date"
    },
    "order_defaults": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "packet_context": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "semantic_items": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "billing_location_ids": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "psr_id": {},
    "success": {},
    "location": {},
    "physician": {},
    "sales_rep": {},
    "signature": {},
    "warehouse": {},
    "error_kind": {},
    "physician_id": {},
    "sales_rep_id": {},
    "review_reason": {},
    "review_reasons": {},
    "semantic_items": {},
    "diagnosis_codes": {},
    "idempotency_key": {},
    "referral_source": {},
    "review_required": {},
    "place_of_service": {},
    "date_of_service_to": {},
    "referral_source_id": {},
    "rendering_provider": {},
    "date_of_service_from": {},
    "rendering_provider_id": {},
    "ready_for_duplicate_check": {}
  },
  "additionalProperties": true
}
View all Consignment Intake actions