MedicinalProductIngredient REST Endpoints
MedicinalProductIngredient
- Create MedicinalProductIngredient Resource
- Method: postPath:
/oracle-fhir-server/fhir/MedicinalProductIngredient
- Delete MedicinalProductIngredient Resource
- Method: deletePath:
/oracle-fhir-server/fhir/MedicinalProductIngredient/{id}
- GET Change History of MedicinalProductIngredient Resource
- Method: getPath:
/oracle-fhir-server/fhir/MedicinalProductIngredient/_history
- GET Change History of MedicinalProductIngredient Resource by ID
- Method: getPath:
/oracle-fhir-server/fhir/MedicinalProductIngredient/{id}/_history
- GET MedicinalProductIngredient Resource Bundle
- Method: getPath:
/oracle-fhir-server/fhir/MedicinalProductIngredient
- GET MedicinalProductIngredient Resource by ID
- Method: getPath:
/oracle-fhir-server/fhir/MedicinalProductIngredient/{id}
- GET MedicinalProductIngredient Resource by version ID
- Method: getPath:
/oracle-fhir-server/fhir/MedicinalProductIngredient/{id}/_history/{vid}
- Update MedicinalProductIngredient Resource
- Method: putPath:
/oracle-fhir-server/fhir/MedicinalProductIngredient/{id}