FacilitySearch


URL
https://secure.healthx.com/api//ProviderDirectoryV1/Facilities/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


    <FacilitySearch>
        <start>1</start>
        <count>50</count>
        <searchModifiers>sortfield:FacilityName|sortdir:ascending</searchModifiers>
    </FacilitySearch>

            

Example Response


    <SearchResults xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
        <Records>
            <FacilityRecord>
              <Address1>464 South St. Joseph Avenue, Suite 100</Address1>
              <Address2/>
              <AddressID>2a7c069a-f8b7-491b-940b-d3da5813f1bd</AddressID>
              <AltName/>
              <City>Arcadia</City>
              <County/>
              <CountyCode/>
              <CountyDesc/>
              <Distance i:nil="true"/>
              <FacilityAccred>false</FacilityAccred>
              <FacilityHours>Monday thru Friday, 8 am - 5 pm</FacilityHours>
              <FacilityID>327079b8-57b4-462c-b6a8-0c1e2df7118c</FacilityID>
              <FacilityName>Achieve Physical Therapy and Sports Medicine - Arcadia</FacilityName>
              <FacilityRank i:nil="true"/>
              <FullAddress>464 South St. Joseph Avenue, Suite 100, Arcadia, WI 
                54612&amp;nbsp;&lt;a target='_blank' href='http://maps.google.com/maps?
                q=464+South+St.+Joseph+Avenue%2c+Suite+100%2c+Arcadia%2c+WI+54612'&gt;
                Map&lt;/a&gt;</FullAddress>
              <Lat>44.2467975799813</Lat>
              <Location>Achieve Physical Therapy and Sports Medicine - Arcadia&lt;br/&gt;464 
                South St. Joseph Avenue, Suite 100, Arcadia, WI 54612&amp;nbsp;&lt;a 
                target='_blank' href='http://maps.google.com/maps?
                q=464+South+St.+Joseph+Avenue%2c+Suite+100%2c+Arcadia%2c+WI+54612'&gt;Map&lt;
                /a&gt;&lt;br/&gt;(608) 323-9998</Location>
              <Lon>-91.4981516041107</Lon>
              <MapLink>&lt;a target='_blank' href='http://maps.google.com/maps?
                 q=464+South+St.+Joseph+Avenue%2c+Suite+100%2c+Arcadia%2c+WI+54612
                '&gt;Map&lt;/a&gt;</MapLink>
              <MapURL>http://maps.google.com/maps?q=464+South+St.+Joseph+Avenue%2c+Suite+100
                %2c+Arcadia%2c+WI+54612</MapURL>
              <Phone1>(608) 323-9998</Phone1>
              <Phone2/>
              <Phone3>Fax: (608) 323-2150</Phone3>
              <PhoneCombined>(608) 323-9998&lt;br/&gt;Fax: (608) 323-2150</PhoneCombined>
              <PracHours i:nil="true"/>
              <State>WI</State>
              <Zip>54612</Zip>
            </FacilityRecord>

            <... more FacilityRecords ... >

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

            

Comments