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

Raw xml


<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="cdex-capabilitystatement-client"/>
  <meta>
    <versionId value="5"/>
    <lastUpdated value="2019-06-17T14:00:40.000-04:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
</div><table><tr><td>Mode</td><td>CLIENT</td></tr><tr><td>Description</td><td>The CDex Information Client **SHALL**:
* support initiating a Push (POST/PUT) interaction using any of the profiles supposed by the CDex IG
* support initiating 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-client"/>
  <version value="1.0.0"/>
  <name value="CDexInformationClientCapabilityStatement"/>
  <title value="CDex Information Client 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 Client actor which is responsible for initiating 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="client"/>
    <documentation
                   value="The CDex Information Client **SHALL**:
* support initiating a Push (POST/PUT) interaction using any of the profiles supposed by the CDex IG
* support initiating 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>