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