Skip to documentation
NikoHealth integration

Get Prescriptions

Perform Get Prescriptions through NikoHealth.

View as Markdown
nikohealth_get_prescriptions
readnikohealth

Inputs

  • patient_id
    textrequired
    Patient Id

    Required text value.

Outputs

  • successSuccess
  • prescriptionsPrescriptions
  • countCount
  • 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": [
    "patient_id"
  ],
  "properties": {
    "patient_id": {
      "type": "string",
      "description": "Required text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "count": {},
    "error": {},
    "success": {},
    "prescriptions": {}
  },
  "additionalProperties": true
}
View all NikoHealth actions