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