put https://fhir-api.zapehr.com/r4b/InsurancePlan/
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
.