PractitionerSearch



URL
https://secure.healthx.com/api/ProviderDirectoryV1/Practitioners/Search

HTTP Verb
POST

Parameters
  • start
  • count
  • searchModifiers:  A set of name:value pairs, delimited by the pipe character. The allowable names and values are as follows:
    • sortdir: ascending or descending
    • sortfield: includes options like LastName
    • affiliation: the GUID of the affiliation (a.k.a. Hospital Affiliation)
    • city
    • facilityname
    • firstname
    • gender: m or f (default is all)
    • language
    • lastname
    • lat
    • lon
    • medgroup
    • network
    • panelstatus: true or false
    • product
    • providertype: a list of comma-delimited values from the SQL table of providerTypes available in your Provider Directoryspecialty:110|
    • radius
    • specialty
    • state: the two letter abbreviation of the state
    • zip: the zipcode that you're looking for


Example Request

     <PractitionerSearch>
<start>1</start>
<count>50</count>
<searchModifiers>panelStatus:false|sortfield:LastName|sortdir:ascending</searchModifiers>
     </PractitionerSearch>
            

Example Response

    
    <SearchResults xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Records>
            <PractitionerRecord>
                <Distance i:nil="true"/>
        <Facilities>
            <FacilityRecord>
             <Address1>800 West Avenue South</Address1><Address2/><AddressID>ceebb9bf-9ca4-445c-ba7b-
                        1b69c7701710</AddressID>
             <AltName/>
             <City>La Crosse</City>
             <CountyCode/><CountyDesc/>
             <Distance i:nil="true"/>
             <FacilityAccred>false</FacilityAccred>
             <FacilityHours>Monday thru Friday, 7 am - 9 pm Saturday &amp; Sunday, 9 am - 5 pm</FacilityHours>
             <FacilityID>9864283a-ce26-4ea3-9159-73f366e88e6d</FacilityID>
             <FacilityName>Mayo Clinic Health System Franciscan Healthcare - La Crosse (Affiliated with Mayo Clinic 
                        Health Syst</FacilityName>
             <FacilityRank i:nil="true"/>
             <Lat>43.803518</Lat>
             <Lon>-91.239545</Lon>
                      <MapLink>&lt;a target='_blank' href='http://maps.google.com/maps?
                        q=800+West+Avenue+South%2c+La+Crosse%2c+WI+54601'&gt;Map&lt;/a&gt;</MapLink>
                      <MapURL>http://maps.google.com/maps?q=800+West+Avenue+South%2c+La+Crosse%2c+WI+54601</MapURL>
                      <Phone1>(608) 782-9760</Phone1>
                      <Phone2/>
                      <Phone3/>
                      <PracHours/>
                      <State>WI</State>
                      <Zip>54601</Zip>
                    </FacilityRecord>
                </Facilities>
                <FirstName>Christopher</FirstName>
                <FullName>Christopher D. Adams M.D.</FullName>
                <Gender>M</Gender>
                <LastName>Adams</LastName>
                <MiddleInitial>D</MiddleInitial>
                <PCPCode/>
                <PCPCodeDesc/>
                <PCPFlag>false</PCPFlag>
                <PanelStatus>A</PanelStatus>
                <PracticeName/>
                <PractitionerID>4a1e6a0e-1217-4bfc-af1e-018f0e554ffb</PractitionerID>
                <SpecialtiesCombined>Nephrology</SpecialtiesCombined>
            </PractitionerRecord>

            <... more Practitioner records ...>


        </Records>
        <TotalRecordCount>349</TotalRecordCount>
        <DeniedRecordCount>0</DeniedRecordCount>
    </SearchResults>

            

Comments