PDF templates / Healthcare

Visit Summary Template

A clinical note: three-cell identity head, stacked reason/plan, amber under the visit date.

HealthcareLettervisit-summaryvisitclinicalpatientplan

Clone this layout in the dashboard to get an account-owned draft you can edit and publish. After publish, send your slug or UUID as templateId with JSON templateData.

Sample templateData

JSON
{
  "patient": {
    "name": "Elise Maren",
    "dob": "1990-07-14",
    "mrn": "MRN-104281"
  },
  "visitOn": "2026-08-21",
  "clinician": "Dr. Lane Cho",
  "facility": "Hudson Family Clinic",
  "reason": "Persistent dry cough with mild fatigue over seven days.",
  "plan": "Supportive care, hydration, and follow-up in one week if symptoms persist. Return sooner for fever or shortness of breath."
}

Clone from the gallery

POST /v1/templates
curl https://api.relaypdf.com/v1/templates \
  -H "Authorization: Bearer pdf_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Visit Summary Template",
    "galleryId": "visit-summary"
  }'