STU 3 Candidate

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

??.??.3 Resource RESTResource - Detailed Descriptions

Detailed Descriptions for the elements in the RESTResource resource.

RESTResource
Definition

The header information for any REST resource retrieval

Control0..*
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/"

Control1..1
TypeServiceURI
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.

Control1..1
TypeRenderingURI
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.

Control0..*
TypeParameter
RESTResource.accessDate(accessDate)
Definition

The date and time that the resource was accessed.

Control1..1
TypeDateAndTime