A Location is the physical place where healthcare services are provided, practitioners are employed, organizations are based, etc. Locations can range in scope from a room in a building to a geographic region/area.
The DaVinci PDEX Plan-Net Location profile is based on the core FHIR US Core Location resource.
Interactions
- Read: GET [base]/Location/[id]
- Search: GET [base]/Location?{parameters...}
Search Parameters
Search Parameter |
Search Parameter Type |
Example |
GET [base]/Location?address-city=[address-city] |
||
GET [base]/Location?address-state=[address-state] |
||
GET [base]/Location?address-postalcode=[address-postalcode] |
||
GET [base]/Location?address=[address] |
||
GET [base]/Location?type=[type] |
||
GET [base]/Location?_id=[_id] |
||
GET [base]/Location?_lastUpdated=[_lastUpdated] |
Supported includes & revIncludes
_include |
_revInclude |
HealthcareService:location |
|
InsurancePlan:coverage-area |
|
OrganizationAffiliation:location |
|
PractitionerRole:location |