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

Page values for "References/Patient"

From OHC Network Wiki
More languages
More actions

"Docs" values

1 row is stored for this page
FieldField typeValue
TitleStringPatient (reference)
DocTypeStringreference
DomainStringclinical
SummaryTextTechnical reference for the Patient module in Care EMR — models, fields, relationships, and save behaviour.
SidebarOrderInteger1
IntroducedInString3.0
DeprecatedInString
FHIRResourceStringPatient
ModelStringPatient
SourceFileStringcare/emr/models/patient.py
StatusStringcurrent

"ModelField" values

19 rows are stored for this page
FieldField typeValue
ModelStringPatient
SectionStringDemographics
FieldStringname
FieldTypeStringCharField(200)
NotesTextDisplay name
FieldField typeValue
ModelStringPatient
SectionStringDemographics
FieldStringgender
FieldTypeStringCharField(35)
NotesTextAdministrative gender
FieldField typeValue
ModelStringPatient
SectionStringDemographics
FieldStringdate_of_birth
FieldTypeStringDateField
NotesTextNullable; preferred when known
FieldField typeValue
ModelStringPatient
SectionStringDemographics
FieldStringyear_of_birth
FieldTypeStringIntegerField
NotesTextMin 1900; used when full DOB is unknown. Auto-set from <code>date_of_birth</code> on save
FieldField typeValue
ModelStringPatient
SectionStringDemographics
FieldStringdeceased_datetime
FieldTypeStringDateTimeField
NotesTextSet when patient is marked deceased; affects age calculation
FieldField typeValue
ModelStringPatient
SectionStringDemographics
FieldStringblood_group
FieldTypeStringCharField(16)
NotesText
FieldField typeValue
ModelStringPatient
SectionStringContact & address
FieldStringphone_number
FieldTypeStringCharField(14)
NotesTextValidated with <code>mobile_or_landline_number_validator</code>
FieldField typeValue
ModelStringPatient
SectionStringContact & address
FieldStringemergency_phone_number
FieldTypeStringCharField(14)
NotesTextSame validator
FieldField typeValue
ModelStringPatient
SectionStringContact & address
FieldStringaddress
FieldTypeStringTextField
NotesTextCurrent address
FieldField typeValue
ModelStringPatient
SectionStringContact & address
FieldStringpermanent_address
FieldTypeStringTextField
NotesText
FieldField typeValue
ModelStringPatient
SectionStringContact & address
FieldStringpincode
FieldTypeStringIntegerField
NotesTextNullable
FieldField typeValue
ModelStringPatient
SectionStringOrganization & access caches
FieldStringgeo_organization
FieldTypeStringFK → Organization
NotesTextGeographic/administrative org assignment
FieldField typeValue
ModelStringPatient
SectionStringOrganization & access caches
FieldStringorganization_cache
FieldTypeStringArrayField[int]
NotesTextRebuilt by <code>rebuild_organization_cache()</code> — includes <code>geo_organization</code> parent chain and all linked <code>PatientOrganization</code> orgs
FieldField typeValue
ModelStringPatient
SectionStringOrganization & access caches
FieldStringusers_cache
FieldTypeStringArrayField[int]
NotesTextRebuilt by <code>rebuild_users_cache()</code> — user IDs from <code>PatientUser</code> rows
FieldField typeValue
ModelStringPatient
SectionStringIdentifiers & tags
FieldStringinstance_identifiers
FieldTypeStringJSONField
NotesTextList of <code>{config, value}</code> built from <code>PatientIdentifier</code> rows (instance-scoped configs)
FieldField typeValue
ModelStringPatient
SectionStringIdentifiers & tags
FieldStringfacility_identifiers
FieldTypeStringJSONField
NotesTextDict keyed by <code>facility_id</code> → list of <code>{config, value}</code>
FieldField typeValue
ModelStringPatient
SectionStringIdentifiers & tags
FieldStringinstance_tags
FieldTypeStringArrayField[int]
NotesTextInstance-level tag IDs
FieldField typeValue
ModelStringPatient
SectionStringIdentifiers & tags
FieldStringfacility_tags
FieldTypeStringJSONField
NotesTextDict keyed by facility → tag IDs
FieldField typeValue
ModelStringPatient
SectionStringIdentifiers & tags
FieldStringextensions
FieldTypeStringJSONField
NotesTextOpen extension bag for deployment-specific metadata