Skip to documentation
NikoHealth integration

Match Order Products

Perform Match Order Products through NikoHealth.

View as Markdown
nikohealth_match_order_products
readnikohealth

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • patient_id
    expression
    Patient Id

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • matchesMatches
  • has_ambiguousHas Ambiguous
  • has_genericHas Generic
  • preview_textPreview Text
  • failure_categoryFailure Category
  • review_reasonReview Reason
  • messageMessage
  • errorError

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