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

Commit

Permalink
TW edits per PRODOC-202354
Browse files Browse the repository at this point in the history
Updates to insurance-plan.md for style per PRODOC-202354
  • Loading branch information
summerlcollins committed Oct 20, 2023
1 parent c330a7d commit de1e7d4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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 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 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 following fields are returned if valued:

Expand All @@ -34,7 +34,7 @@ The common [errors] and [OperationOutcomes] may be returned.

## Search

Search for InsurancePlans that meet supplied query parameters:
Search for insurance plans that meet supplied query parameters:

GET /InsurancePlan?:parameters

Expand All @@ -44,10 +44,10 @@ Search for InsurancePlans that meet supplied query parameters:

### Parameters

Name | Required? | Type | Description
Name | Required | Type | Description
-----------|--------------------|---------------|-------------------------------------------------------
`_id` | This or `owned-by` | [`token`] | The logical resource id associated with the resource. Example: `12345`
`owned-by` | This or `_id` | [`reference`] | The Organization associated with the InsurancePlan. Example: `12345`
`_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`

_Implementation Notes_

Expand All @@ -73,9 +73,9 @@ _Implementation Notes_
<%= json(:r4_insuranceplan_bundle) %>


## Retrieve by id
## Retrieve by ID

List an individual InsurancePlan by its id:
List an individual insurance plan by the associated ID:

GET /InsurancePlan/:id

Expand Down

0 comments on commit de1e7d4

Please sign in to comment.