InsurancePlan REST Endpoints
InsurancePlan
The InsurancePlan FHIR resource type
- Add Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/InsurancePlan/{id}/$meta-add - Create InsurancePlan Resource
- Method: postPath:
oracle-fhir-server/fhir/InsurancePlan - Delete InsurancePlan Resource
- Method: deletePath:
oracle-fhir-server/fhir/InsurancePlan/{id} - Delete Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/InsurancePlan/{id}/$meta-delete - GET Change History of InsurancePlan Resource
- Method: getPath:
oracle-fhir-server/fhir/InsurancePlan/_history - GET Change History of InsurancePlan Resource by ID
- Method: getPath:
oracle-fhir-server/fhir/InsurancePlan/{id}/_history - GET InsurancePlan Resource Bundle
- Method: getPath:
oracle-fhir-server/fhir/InsurancePlan - GET InsurancePlan Resource by ID
- Method: getPath:
oracle-fhir-server/fhir/InsurancePlan/{id} - GET InsurancePlan Resource by version ID
- Method: getPath:
oracle-fhir-server/fhir/InsurancePlan/{id}/_history/{version_id} - GET InsurancePlan Resource Meta at Instance-Level.
- Method: getPath:
oracle-fhir-server/fhir/InsurancePlan/{id}/$meta - GET InsurancePlan Resource Meta at type level.
- Method: getPath:
oracle-fhir-server/fhir/InsurancePlan/$meta - Instance-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/InsurancePlan/{id}/$expunge - Instance-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/InsurancePlan/{id}/$validate - Patch InsurancePlan Resource
- Method: patchPath:
oracle-fhir-server/fhir/InsurancePlan/{id} - Search InsurancePlan Resource
- Method: postPath:
oracle-fhir-server/fhir/InsurancePlan/_search - Type-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/InsurancePlan/$expunge - Type-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/InsurancePlan/$validate - Update InsurancePlan Resource
- Method: putPath:
oracle-fhir-server/fhir/InsurancePlan/{id}