PatientData
ThePatientData model contains essential demographic and identification information for a patient in the MedMitra system.
Fields
Patient’s full legal name
Patient’s current age in years
Patient’s gender identity or biological sex
Example
Usage in Other Models
ThePatientData model is embedded in several other data structures:
- CaseInput: Contains patient data as part of the complete case information
- CaseSummary: Includes patient context for reference in the summary
Validation Rules
- name: Required string field, cannot be empty
- age: Required integer field, must be a valid positive integer
- gender: Required string field, typically values like “Male”, “Female”, “Other”, etc.
Example Usage in Case Context
Related Models
- Case Model - Complete case data structure that includes patient information
- Insights Model - Medical insights that reference patient data through case summary
