Da Vinci Clinical Data Exchange (CDex) Implementation Guide Release 0.1.0

This page is part of the Da Vinci Clinical Documentation Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: CapabilityStatement-cdex-capabilitystatement-server

Raw json

{
  "resourceType" : "CapabilityStatement",
  "id" : "cdex-capabilitystatement-server",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2019-06-17T14:01:15.000-04:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CDexInformationServerCapabilityStatement</h2><div><p>This Section describes the expected capabilities of the CDex Information Server actor which is responsible for receiving Push and Pull interactions using any of the profiles supported by the CDex IG.</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td>The CDex Information Server **SHALL**:\n* support receiving a Push (POST/PUT) interaction using any of the profiles supposed by the CDex IG\n* support receiving a Pull (GET) interaction using any of the profiles supported by the CDex IG\n* implement the RESTful behavior according to the FHIR specification</td></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-cdex/CapabilityStatement/cdex-capabilitystatement-server",
  "version" : "1.0.0",
  "name" : "CDexInformationServerCapabilityStatement",
  "title" : "CDex Information Server CapabilityStatement",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-06-17T00:00:00-04:00",
  "description" : "This Section describes the expected capabilities of the CDex Information Server actor which is responsible for receiving Push and Pull interactions using any of the profiles supported by the CDex IG.\n",
  "kind" : "requirements",
  "fhirVersion" : "4.0.0",
  "format" : [
    "application/fhir+json",
    "application/fhir+xml"
  ],
  "rest" : [
    {
      "mode" : "server",
      "documentation" : "The CDex Information Server **SHALL**:\n* support receiving a Push (POST/PUT) interaction using any of the profiles supposed by the CDex IG\n* support receiving a Pull (GET) interaction using any of the profiles supported by the CDex IG\n* implement the RESTful behavior according to the FHIR specification"
    }
  ]
}