Update InsurancePlan with identifier {identifier}

InsurancePlan on the FHIR specification website.

Details of a Health Insurance product/plan provided by an organization.

The body should be a valid FHIR object for InsurancePlan.

Here is an example:

{
  "resourceType": "InsurancePlan",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>name</b>: foo</p></div>"
  },
  "name": "foo"
}

You can reference the FHIR documentation to determine the format for InsurancePlan.

Path Params
string
required

Identifier

Body Params
Responses

401

Unauthorized

403

Forbidden

500

Internal server error

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json