GET breeze/NE/PMFProfiles

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PMFProfile
NameDescriptionTypeAdditional information
AcceptsCurrentPatientsOnly

boolean

None.

AddressLine1

string

None.

AddressLine2

string

None.

City

string

None.

CountyId

integer

None.

CountyName

string

None.

FaxNumber

string

None.

FullFT

string

None.

Gender

string

None.

HasChildCareServices

boolean

None.

HasEveningHours

boolean

None.

HasNewbornServices

boolean

None.

HasOBGYNServices

boolean

None.

HasPediatricServices

boolean

None.

HasWeekendHours

boolean

None.

HealthPlanNames

string

None.

HealthPlanProviderIds

string

None.

HealthPlans

string

None.

IsGeoCodePrecise

boolean

None.

IsHandicapAccessible

boolean

None.

IsOfficeNearBusRoute

boolean

None.

IsPCP

boolean

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

MedicaidNumber

string

None.

Name

string

None.

NPINumber

string

None.

PhoneNumber

string

None.

PMFId

integer

None.

PracticeTypeDescription

string

None.

PracticeTypeId

byte

None.

ProviderTypeDescription

string

None.

ProviderTypeId

byte

None.

SpeaksOtherLanguages

boolean

None.

SpecialtyFT

string

None.

SpecialtyNames

string

None.

SSN

string

None.

StateAbbreviation

string

None.

StateId

integer

None.

TaxNumber

string

None.

Zip

string

None.

Zip4

string

None.

LanguagesFT

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "$type": "NE.Entities.Server.PROV.PMFProfile, NE.Entities.Server",
    "AcceptsCurrentPatientsOnly": true,
    "AddressLine1": "sample string 2",
    "AddressLine2": "sample string 3",
    "City": "sample string 4",
    "CountyId": 1,
    "CountyName": "sample string 5",
    "FaxNumber": "sample string 6",
    "FullFT": "sample string 7",
    "Gender": "sample string 8",
    "HasChildCareServices": true,
    "HasEveningHours": true,
    "HasNewbornServices": true,
    "HasOBGYNServices": true,
    "HasPediatricServices": true,
    "HasWeekendHours": true,
    "HealthPlanNames": "sample string 15",
    "HealthPlanProviderIds": "sample string 16",
    "HealthPlans": "sample string 17",
    "IsGeoCodePrecise": true,
    "IsHandicapAccessible": true,
    "IsOfficeNearBusRoute": true,
    "IsPCP": true,
    "Latitude": 1.1,
    "Longitude": 1.1,
    "MedicaidNumber": "sample string 22",
    "Name": "sample string 23",
    "NPINumber": "sample string 24",
    "PhoneNumber": "sample string 25",
    "PMFId": 26,
    "PracticeTypeDescription": "sample string 27",
    "PracticeTypeId": 64,
    "ProviderTypeDescription": "sample string 28",
    "ProviderTypeId": 64,
    "SpeaksOtherLanguages": true,
    "SpecialtyFT": "sample string 31",
    "SpecialtyNames": "sample string 32",
    "SSN": "sample string 33",
    "StateAbbreviation": "sample string 34",
    "StateId": 1,
    "TaxNumber": "sample string 35",
    "Zip": "sample string 36",
    "Zip4": "sample string 37",
    "LanguagesFT": "sample string 38"
  },
  {
    "$ref": "1"
  }
]