InsurancePlan REST Endpoints
InsurancePlan
- Create InsurancePlan Resource
- Method: postPath:
/oracle-fhir-server/fhir/InsurancePlan
- Delete InsurancePlan Resource
- Method: deletePath:
/oracle-fhir-server/fhir/InsurancePlan/{id}
- 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/{vid}
- Update InsurancePlan Resource
- Method: putPath:
/oracle-fhir-server/fhir/InsurancePlan/{id}