This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 

Detailed Descriptions for the elements in the RESTResource resource.
| RESTResource | |
| Definition | The header information for any REST resource retrieval |
| Control | 0..* |
| RESTResource.resourceRoot(resourceRoot) | |
| Definition | The URI of the REST service. As an example, if the resource URI was "http://informatics.mayo.edu/cts2/rest/codesystems", the resourceRoot would be "http://informatics.mayo.edu/cts2/rest/" |
| Control | 1..1 |
| Type | ServiceURI |
| RESTResource.resourceURI(resourceURI) | |
| Definition | The relative URI of the resource with respect to the resourceRoot. As an example, if the resource URI was "http://informatics.mayo.edu/cts2/rest/codesystems", the resourceURI would be "codesystems". Fragment and query identifiers should also be included. |
| Control | 1..1 |
| Type | RenderingURI |
| RESTResource.parameter(parameter) | |
| Definition | The paramaters that were used in executing the query. This carries all of the parameters that are needed to reconstruct the complete query in either a RESTful or procedural environment. The service provider may or may not include non-CTS2 related parameters such as security tokens, routing requests, etc. |
| Control | 0..* |
| Type | Parameter |
| RESTResource.accessDate(accessDate) | |
| Definition | The date and time that the resource was accessed. |
| Control | 1..1 |
| Type | DateAndTime |