PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-vbpr@1.0.0-ballot
    http://hl7.org/fhir/us/davinci-vbpr/CapabilityStatement/vbp-reporting-server
{
  "description": "This profile defines the expected capabilities of the Value-Based Performance (VBP) Reporting Server actor which is responsible for producing value-based performance MeasureReports to be consumed by a Value-Based Performance Reporting Client. The complete list of FHIR profiles \\r\\nand search parameters that a VBP Reporting Server could support are defined. VBP Reporting Servers have the option of choosing from this list to access necessary data based on their local use cases and other contextual requirements.",
  "_filename": "CapabilityStatement-vbp-reporting-server.json",
  "package_name": "hl7.fhir.us.davinci-vbpr",
  "format": [ "xml", "json" ],
  "date": "2023-06-25",
  "publisher": "HL7 Clinical Quality Information Work Group",
  "patchFormat": [ "application/json-patch+json" ],
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "US",
      "system": "urn:iso:std:iso:3166",
      "display": "United States of America"
    } ]
  } ],
  "name": "VBPReportingServerCapabilityStatement",
  "type": null,
  "experimental": "false",
  "resourceType": "CapabilityStatement",
  "title": "VBP Reporting Server Capability Statement",
  "package_version": "1.0.0-ballot",
  "status": "active",
  "id": "84b8c62c-eb26-4209-b14c-1afce7f68fff",
  "kind": "requirements",
  "implementationGuide": [ "http://hl7.org/fhir/us/davinci-deqm/ImplementationGuide/hl7.fhir.us.davinci-deqm", "http://hl7.org/fhir/us/cqfmeasures/ImplementationGuide/hl7.fhir.us.cqfmeasures" ],
  "url": "http://hl7.org/fhir/us/davinci-vbpr/CapabilityStatement/vbp-reporting-server",
  "version": "1.0.0-ballot",
  "contact": [ {
    "name": "HL7 Clinical Quality Information Work Group",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/cqi",
      "system": "url"
    } ]
  } ],
  "rest": [ {
    "mode": "server",
    "resource": [ {
      "type": "Measure",
      "profile": "http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/vbp-measure",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "MAY"
      } ],
      "interaction": [ {
        "code": "read",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Read allows maintainers of the Measures to get the logical definitions of the Measure"
      }, {
        "code": "vread",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "MAY"
        } ]
      }, {
        "code": "create",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Create allows maintainers of the Measures to create the logical definition of a Measure"
      }, {
        "code": "update",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Update allows maintainers of the Measures to update the logical definitions of a Measure by its id or create a new one if it is new"
      }, {
        "code": "patch",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Patch allows maintainers of the Measures to update the logical definition of a Measure by posting a set of changes to it"
      }, {
        "code": "delete",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Delete allows maintainers of the Measures to delete the logical definition of a Measure"
      }, {
        "code": "history-instance",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "MAY"
        } ]
      }, {
        "code": "history-type",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "MAY"
        } ]
      }, {
        "code": "search-type",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Search allows maintainers of the Measures to find the logical definition of a Measure"
      } ]
    }, {
      "searchParam": [ {
        "name": "date",
        "type": "date",
        "definition": "http://hl7.org/fhir/SearchParameter/MeasureReport-date"
      }, {
        "name": "evaluatedResource",
        "type": "reference",
        "definition": "http://hl7.org/fhir/SearchParameter/MeasureReport-evaluated-resource"
      }, {
        "name": "identifier",
        "type": "token",
        "definition": "http://hl7.org/fhir/SearchParameter/MeasureReport-identifier"
      }, {
        "name": "measure",
        "type": "reference",
        "definition": "http://hl7.org/fhir/SearchParameter/MeasureReport-measure"
      }, {
        "name": "patient",
        "type": "reference",
        "definition": "http://hl7.org/fhir/SearchParameter/MeasureReport-patient"
      }, {
        "name": "period",
        "type": "date",
        "definition": "http://hl7.org/fhir/SearchParameter/MeasureReport-period"
      }, {
        "name": "reporter",
        "type": "reference",
        "definition": "http://hl7.org/fhir/SearchParameter/MeasureReport-reporter"
      }, {
        "name": "status",
        "type": "token",
        "definition": "http://hl7.org/fhir/SearchParameter/MeasureReport-status"
      }, {
        "name": "subject",
        "type": "reference",
        "definition": "http://hl7.org/fhir/SearchParameter/MeasureReport-subject"
      } ],
      "conditionalUpdate": true,
      "referencePolicy": [ "literal", "logical" ],
      "type": "MeasureReport",
      "interaction": [ {
        "code": "read",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Read allows maintainers of the MeasureReports to get the logical definitions of the MeasureReports"
      }, {
        "code": "vread",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "MAY"
        } ]
      }, {
        "code": "create",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Create allows maintainers of the MeasureReports to create the logical definition of a MeasureReport"
      }, {
        "code": "update",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Update allows maintainers of the MeasureReports to update the logical definitions of a MeasureReport by its id or create a new one if it is new"
      }, {
        "code": "patch",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Patch allows maintainers of the MeasureReports to update the logical definition of a MeasureReport by posting a set of changes to it"
      }, {
        "code": "delete",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Delete allows maintainers of the MeasureReports to delete the logical definition of a MeasureReport"
      }, {
        "code": "history-instance",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "MAY"
        } ]
      }, {
        "code": "history-type",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "MAY"
        } ]
      }, {
        "code": "search-type",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Search allows maintainers of the MeasureReports to find the logical definition of a MeasureReport"
      } ],
      "conditionalCreate": true,
      "supportedProfile": [ "http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/vbp-performance-measurereport", "http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/vbp-quality-measurereport" ],
      "searchInclude": [ "MeasureReport.evaluatedResources" ],
      "conditionalDelete": "multiple"
    } ],
    "security": {
      "description": "For general security consideration refer to the [Security and Privacy Considerations](http://hl7.org/fhir/R4/secpriv-module.html)."
    },
    "interaction": [ {
      "code": "batch",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "SHOULD"
      } ]
    }, {
      "code": "transaction",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "SHALL"
      } ]
    }, {
      "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 Value-Based Performance Reporting Server **SHALL** support the profiles specified in this implementation guide."
  } ]
}