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