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

XML Format: CapabilityStatement-cdex-capabilitystatement-server

Raw xml


<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="cdex-capabilitystatement-server"/>
  <meta>
    <versionId value="5"/>
    <lastUpdated value="2019-06-17T14:01:15.000-04:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td>The CDex Information Server **SHALL**:
* support receiving a Push (POST/PUT) interaction using any of the profiles supposed by the CDex IG
* support receiving a Pull (GET) interaction using any of the profiles supported by the CDex IG
* 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>
  </text>
  <url
       value="http://hl7.org/fhir/us/davinci-cdex/CapabilityStatement/cdex-capabilitystatement-server"/>
  <version value="1.0.0"/>
  <name value="CDexInformationServerCapabilityStatement"/>
  <title value="CDex Information Server CapabilityStatement"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2019-06-17T00:00:00-04:00"/>
  <description
               value="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.
"/>
  <kind value="requirements"/>
  <fhirVersion value="4.0.0"/>
  <format value="application/fhir+json"/>
  <format value="application/fhir+xml"/>
  <rest>
    <mode value="server"/>
    <documentation
                   value="The CDex Information Server **SHALL**:
* support receiving a Push (POST/PUT) interaction using any of the profiles supposed by the CDex IG
* support receiving a Pull (GET) interaction using any of the profiles supported by the CDex IG
* implement the RESTful behavior according to the FHIR specification"/>
  </rest>
</CapabilityStatement>