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