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