importPerson

importPerson

The importPerson method imports a person record to the EMPI. The system will first check to see if a user with the same identifier is already known to the system. If the person is known already then nothing further will be done. If the person record is new, then the system will add the person to the system. Unlike the addPerson method, the importPerson method does not invoke the matching logic and is intended for use by data loaders that initialize the EMPI with records from another MPI before identifying duplicates.

Method

The method uses the PUT HTML method.

Input

The input to the method is the Person element.

Output

The output is Person entry if the person imported or throw an response status as Not Modified