FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/authoring-measure-repository

Packagehl7.fhir.us.cqfmeasures
TypeCapabilityStatement
Idauthoring-measure-repository
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/cqfmeasures/http://hl7.org/fhir/us/cqfmeasures/STU5/CapabilityStatement-authoring-measure-repository.html
URLhttp://hl7.org/fhir/us/cqfmeasures/CapabilityStatement/authoring-measure-repository
Version3.0.0
Statusactive
Date2021-03-08
NameCQFMAuthoringMeasureRepository
TitleCQF Measures Authoring Measure Repository Capability Statement
Realmus
Authorityhl7
DescriptionCapability statement for a repository service supporting additional authoring and content workflow capabilities for FHIR-based measure specifications above the basic ShareableMeasureRepository.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

CapabilityStatement
crmi-authoring-artifact-repositoryCRMI Authoring Artifact Repository
publishable-measure-repositoryCQF Measures Publishable Measure Repository Capability Statement
shareable-measure-repositoryCQF Measures Shareable Measure Repository Capability Statement
OperationDefinition
cqfm-packageCQFM Package

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CapabilityStatement authoring-measure-repository

CQF Measures Authoring Measure Repository Capability Statement

  • Implementation Guide Version: 3.0.0
  • FHIR Version: 4.0.1
  • Supported Formats: json, xml
  • Supported Patch Formats:
  • Published on: 2021-03-08
  • Published by: HL7 International / Clinical Quality Information

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

This CapabilityStatement imports these CapabilityStatements CQF Measures Shareable Measure Repository Capability Statement, CQF Measures Publishable Measure Repository Capability Statement, CRMI Authoring Artifact Repository

SHALL Support the Following Implementation Guides

  • https://hl7.org/fhir/us/cqfmeasures/

FHIR RESTful Capabilities

Mode: server

RESTful Measure Repository

Security
Enable CORS: yes
Security services supported: Certificates
Summary of System-wide Interactions

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCDSearches_include_revincludeOperations
Library yyy
Measure yyy

Resource Conformance: SHALL Library

Core FHIR Resource
Library
Reference Policy
Interaction summary
  • SHALL support
    create

    Create allows authoring workflows to post new libraries in draft (submit) or active (publish) status.

    update

    Update allows authoring workflows to update existing libraries in draft (revise) status, add comments to existing libraries (review and approve), and release or retire a library.

    delete

    Delete allows authoring workflows to withdraw draft libraries or archive retired libraries.

Resource Conformance: SHALL Measure

Core FHIR Resource
Measure
Reference Policy
Interaction summary
  • SHALL support
    create

    Create allows authoring workflows to post new measures in draft (submit) or active (publish) status.

    update

    Update allows authoring workflows to update existing measures in draft (revise) status, add comments to existing measures (review and approve), and release or retire a measure.

    delete

    Delete allows authoring workflows to withdraw draft measures or archive retired measures.

Operations

Use


Source

{
  "resourceType": "CapabilityStatement",
  "id": "authoring-measure-repository",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cqi"
    }
  ],
  "url": "http://hl7.org/fhir/us/cqfmeasures/CapabilityStatement/authoring-measure-repository",
  "version": "3.0.0",
  "name": "CQFMAuthoringMeasureRepository",
  "title": "CQF Measures Authoring Measure Repository Capability Statement",
  "status": "active",
  "experimental": false,
  "date": "2021-03-08",
  "publisher": "HL7 International / Clinical Quality Information",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description": "Capability statement for a repository service supporting additional authoring and content workflow capabilities for FHIR-based measure specifications above the basic ShareableMeasureRepository.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "kind": "requirements",
  "imports": [
    "http://hl7.org/fhir/us/cqfmeasures/CapabilityStatement/shareable-measure-repository",
    "http://hl7.org/fhir/us/cqfmeasures/CapabilityStatement/publishable-measure-repository",
    "http://hl7.org/fhir/uv/crmi/CapabilityStatement/crmi-authoring-artifact-repository"
  ],
  "fhirVersion": "4.0.1",
  "format": [
    "json",
    "xml"
  ],
  "implementationGuide": [
    "https://hl7.org/fhir/us/cqfmeasures/"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "RESTful Measure Repository",
      "security": {
        "cors": true,
        "service": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/restful-security-service",
                "code": "Certificates"
              }
            ]
          }
        ]
      },
      "resource": [
        {
          "type": "Library",
          "interaction": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "create",
              "documentation": "Create allows authoring workflows to post new libraries in _draft_ (**submit**) or _active_ (**publish**) status."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "update",
              "documentation": "Update allows authoring workflows to update existing libraries in _draft_ (**revise**) status, add comments to existing libraries (**review** and **approve**), and **release** or **retire** a library."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "delete",
              "documentation": "Delete allows authoring workflows to **withdraw** _draft_ libraries or **archive** _retired_ libraries."
            }
          ]
        },
        {
          "type": "Measure",
          "interaction": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "create",
              "documentation": "Create allows authoring workflows to post new measures in _draft_ (**submit**) or _active_ (**publish**) status."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "update",
              "documentation": "Update allows authoring workflows to update existing measures in _draft_ (**revise**) status, add comments to existing measures (**review** and **approve**), and **release** or **retire** a measure."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "delete",
              "documentation": "Delete allows authoring workflows to **withdraw** _draft_ measures or **archive** _retired_ measures."
            }
          ]
        }
      ],
      "operation": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "name": "package",
          "definition": "http://hl7.org/fhir/us/cqfmeasures/OperationDefinition/cqfm-package"
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "name": "package",
          "definition": "http://hl7.org/fhir/us/cqfmeasures/OperationDefinition/cqfm-package"
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "name": "package",
          "definition": "http://hl7.org/fhir/us/cqfmeasures/OperationDefinition/cqfm-package"
        }
      ]
    }
  ]
}