For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
/
2k
Sponsor

Medical Intake Form

Printable patient intake and registration form with personal, insurance, medical history, and consent sections.

Installation

$ pnpm dlx shadcn@latest add @pdfcn/takumi/medical-intake-form

Usage

import { MedicalIntakeFormDocument } from "@/components/pdf/blocks/medical-intake-form/medical-intake-form";
<MedicalIntakeFormDocument
  clinicName="Sunrise Family Medicine"
  clinicAddress="200 Health Plaza, Denver, CO 80202"
  clinicPhone="(303) 555-0180"
  accentColor="#0d9488"
/>

Sections

Every section is rendered by default and can be hidden by setting its prop to false.

<MedicalIntakeFormDocument
  clinicName="Sunrise Family Medicine"
  personalInfo
  emergencyContact
  insurance
  medicalHistory
  medications
  allergies
  reasonForVisit
  consent
/>
PropSection
personalInfoName, date of birth, gender, phone, email, and address fields
emergencyContactContact name, relationship, and phone fields
insuranceProvider, policy, group, and subscriber fields
medicalHistoryCondition checklist with allergy and medication prompts
medicationsMedication, dosage, frequency, and prescribing doctor table
allergiesAllergen, reaction, and severity table
reasonForVisitFree-text area for symptoms and reason for the visit
consentHIPAA authorization, treatment consent, and signature lines

Props

PropTypeDescription
clinicNamestringClinic name shown in the header and consent text
clinicLogostringOptional logo image source
clinicAddressstringAddress shown in the header and footer
clinicPhonestringPhone number shown in the header and footer
accentColorstringTheme token or CSS color used for section rules and accents
themePdfcnThemeTheme override for the whole document