NCCN Templates® 1.0

CapabilityStatement-cott


<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="cott"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2/><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td>This simple FHIR server implements only the read, vread, and history interactions for the PlanDefinition Resource.        Each operation is protected via an HTTP token key that must be provided as a query parameter with each request.        Please contact NCCN for requesting access to the server.</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>Read</b></th><th><b>V-Read</b></th><th><b>Search</b></th><th><b>Update</b></th><th><b>Updates</b></th><th><b>Create</b></th><th><b>Delete</b></th><th><b>History</b></th></tr><tr><td>PlanDefinition</td><td><a href="http://nccn.org/fhir/StructureDefinition/order-template">http://nccn.org/fhir/StructureDefinition/order-template</a></td><td>y</td><td>y</td><td></td><td></td><td>y</td><td></td><td></td><td>y</td></tr></table></div>
  </text>
  <url value="http://nccn.org/fhir/CapabilityStatement/cott"/>
  <version value="0.0.1"/>
  <title value="NCCN Chemotherapy Order Template Tool Conformance Statement"/>
  <status value="active"/>
  <experimental value="true"/>
  <date value="2017-04-10"/>
  <publisher value="National Comprehensive Cancer Network"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="https://www.nccn.org/about/contact.aspx"/>
    </telecom>
    <telecom>
      <system value="phone"/>
      <value value="+1 2156900300"/>
    </telecom>
  </contact>
  <kind value="instance"/>
  <software>
    <name value="NCCN Chemotherapy Order Template Tool"/>
  </software>
  <fhirVersion value="3.0.0"/>
  <acceptUnknown value="no"/>
  <format value="xml"/>
  <format value="json"/>
  <rest>
    <mode value="server"/>
    <documentation
                   value="This simple FHIR server implements only the read, vread, and history interactions for the PlanDefinition Resource.        Each operation is protected via an HTTP token key that must be provided as a query parameter with each request.        Please contact NCCN for requesting access to the server."/>
    <security>
      <cors value="true"/>
      <description value="This server is read-only and supports SSL (HTTPS)"/>
    </security>
    <resource>
      <type value="PlanDefinition"/>
      <profile>
        <reference
                   value="http://nccn.org/fhir/StructureDefinition/order-template"/>
      </profile>
      <interaction>
        <code value="read"/>
        <documentation value="Implemented per the specification"/>
      </interaction>
      <interaction>
        <code value="vread"/>
        <documentation value="Implemented per the specification"/>
      </interaction>
      <interaction>
        <code value="history-instance"/>
        <documentation value="Implemented per the specification"/>
      </interaction>
      <interaction>
        <code value="history-type"/>
        <documentation value="Implemented per the specification"/>
      </interaction>
      <versioning value="versioned"/>
      <readHistory value="true"/>
    </resource>
  </rest>
</CapabilityStatement>