This entity represents patient identifiers such as microchip numbers and rabies tags. The attached contains the required format for the IPatientIdentifier.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 

PatientID 

Y 

nvarchar(4000) 

PatientID concatenated with |Patient. Example: 1234|Patient 

Type 

Y 

nvarchar(MAX) 

Microchip or RabiesTag 

SubType 

 

nvarchar(MAX) 

 

Description 

Y 

nvarchar(MAX) 

Value of the tag or chip 

DatePerformed 

 

datetime2(7) 

 

ExpirationDate 

 

datetime2(7) 

 

Manufacturer 

 

nvarchar(MAX) 

 

Lot 

 

nvarchar(MAX) 

 

Brand 

 

nvarchar(MAX) 

 

Key 

 

nvarchar(4000) 

unique id for the record.  This needs to be the same between trial and final 

PmsID 

 

nvarchar(MAX) 

The can be the same as the key. 


Sample File