Base Route
This route receives HTTP requests sent to the base URL and processes the requests based on the HTTP method and parameters.
Route Structure
Route Components Description
| REST Inbound
|
RESTful Web Service Inbound |
Receives HTTP requests sent to the base URL (http://{host}:{port}/fhir/). |
| Path
|
Router |
Identifies base URL requests by analyzing the URL path. |
| Method
|
Router |
Splits the processing flow based on the HTTP method of the request. |
| Error Base GET not Allowed
|
Velocity |
These components create the error message. |
| Error Methods Not Allowed
|
Velocity |
| Error Unknown Resource
|
Velocity |
| REST Out
|
RESTful Web Service Outbound |
Returns an HTTP response with the error message. |