PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-deqm@4.0.0-ballot
    http://hl7.org/fhir/us/davinci-deqm/CapabilityStatement/consumer-server
{
  "description": "This profile defines the expected capabilities of a Da Vinci DEQM Consumer Server when conforming to the Da Vinci DEQM Implementation Guide.  Consumers include systems that are primary consumers of patient healthcare information and systems that consume data from Producers.  This CapabilityStatement resource includes the complete list of the *recommended*  Da Vinci DEQM profiles and RESTful operations that a Da Vinci DEQM Consumer Server could support. Servers have the option of choosing from this list based on their local use cases and other contextual requirements.",
  "_filename": "CapabilityStatement-consumer-server.json",
  "package_name": "hl7.fhir.us.davinci-deqm",
  "format": [ "xml", "json" ],
  "date": "2020-07-05",
  "publisher": "HL7 International - Clinical Quality Information Work Group",
  "patchFormat": [ "application/json-patch+json" ],
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "US",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "ConsumerServerCapabilityStatement",
  "type": null,
  "experimental": "false",
  "resourceType": "CapabilityStatement",
  "title": "Consumer Server CapabilityStatement",
  "package_version": "4.0.0-ballot",
  "status": "active",
  "id": "baec8a23-93d1-4bd0-b737-5aa8bd52f841",
  "kind": "requirements",
  "implementationGuide": [ "http://hl7.org/fhir/us/davinci-deqm/ImplementationGuide/hl7.fhir.us.davinci-deqm|3.1.0", "http://hl7.org/fhir/us/qicore/ImplementationGuide/hl7.fhir.us.qicore|4.1.1", "http://hl7.org/fhir/us/cqfmeasures/ImplementationGuide/hl7.fhir.us.cqfmeasures|3.0.0" ],
  "url": "http://hl7.org/fhir/us/davinci-deqm/CapabilityStatement/consumer-server",
  "version": "4.0.0-ballot",
  "contact": [ {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/cqi",
      "system": "url"
    } ]
  } ],
  "rest": [ {
    "mode": "server",
    "resource": [ {
      "type": "Measure",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "SHALL"
      } ],
      "operation": [ {
        "name": "data-requirements",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "definition": "http://hl7.org/fhir/OperationDefinition/Measure-data-requirements"
      }, {
        "name": "submit-data",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        }, {
          "url": "http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-submitDataUpdateType",
          "valueCode": "incremental"
        } ],
        "definition": "http://hl7.org/fhir/OperationDefinition/Measure-submit-data",
        "documentation": "**SHALL** Use the [DEQM Submit Data Update Type Extension](http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-submitDataUpdateType) to indicate whether it whether it supports snapshot or incremental data exchange.  **SHALL** reject the submit data payload if there is mismatch between the Consumer’s stated capabilities and the required modifier extension by returning a 400 Bad Request http error code. An OperationOutcome **SHOULD** be returned stating that the [snapshot/incremental] update is not supported ."
      } ],
      "interaction": [ {
        "code": "read",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHOULD"
        } ]
      } ],
      "supportedProfile": [ "http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/measure-cqfm" ]
    } ],
    "security": {
      "description": "For general security consideration refer to the [Security and Privacy Considerations](http://hl7.org/fhir/R4/secpriv-module.html)."
    },
    "interaction": [ {
      "code": "transaction",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "MAY"
      } ]
    }, {
      "code": "batch",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "MAY"
      } ]
    }, {
      "code": "search-system",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "MAY"
      } ]
    }, {
      "code": "history-system",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "MAY"
      } ]
    } ],
    "documentation": "Da Vinci DEQM Consumer Server **SHALL**\n\n1. Support the Submit Data transaction defined in the *Framework* Section of  this  Implementation Guide.\n1. Declare a CapabilityStatement identifying the list of supported profiles and operations.\n   - Use the [DEQM Submit Data Update Type Extension](http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-submitDataUpdateType) to indicate whether it whether it supports snapshot or incremental data exchange.\n1. Implement the FHIR RESTful API for operations including returning the appropriate response classes as described in the FHIR specification for [Extended Operations on the RESTful API ](http://hl7.org/fhir/R4/operations.html).\n1. Support both xml and json resource formats for all interactions."
  } ]
}