Patient Health Data

Entity Types
Custom Entity Extended Entity
Field Types
Custom Field, Default Field, Foreign Key (Lookup)
List of Ailments
Custom
| Field | Dynamics Datatype | Description | 
|---|---|---|
| Date of Onset | Date | When the disease began | 
| Current Medication | Single line of text | Name of current medication | 
| Medication Dosage | Whole number | Dosage of medication | 
| Medication Unit of Measure | Single line of text | Unit the dosage is measured in | 
| Medication Frequency | Single line of text | How frequently the medication is taken | 
| Disease Classification ID | Lookup | Disease classification foreign key | 
| Patient ID | Lookup | Patient foreign key | 
Disease Classification
Custom
| Field | Dynamics Datatype | Description | 
|---|---|---|
| ID | Primary key | Disease Classification ID | 
| ICD-10 Code | Single line of text | Standardized code for disease classification | 
| Short Name | Single line of text | Short, common name for the disease | 
| Long Name | Single line of text | Long, descriptive name for the disease | 
| Affected System | Option set | Immune system, cardiovascular system, etc. | 
Patient
Contact
| Field | Dynamics Datatype | Description | 
|---|---|---|
| ID | Primary key | Patient ID | 
| First Name | Single line of text | Patient first name | 
| Last Name | Single line of text | Patient last name | 
| Gender | Option set | Patient gender | 
| Address | Single line of text | Patient address | 
| Patient email address | ||
| Phone | Phone | Patient phone number | 
| Birth Date | Date Only | Patient birth date | 
| Contact Type | Option set | Patient & optionally, insurance agent | 
| Age | Calculated field (cur date - birth date) | Patient age | 
| Height | Whole number | Patient height (cm) | 
| Weight | Float | Patient weight (kg) | 
| Body Mass Index | Calculated field ((weight / height^2)*10,000) | Patient BMI (unitless) | 
| Insurance Plan ID | Lookup | Insurance plan foreign key |