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:47, 6 July 2026 by Admin (talk | contribs) (Automated edit (via update-page on MediaWiki MCP Server))
🧊 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 Notes
patient_id UUID Required — system identifier, auto-generated
first_name String(100) Required — patient's given name
last_name String(100) Required — patient's family name
date_of_birth Date Required — ISO 8601 format (YYYY-MM-DD)
gender String(1) Optional — 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) Optional
address Text Optional — 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