This entity represents compliance reminder and followup records associated with patients. The attached contains the required format for the ICompliance.CSV with a sample record.
The Type defines how the sample file handles the data type to produce the correct delimiters for each field. Make sure to change the custom field format if any fields noted as "integer" contain alphanumeric data.
Fields
Field Name | Required | Type | Description |
SiteID |
| nvarchar(MAX) | Id of site if more than one site location is being converted |
Type | Y | nvarchar(MAX) | Reminder or Followup |
DateGiven | Y | datetime2(7) | Date the service was posted to history |
DateDue | Y | datetime2(7) | the next time the service should be scheduled |
Code | Y | nvarchar(MAX) | RemCodes Code |
CodeID | Y | nvarchar(4000) | RemCodes CodeID which should match the id in Icode |
Description | Y | nvarchar(MAX) | PMS code description typically RemCodes.Code |
PatientID | Y | nvarchar(4000) | unique Patient ID |
PmsID | Y | nvarchar(MAX) | Unique, persisting identifier for the reminder |
Sample File