Prepare Consignment Order Duplicate Check
Perform Prepare Consignment Order Duplicate Check through Consignment Intake.
prepare_consignment_order_duplicate_checkwrite
Inputs
- Packet Context
packet_contextjsonrequiredRequired JSON value.
- As Of Date
as_of_datedaterequiredRequired date in YYYY-MM-DD format.
- Billing Location Ids
billing_location_idsjsonrequiredRequired JSON value.
- Order Defaults
order_defaultsjsonrequiredRequired JSON value.
- Semantic Items
semantic_itemsjsonrequiredRequired JSON value.
Outputs
successSuccessready_for_duplicate_checkReady For Duplicate Checkreview_requiredReview Requiredreview_reasonReview Reasonreview_reasonsReview Reasonsidempotency_keyIdempotency Keydate_of_service_fromDate Of Service Fromdate_of_service_toDate Of Service TolocationLocationdiagnosis_codesDiagnosis Codesphysician_idPhysician IdphysicianPhysicianreferral_source_idReferral Source Idreferral_sourceReferral Sourcepsr_idPsr Idsales_rep_idSales Rep Idsales_repSales RepwarehouseWarehouseplace_of_servicePlace Of ServicesignatureSignaturerendering_provider_idRendering Provider Idrendering_providerRendering Providersemantic_itemsSemantic ItemserrorErrorerror_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
}