{"id":50954544,"url":"https://github.com/cqframework/dqm-content-cms-2026","last_synced_at":"2026-06-18T05:01:21.405Z","repository":{"id":358406388,"uuid":"1239004590","full_name":"cqframework/dqm-content-cms-2026","owner":"cqframework","description":"Draft CMS digital Quality Measures (dQMs) testing advanced measure reporting capabilities","archived":false,"fork":false,"pushed_at":"2026-06-08T22:04:29.000Z","size":5001,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-09T00:06:42.122Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cqframework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-14T17:03:08.000Z","updated_at":"2026-06-08T22:04:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cqframework/dqm-content-cms-2026","commit_stats":null,"previous_names":["cqframework/dqm-content-cms-2026"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cqframework/dqm-content-cms-2026","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cqframework%2Fdqm-content-cms-2026","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cqframework%2Fdqm-content-cms-2026/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cqframework%2Fdqm-content-cms-2026/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cqframework%2Fdqm-content-cms-2026/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cqframework","download_url":"https://codeload.github.com/cqframework/dqm-content-cms-2026/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cqframework%2Fdqm-content-cms-2026/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34476728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-18T05:01:20.574Z","updated_at":"2026-06-18T05:01:21.400Z","avatar_url":"https://github.com/cqframework.png","language":"CQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dqm-content-cms-2026\nThis repository contains example dQM content built using US Quality Core v0.5.0, US Core v6.1.0-derived, and CarinBB v2.1.1 models. The examples have been developed purely for testing purposes to demonstrate advanced dQM measure specification capability. Measure content in this repository was developed manually using the VSCode CQL Authoring plugin.\n\nCommits to this repository will automatically trigger a build of the continuous integration build, available here:\n\nhttps://build.fhir.org/ig/cqframework/dqm-content-cms-2026\n\n## Repository Structure\n\nThis repository is setup like any HL7 FHIR IG project but also includes the CQL files and test data which means the file structure will be as follows:\n\n```\n   |-- _genonce.bat\n   |-- _genonce.sh\n   |-- _refresh.bat\n   |-- _refresh.sh\n   |-- _updatePublisher.bat\n   |-- _updatePublisher.sh\n   |-- _updateCQFTooling.bat\n   |-- _updateCQFTooling.sh\n   |-- ig.ini\n   |-- bundles\n       |-- mat\n           |-- \u003cbundle files\u003e\n       |-- measure\n           |-- \u003cbundles\u003e\n   |-- input\n       |-- dqm-content-cms-2026.xml\n       |-- cql\n           |-- \u003clibrary name\u003e.cql\n       |-- pagecontent\n       |-- resources\n           |-- library\n               |-- \u003clibrary name\u003e.json\n           |-- measure\n               |-- \u003cmeasure name\u003e.json\n       |-- tests\n           |-- measure\n               |-- \u003cmeasure name\u003e\n                   |-- \u003ctest case patient id\u003e\n                       |-- \u003ctest case resource files\u003e\n                   |-- ...\n       |-- vocabulary\n           |-- valueset\n               |-- external\n```\n\n## Extracting MAT Packages\n\nCQF Tooling provides support for extracting a MAT exported package into the\ndirectories of this repository so that the measure is included in the published\nimplementation guide. To do this, place the MAT export files (unzipped) in a\ndirectory in the `bundles\\mat` directory, and then run the following tooling\ncommand:\n\n```\n[tooling-jar] -ExtractMatBundle bundles\\mat\\[bundle-directory]\\[bundle-file]\n```\n\nFor example:\n\n```\ninput-cache\\tooling-cli-3.9.1.jar -ExtractMATBundle bundles\\mat\\CLONE124_v6_03-Artifacts\\measure-json-bundle.json\n```\n\n## Refresh IG Processing\n\nCQF Tooling provides a \"refresh\" operation that performs the following functions:\n\n* Translates and validates all CQL source files\n* Encodes CQL and ELM content in the corresponding FHIR Library resources\n* Refreshes generated content for each knowledge artifact (Library, Measure, PlanDefinition, ActivityDefinition) including parameters, dependencies, and effective data requirements\n\nWhenever changes are made to the CQL, Library, or Measure resources, run the `_refresh` command to refresh the implementation guide content with the new content, and then run `_genonce` to run the publication tooling on the implementation guide (the same process that the continuous integration build uses to publish the implementation guide when commits are made to this repository).\n\n\n## Measure Package Prep Process\n\n1. Download Measure Zip folder to `bundles\\mat` directory.\n2. Unzip the folder, then unzip the MeasureExport and TestCaseExport folders within it.\n3. Run `_updateCQFTooling.sh` script to ensure CQF tooling jar is present.\n4. Update `_extractMATBundle.sh` so that `mat_bundle` points to the JSON file within the MeasureExport directory.\n5. Run `_extractMATBundle.sh` to load Measure Resources.\n6. Create a directory under `input\\tests\\measure` with the Measure ID.\n7. Copy all files from the TestCaseExport directory to this newly created directory.\n8. Update `_extractBundleResources.sh` so that `mat_bundle` points to this newly created directory.\n9. Run `_extractBundleResources.sh` to populate test case resources.\n10. Run `_refresh.sh` to refresh IG content.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcqframework%2Fdqm-content-cms-2026","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcqframework%2Fdqm-content-cms-2026","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcqframework%2Fdqm-content-cms-2026/lists"}