Match Order Products
Perform Match Order Products through NikoHealth.
nikohealth_match_order_productsreadnikohealth
Inputs
- Document Id
document_idexpressionrequiredRequired literal value or workflow expression.
- Patient Id
patient_idexpressionOptional literal value or workflow expression.
Outputs
successSuccessmatchesMatcheshas_ambiguousHas Ambiguoushas_genericHas Genericpreview_textPreview Textfailure_categoryFailure Categoryreview_reasonReview ReasonmessageMessageerrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- read
- Confirmation recommended
- No
- Retry safe
- Yes
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"document_id"
],
"properties": {
"patient_id": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"document_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"matches": {},
"message": {},
"success": {},
"has_generic": {},
"preview_text": {},
"has_ambiguous": {},
"review_reason": {},
"failure_category": {}
},
"additionalProperties": true
}