Allows you to pass in a user TIN and retrieve a provider. Limited to providers who have logged in in the last 6 months. URI: https://secure.healthx.com/api/userv1/admin/provider/tin HTTP Method: POST Parameters: - tin: Tax Identification Number
- searchmodifiers: a pipe delimited list of parameters you can use to limit your results.
- FilterKey: A specific Filter Key global detail that a provider must have.
- DynamicListKey: A specific Dynamic List Key global detail that a provider must have.
Example request URL
https://secure.healthx.com/userv1/admin/provider/tin
Body
<GetUserByTIN><tin>123456789</tin></GetUserByTIN>
Example response <ArrayOfUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <User> <UserID>c2772427-2a21-4bd4-ad33-1fe168dc561e</UserID> <UserName>peter.provider.1028</UserName> <LastLogin>2012-01-21T15:13:16</LastLogin> <FirstName>Peter</FirstName> <LastName>Pronoun</LastName> <EmailAddress>ppronoun@benecentr.ic</EmailAddress> <EmailAddressContact>false</EmailAddressContact> <Voice/> <VoiceContact>false</VoiceContact> <Fax/> <FaxContact>false</FaxContact> <TextMessage/> <TextMessageContact>false</TextMessageContact> <Address1>100 East Anderson</Address1> <Address2/> <Address3/> <AddressCity>Austin</AddressCity> <AddressState>TX</AddressState> <AddressZip>45465 </AddressZip> <AddressContact>false</AddressContact> <AuthorizationLevel i:nil="true"/> <AuthType i:nil="true"/> <Tins xmlns:a="http://schemas.datacontract.org/2004/07/Healthx.Foundation.Provider">
<a:UserTinRecord>
<a:Contact/>
<a:ContactPhone/>
<a:NPIs xmlns:b="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
<a:NoFilter>false</a:NoFilter>
<a:TIN>123456789</a:TIN>
<a:UserID>c2772427-2a21-4bd4-ad33-1fe168dc561e</a:UserID>
</a:UserTinRecord> </Tins> <Settings i:nil="true"/> </User> </ArrayOfUser> |