Data Exchange For Quality Measures Implementation Guide (Release 0.2.0 STU2 Ballot)

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R3. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: CapabilityStatement-producer-server

Download Raw json

{
  "resourceType" : "CapabilityStatement",
  "id" : "producer-server",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2 id=\"title\">DaVinci DEQM Producer Server CapabilityStatement</h2><p>This profile defines the expected capabilities of a Da Vinci DEQM Producer Server when conforming to the Da Vinci DEQM Implementation Guide. Producers include systems that are primary producers of patient healthcare information.  This CapabilityStatement resource includes the complete list of the *recommended*  Da Vinci DEQM profiles and RESTful operations that are  Da Vinci DEQM Producer Server could support. Servers have the option of choosing from this list based on their local use cases and other contextual requirements.</p><ul><li>FHIR Version: 3.0.1</li><li>Supported formats: xml, json</li><li>Published: 2019-03-14</li><li>Published by: The DaVinci Project</li></ul><h3 id=\"behavior\">FHIR RESTful Capabilities</h3><p>Da Vinci DEQM Producer Server <strong>SHALL</strong></p><ol><li>Support at least one transaction defined in the <em>Framework</em> Section of  this  Implementation Guide.</li><li>Declare a CapabilityStatement identifying the list of supported profiles and operations.</li><li>Implement the RESTful behavior according to the FHIR specification including returning the appropriate response classes as described in the FHIR specification for <a href=\"http://hl7.org/fhir/STU3/http.html\">FHIR RESTful API</a>.</li><li>Support both xml and json resource formats for all interactions.</li></ol><p id=\"security\"><strong>Security:</strong></p><p>For general security consideration refer to the <a href=\"http://build.fhir.org/secpriv-module.html\">Security and Privacy Considerations</a>.</p><h3 id=\"resource--details\" class=\"no_toc\">RESTful Capabilities by Resource/Profile:</h3><p><strong>Summary of Operations</strong></p><li><strong>SHALL</strong> support the\t<a href=\"http://hl7.org/fhir/us/davinci-deqm/STU3/OperationDefinition/collect-data\"><code>$collect-data</code></a> operation.</li><p><strong>Summary of Search Criteria</strong></p><table class=\"grid\"><thead><tr><th>Resource Type</th><th>Supported Profiles</th><th>Supported Searches</th><th>Supported Includes</th></tr></thead><tbody><tr><td><a href=\"#subscription\">Subscription</a></td><td><p><a href=\"http://hl7.org/fhir/us/davinci-deqm/STU3/StructureDefinition/subscription-deqm\">DEQM Subscription Profile</a></p></td><td>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t</td><td>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t</td></tr></tbody></table><br/><h4 id=\"subscription\" class=\"no_toc\">Subscription</h4><p>Supported Profiles:\n\t\t\t<p><a href=\"http://hl7.org/fhir/us/davinci-deqm/STU3/StructureDefinition/subscription-deqm\">DEQM Subscription Profile</a></p>\n\n\t\t\t\t</p><p>Da Vinci DEQM Producer Server <strong>SHALL</strong> be capable of supporting the <a href=\"http://hl7.org/fhir/STU3/subscription.html\">FHR Subscrption API</a> providing notifications when measure data is available.</p><p>Profile Interaction Summary:</p><ul><li><strong>SHALL</strong> support \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<code>create</code>, \n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<code>delete</code>.</li></ul><p>Fetch and Search Criteria:</p><ul>\n\t\t\t\t\n\t\t\t\t\n\t\t\t</ul><br/></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-deqm/STU3/CapabilityStatement/producer-server",
  "version" : "0.2.0",
  "name" : "producer_server",
  "title" : "DaVinci DEQM Producer Server CapabilityStatement",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-03-14T00:00:00+11:00",
  "publisher" : "The DaVinci Project",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm"
        }
      ]
    }
  ],
  "description" : "This profile defines the expected capabilities of a Da Vinci DEQM Producer Server when conforming to the Da Vinci DEQM Implementation Guide. Producers include systems that are primary producers of patient healthcare information.  This CapabilityStatement resource includes the complete list of the *recommended*  Da Vinci DEQM profiles and RESTful operations that are  Da Vinci DEQM Producer Server could support. Servers have the option of choosing from this list based on their local use cases and other contextual requirements.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "kind" : "requirements",
  "fhirVersion" : "3.0.1",
  "format" : [
    "xml",
    "json"
  ],
  "patchFormat" : [
    "application/json-patch+json"
  ],
  "implementationGuide" : [
    "http://hl7.org/fhir/us/davinci-deqm/STU3/ImplementationGuide/hl7.fhir.us.davinci-deqm.stu3-0.2.0",
    "http://hl7.org/fhir/us/qicore/ImplementationGuide/qicore"
  ],
  "rest" : [
    {
      "mode" : "server",
      "documentation" : "Da Vinci DEQM Producer Server **SHALL**\n\n1. Support at least one transaction defined in the *Framework* Section of  this  Implementation Guide.\n1. Declare a CapabilityStatement identifying the list of supported profiles and operations.\n1. Implement the RESTful behavior according to the FHIR specification including returning the appropriate response classes as described in the FHIR specification for [FHIR RESTful API](http://hl7.org/fhir/STU3/http.html).\n1. Support both xml and json resource formats for all interactions.\n",
      "security" : {
        "description" : "For general security consideration refer to the [Security and Privacy Considerations](http://build.fhir.org/secpriv-module.html)."
      },
      "resource" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "SHALL"
            }
          ],
          "type" : "Subscription",
          "documentation" : "Da Vinci DEQM Producer Server **SHALL** be capable of supporting the [FHR Subscrption API](http://hl7.org/fhir/STU3/subscription.html) providing notifications when measure data is available.",
          "interaction" : [
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "create"
            },
            {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode" : "SHALL"
                }
              ],
              "code" : "delete"
            }
          ],
          "readHistory" : false,
          "updateCreate" : false
        }
      ],
      "operation" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode" : "SHALL"
            }
          ],
          "name" : "collect-data",
          "definition" : {
            "reference" : "http://hl7.org/fhir/us/davinci-deqm/STU3/OperationDefinition/collect-data"
          }
        }
      ]
    }
  ]
}