Request a medical chronology (contact request, no records)
request_chronologySends Zicron a request to prepare a medical chronology for a case, on behalf of the attorney, legal nurse consultant or paralegal you are helping. It creates a contact request only: nothing is ordered or charged, and a person at Zicron replies by email within one business day with a firm quote and a secure upload link for the records. NEVER include medical records, patient names, dates of birth, record numbers, diagnoses or any other patient information; describe the case only by type, rough page count and deadline. Requests that look like they contain patient information are rejected. Only call this after the user has asked for it and agreed that Zicron may email them, then set confirmed_by_user=true. Use dry_run=true to validate the fields and see the quote without sending anything. Retrying with the same details (or the same idempotency_key) returns the original request instead of creating a duplicate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Optional short note about the case in general terms (e.g. "two hospitals and a rehab facility, need it before a mediation"). Max 500 characters. No patient names, dates of birth, diagnoses or record content. | |
| phone | No | Requester's phone number (optional). | |
| dry_run | No | If true, validate and return the estimate without sending the request. | |
| deadline | No | When the chronology is needed back, YYYY-MM-DD (optional). | |
| case_type | Yes | Type of case the chronology is for. | |
| firm_name | No | Law firm or LNC business name (optional). | |
| agent_name | No | Name of the AI assistant or agent making this request (e.g. "Claude", "ChatGPT"). Optional. | |
| is_first_case | No | Whether this is the requester's first case with Zicron (half price). Defaults to true. | |
| requester_name | Yes | Name of the attorney, LNC or staff member Zicron should reply to. Not the patient. | |
| requester_role | Yes | The requester's role. | |
| estimated_pages | No | Approximate total page count of the records (optional; used for the estimate). | |
| idempotency_key | No | Optional key; repeating a call with the same key and details returns the original request. | |
| requester_email | Yes | Email address Zicron should reply to with the quote and secure upload link. | |
| confirmed_by_user | Yes | Must be true: set only after the person you act for has asked for this and agreed Zicron may email them. Not required when dry_run is true. |