Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Sandbox/ModelFork/DevEntity/PatientModel/1.0.0

From OHC Network Wiki
Revision as of 10:46, 6 July 2026 by Admin (talk | contribs) (Automated edit (via create-page on MediaWiki MCP Server))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
🧊 You are viewing documentation frozen at CARE 2.0. For the latest version see Sandbox/ModelFork/DevEntity/PatientModel.
guideplatformCARE 1.0 – 2.0


⚠️ Warning
This is a frozen snapshot of the DevEntity PatientModel at version 1.0.0. The canonical (latest) version is at DevEntity PatientModel.

This is the initial release of the Patient data model by the development entity. It served as the single source of truth for all downstream forks.

Fields

Field Type Required Notes
patient_id UUID System identifier, auto-generated
first_name String(100) Patient's given name
last_name String(100) Patient's family name
date_of_birth Date ISO 8601 format (YYYY-MM-DD)
gender String(1) M / F / O — removed in v2.0.0
phone String(20) Optional in v1.0.0 — upgraded to required in v2.0.0
email String(254)
address Text Free-text address

Version history

Version Changes
1.0.0 Initial release — 8 fields
2.0.0 Removed gender, added blood_type + preferred_language, phone → required