...
The following describes the RESTful services which are available for all supported FHIR resources. The basic CRUD operations (Create, Retrieve, Update, Delete) are supported as well as search. For details on supported query parameters, refer to the Query Capabilities query capabilities links in the table above.
...
- Content surrounded by [] is mandatory, and will be replaced the string literal identified. Possible insertion values:
- base: The Service Root service root URL (e.g. http(s)://server{/path})
- type: The name of a resource type (e.g. "Patientpatient", "Observationobservation")
- id: The logical idĀ of a resource
- parameters: URL parameters as defined for the particular operation
- Supported mime-types: application/json+fhir, application/json
- Content surrounded by {} is optionalĀ
...