Patient Template
The patient template allows you to define how a patient should be represented in the system. The patient template is very important as it defines the observations (e.g., biomarker measurements) available for the patient. The BioT platform allows the assignment of multiple observations to a single patient. These observations may be received from several different devices or entered manually by a physician.
The Patient template is comprised of the following major parts:
- General fields – Allow you to define the patient attributes.
- Observation fields – Allow you to define the type of observations the system should keep for a patient.
Both template parts are fully customizable, allow you to add attributes as well as observations, and adhere to the no-code approach as any other template.
For additional information on the different field types, see Attribute Types.
Built in Attributes for General Fields
Field | Description | Field Type | Required (R) / Optional (O) |
---|---|---|---|
Name | Patient name. | Label | R |
Description | A short description to be entered for a new patient. | Paragraph | O |
Email address of the patient. | R | ||
Caregiver | The caregiver associated with the patient. | Entity | R |
Date of birth | Date of birth for the patient. | Date time | R |
Phone | Patient’s phone number. | Phone | O |
Additional Phone | Additional phone number. | Phone | O |
Locale | Locale | Locale | O |
National ID | Unique id of the patient in the system (If you're in the US you may rename this field to be Social security number). | Label | R |
Locale | Locale | Locale | O |
Owner organization | Reference to the owner organization managing the patient. | Entity | R |
Creation time | Time the patient was created. | Date time | O |
Last modified time | Last time modifications to the patient definitions where done. | Date time | O |
Enabled | Whether the patient is enabled (active) or disabled (can't login). | Boolean | O |
Gender | Gender | Single select | O |
Address | Patient’s address. | Address | O |
Customizable Patient Attributes
Action | Description | Field Type |
---|---|---|
Add Name | The new name of the custom field to be added. | Label |
Assign Format | The type of value format this field should hold. | Label Paragraph Integer Decimal Boolean Single Select Multi Select Address Name Phone Date Time Date Entity Timezone Locale |
Set DEV name | The name of the field in the JSON message format that corresponds with this field in BioT APIs. | N/A |
Assign mandatory | Indicates whether the field is required or not. | N/A |
Set value range | For integer or decimal observations it is possible to define the value ranges of what is technically acceptable by the system, and what is the normal range of the values for this type of observation. | Min value and max value |
Set unit | It is possible to define for any numeric attribute what is the unit that should be used (for example Fahrenheit or Celsius). | Label |
Assign PHI | Indicates whether the field carries personal health information. | Flag |
For more information on the Patient Template, see Editing the Patient Template.
Updated 11 months ago