findPersonsById
findPersonsById
The findPersonsById method returns a list of all person records that have either an exact or partial match with the identifier that was provided. The search accepts wildcards when searching on the identifier but will filter the results on an exact match on any of the identifier domain attributes that are provided.
Method
The method uses the GET HTML method.
Input
The input to the method is the Person Identifier element with possible wildcards (such as 555-%) but can filter out the result set by including identifier domain attributes
Output
The output is the list of person records that match the search criteria if found or an empty document if no entry is known by the system with that Person Identifier .
Â