InsurancePlan describes a health insurance offering comprised of a list of covered benefits (i.e. the product), and additional information about the offering, such as healthcare provider insurance network, who it is owned and administered by, a coverage area, contact information, etc.
The DaVinci PDEX Plan-Net InsurancePlan profile is based on the core FHIR InsurancePlan resource.
Interactions
- Read: GET [base]/InsurancePlan/[id]
- Search: GET [base]/InsurancePlan?{parameters...}
Search Parameters
| Search Parameter | Search Parameter Type | Example | 
| GET [base]/InsurancePlan?administered-by=[administered-by] | ||
| GET [base]/InsurancePlan?owned-by=[owned-by] | ||
| GET [base]/InsurancePlan?coverage-area=[coverage-area] | ||
| GET [base]/InsurancePlan?name=[name] | ||
| GET [base]/InsurancePlan?identifier=[identifier] | ||
| GET [base]/InsurancePlan?_id=[_id] | ||
| GET [base]/InsurancePlan?_lastUpdated=[_lastUpdated] | ||
| GET [base]/InsurancePlan?type=[type] | 
Supported includes & revIncludes
| _include | _revInclude | 
| InsurancePlan:administered-by | N/A | 
| InsurancePlan:owned-by | |
| InsurancePlan:coverage-area | 
