ImplementationGuide REST Endpoints
ImplementationGuide
The ImplementationGuide FHIR resource type
- Add Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/ImplementationGuide/{id}/$meta-add - Create ImplementationGuide Resource
- Method: postPath:
oracle-fhir-server/fhir/ImplementationGuide - Delete ImplementationGuide Resource
- Method: deletePath:
oracle-fhir-server/fhir/ImplementationGuide/{id} - Delete Meta at Instance-Level
- Method: postPath:
oracle-fhir-server/fhir/ImplementationGuide/{id}/$meta-delete - 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/{version_id} - GET ImplementationGuide Resource Meta at Instance-Level.
- Method: getPath:
oracle-fhir-server/fhir/ImplementationGuide/{id}/$meta - GET ImplementationGuide Resource Meta at type level.
- Method: getPath:
oracle-fhir-server/fhir/ImplementationGuide/$meta - Instance-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/ImplementationGuide/{id}/$expunge - Instance-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/ImplementationGuide/{id}/$validate - Patch ImplementationGuide Resource
- Method: patchPath:
oracle-fhir-server/fhir/ImplementationGuide/{id} - Search ImplementationGuide Resource
- Method: postPath:
oracle-fhir-server/fhir/ImplementationGuide/_search - Type-Level Expunge Operation
- Method: postPath:
oracle-fhir-server/fhir/ImplementationGuide/$expunge - Type-Level Validate Operation
- Method: postPath:
oracle-fhir-server/fhir/ImplementationGuide/$validate - Update ImplementationGuide Resource
- Method: putPath:
oracle-fhir-server/fhir/ImplementationGuide/{id}