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 
Logical Model RESTResource
{
"resourceType": "StructureDefinition",
"id": "RESTResource",
"url": "{http://www.omg.org/spec/CTS2/1.1/Core}RESTResource",
"name": "RESTResource",
"display": "CTS2.RESTResource",
"status": "draft",
"publisher": "Generated by Xsd-to-FHIR",
"contact": [
{
"name": "Visit the Github repository for more information",
"telecom": [
{
"system": "other",
"value": "https://github.com/cts2/CTS2-to-FHIR"
}
]
}
],
"date": "2016-02-08T19:11:02-07:00",
"description": "The header information for any REST resource retrieval",
"fhirVersion": "1.4.0",
"kind": "logical",
"abstract": false,
"snapshot": {
"element": [
{
"path": "RESTResource",
"short": "RESTResource",
"definition": "The header information for any REST resource retrieval",
"min": 0,
"max": "*"
},
{
"path": "RESTResource.resourceRoot",
"name": "resourceRoot",
"short": "The URI of the REST service",
"definition": "The URI of the REST service. As an example, if the resource URI\n\t\t\t\t\t\twas \"http://informatics.mayo.edu/cts2/rest/codesystems\", the resourceRoot would be\n\t\t\t\t\t\t\"http://informatics.mayo.edu/cts2/rest/\"",
"min": 1,
"max": "1",
"type": [
{
"code": "ServiceURI"
}
]
},
{
"path": "RESTResource.resourceURI",
"name": "resourceURI",
"short": "The relative URI of the resource with respect to the resourceRoot",
"definition": "The relative URI of the resource with respect to the resourceRoot. As an example,\n\t\t\t\t\t\tif the resource URI was \"http://informatics.mayo.edu/cts2/rest/codesystems\", the resourceURI would\n\t\t\t\t\t\tbe \"codesystems\". Fragment and query identifiers should also be included.",
"min": 1,
"max": "1",
"type": [
{
"code": "RenderingURI"
}
]
},
{
"path": "RESTResource.parameter",
"name": "parameter",
"short": "The paramaters that were used in executing the query",
"definition": "The paramaters that were used in executing the query. This carries all of the parameters that\n\t\t\t\t\tare needed to reconstruct the complete query in either a RESTful or procedural environment. The service provider\n\t\t\t\t\tmay or may not include non-CTS2 related parameters such as security tokens, routing requests, etc.",
"min": 0,
"max": "*",
"type": [
{
"code": "Parameter"
}
]
},
{
"path": "RESTResource.accessDate",
"name": "accessDate",
"short": "The date and time that the resource was accessed",
"definition": "The date and time that the resource was accessed.",
"min": 1,
"max": "1",
"type": [
{
"code": "DateAndTime"
}
]
}
]
}
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.