Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Final changes on top of Summer's editing
Browse files Browse the repository at this point in the history
  • Loading branch information
kckeim committed Oct 23, 2023
1 parent de1e7d4 commit a75874d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/millennium/r4/financial/general/insurance-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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_

Expand Down

0 comments on commit a75874d

Please sign in to comment.