InsurancePlan – FHIR API

GET /InsurancePlan

This endpoint returns a response of Bundle of the InsurancePlan entity.

Request

Query Parameters
  • _format (optional) – string
  • _id (optional) – string
  • _language (optional) – string
  • address (optional) – string
  • address-city (optional) – string
  • address-country (optional) – string
  • address-state (optional) – string
  • address-use (optional) – string
  • administeredBy (optional) – string
  • endpoint (optional) – string
  • identifier (optional) – string
  • name (optional) – string
  • owned-by (optional) – string
  • phonetic (optional) – string
  • status(optional) – string
  • type (optional) – string

Responses

401 Response

Success

200 Response

Success

Array of objects – InsurancePlan

GET /InsurancePlan/{id}

This endpoint returns a response of a single entity of the InsurancePlan when supplied an ID.

Request

Query Parameters

Responses

401 Response

Success

200 Response

Success

Type: object – InsurancePlan
  • id – string
  • meta – object
  • name – string
  • resourceType – string
  • text – object

GET /InsurancePlan/_history

This endpoint returns a response of Bundle a history of updates for the InsurancePlan entity.

Request

Query Parameters
  • _count (optional) – string
  • _since (optional) – string

Responses

401 Response

Success

200 Response

Success

GET /InsurancePlan/{id}/_history

This endpoint returns a response of a history of updates for the InsurancePlan entity when supplied an ID.

Request

Query Parameters
  • _count (optional) – string
  • _since (optional) – string

Responses

401 Response

Success

200 Response

Success