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-client

Raw json

{
  "resourceType" : "CapabilityStatement",
  "id" : "cdex-capabilitystatement-client",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2019-06-17T14:00:40.000-04:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CDexInformationClientCapabilityStatement</h2><div><p>This Section describes the expected capabilities of the CDex Information Client actor which is responsible for initiating Push and Pull interactions using any of the profiles supported by the CDex IG.</p>\n</div><table><tr><td>Mode</td><td>CLIENT</td></tr><tr><td>Description</td><td>The CDex Information Client **SHALL**:\n* support initiating a Push (POST/PUT) interaction using any of the profiles supposed by the CDex IG\n* support initiating 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-client",
  "version" : "1.0.0",
  "name" : "CDexInformationClientCapabilityStatement",
  "title" : "CDex Information Client CapabilityStatement",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-06-17T00:00:00-04:00",
  "description" : "This Section describes the expected capabilities of the CDex Information Client actor which is responsible for initiating Push and Pull interactions using any of the profiles supported by the CDex IG.",
  "kind" : "requirements",
  "fhirVersion" : "4.0.0",
  "format" : [
    "application/fhir+json",
    "application/fhir+xml"
  ],
  "rest" : [
    {
      "mode" : "client",
      "documentation" : "The CDex Information Client **SHALL**:\n* support initiating a Push (POST/PUT) interaction using any of the profiles supposed by the CDex IG\n* support initiating a Pull (GET) interaction using any of the profiles supported by the CDex IG\n* implement the RESTful behavior according to the FHIR specification"
    }
  ]
}