diff --git a/content/millennium/r4/financial/general/insurance-plan.md b/content/millennium/r4/financial/general/insurance-plan.md index 1bf00efae..361fe1568 100644 --- a/content/millennium/r4/financial/general/insurance-plan.md +++ b/content/millennium/r4/financial/general/insurance-plan.md @@ -9,7 +9,7 @@ title: InsurancePlan | R4 API ## Overview -The Insurance Plan resource is used to describe a health insurance offering and supports the return of a list of details, such as who it is owned and administered by, the plan's coverage area, and contact information. +The InsurancePlan resource is used to describe a health insurance offering and supports the return of a list of details, such as who it is owned and administered by, the plan's coverage area, and contact information. The following fields are returned if valued: @@ -44,10 +44,10 @@ Search for insurance plans that meet supplied query parameters: ### Parameters -Name | Required | Type | Description ------------|--------------------|---------------|------------------------------------------------------- +Name | Required | Type | Description +-----------|---------------|---------------|------------------------------------------------------- `_id` | Conditionally | [`token`] | The logical resource ID associated with the resource. This parameter is required if the `owned-by` parameter is not used. Example: `12345` -`owned-by` | Conditionally | [`reference`] | The organization associated with the insurance plan. This parameter is required if the `_id` parameter is not used. Example: `12345` +`owned-by` | Conditionally | [`reference`] | The organization associated with the insurance plan. This parameter is required if the `_id` parameter is not used. Example: `12345` _Implementation Notes_