Frappe Health - Revision: 22736fb9a8

Create Wiki Page

Restore Revision

akash@earthianslive.com edited on Oct 27, 2023, 7:43:46 PM

@@ -0,0 +1,52 @@
+You can pre-configure Observation Category, Permitted Data Type, Reference Ranges etc.., so that you don't have to fill in redundant data every single time.
+
+## 1. How to create an Observation Template
+
+To create a Observation Template, go to:
+
+> Home > Healthcare > Laboratory > Observation Template > New Observation Template
+
+The following are the common fields in the Template of every result format:
+
+1. **Observation**: Specify the name of the Observation Template.
+2. **Observation Category**: For classifying observations into different categories
+3. **Preferred Display Name**: For every observation template there would be a display name to  enhance the readability and relevance of the diagnostic reports generated.
+4. **Medical Department**: Medical department for which this Observation Template is created.
+5. **Description**: This allows you to provide detailed information about the specific observation being recorded. 
+6. **Service Unit Type**: It refers to the categorization of healthcare services provided within a healthcare organization. 
+7. **Result Options**: It mentions the various outcomes or results that can be recorded for a specific observation or test within the system.
+8. **Permitted Data Type**: The specific type of data that is allowed for a particular field or attribute within the system. It defines the format or nature of the data that can be entered into a field, ensuring consistency, accuracy, and validity of the information stored in the database.
+9. **Reference Ranges**: The reference range is used to add conditional references, such as by sex, age, or type.
+This will be visible in the Diagnostic Report[Link to Diagnostic Report] with matching those conditions from Patient demographics.
+10. **Conditions - Diagnosis**: To group Observation Template by diagnosis
+
+
+## 2. Features
+
+### 2.1 Automatic Item Creation for Templates
+
+Templates allow you to manage the billable item, rate, etc. for a particular Observation. The system automatically creates an Item and Item Price to the template when it is saved if the template is billable and rate is entered respectively.
+
+### 2.3 Medical Coding
+
+You can also configure the Medical Code Standard and Medical Code for your templates in the Medical Coding section.
+
+<img class="screenshot" alt="ERPNext Healthcare Medication" src="/files/observation_medical_code.png">
+
+### 2.4 Configure Sample Collection
+
+You can configure the Sample that has to be collected while creating the Observation. Check the Sample Collection Required, set the Lab Test Sample, UOM, Container Closure Color and quantity required.
+
+<img class="screenshot" alt="ERPNext Healthcare Medication" src="/files/observation_sample.png">
+
+### 2.4 Grouped Observation
+
+For Grouped Observations, create an Observation Template  with ‘Has Component’ checked and then individual Templates can be added into the ‘Observation Component’ table.
+
+<img class="screenshot" alt="ERPNext Healthcare Medication" src="/files/observation_has_component.png">
+
+## 3. Related Topics
+
+1. [Observation](/docs/…..)
+1. [Sample Collection](/docs/v15/user/manual/en/healthcare/sample_collection)
+