This entity represents the professional services categories (profit centers) configured for the practice. This is accomplished in three separate CSV files representing services, inventory and diagnostics, The attached files contains the required format for the ServiceCats.CSV, InvCats.CSV and DiagCats.CSV files with sample records.
The Type defines how the sample file handles the CSV data type to produce the double quote delimiters for each field. Make sure to change the custom field format if any if the fields noted as “integer” contain alphanumeric data.
ServiceCats
Fields:
Field Name | Type | Required | Description |
Code | “string’ | R | Unique code for the category example – “X-ray” |
Description | “string” | R | Category description - example - “Radiology” |
InvCats
Fields:
Field Name | Type | Required | Description |
Code | “string’ | R | Unique code for the category example – “Meds” |
Description | “string” | R | Category description - example - “FDA Prescription Medications” |
DiagCats
Fields:
Field Name | Type | Required | Description |
Code | “string’ | R | Unique code for the category example – “Dx03020” |
Description | “string” | R | Category description - example - “Asthma” |