Skip to documentation
Bonafide integration

Get Patient Notes

Perform Get Patient Notes through Bonafide.

View as Markdown
bonafide_get_patient_notes
readbonafide

Inputs

  • customer_id
    expressionrequired
    Customer Id

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • customer_idCustomer Id
  • notesNotes
  • total_countTotal Count
  • messageMessage
  • error_messageError Message
  • 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": [
    "customer_id"
  ],
  "properties": {
    "customer_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "notes": {},
    "message": {},
    "success": {},
    "customer_id": {},
    "total_count": {},
    "error_message": {}
  },
  "additionalProperties": true
}
View all Bonafide actions