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