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