Skip to documentation
NikoHealth integration

Tag Patient with Referral Source

Perform Tag Patient with Referral Source through NikoHealth.

View as Markdown
nikohealth_apply_referral_source_tag
writenikohealth

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • niko_patient_id
    expressionrequired
    Niko Patient Id

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • verdictVerdict
  • extracted_nameExtracted Name
  • matched_tag_nameMatched Tag Name
  • matched_tag_idMatched Tag Id
  • matched_tag_idsMatched Tag Ids
  • document_idDocument Id
  • 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": [
    "document_id",
    "niko_patient_id"
  ],
  "properties": {
    "document_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "niko_patient_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "verdict": {},
    "document_id": {},
    "extracted_name": {},
    "matched_tag_id": {},
    "matched_tag_ids": {},
    "matched_tag_name": {}
  },
  "additionalProperties": true
}
View all NikoHealth actions