FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.cqfmeasures
Resource TypeLibrary
IdLibrary-Manifest-Initial-Draft.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Title: eCQM Update 2024 - Initial Draft
Id: Manifest-Initial-Draft
Version: 1.0.0-initial
Url: eCQM Update 2024 - Initial Draft
Official

eCQM Update 2024

Status: draft
Experimental: true
Type:

system: http://terminology.hl7.org/CodeSystem/library-type

code: asset-collection

Date: 2023-08-01
Publisher: HL7 International / Clinical Quality Information
Description:

This library is an example initial draft of a version manifest (also referred to as an expansion profile) that specifies expansion rules for a set of value sets used for an example set of CMS measures.

Jurisdiction: US
Purpose:

This library is defined to illustrate a Version Manifest in initial draft status, as it would look at the beginning of an eCQM Annual Update cycle, established on August 1st, 2023. The latest available version of code systems used at that time is specified to provide stability for value set expansion during the authoring phase. Terminology.HL7.org, in particular, was version 5.2.0 at the time, and FHIR code system versions are chosen from that release.


Source1

{
  "resourceType": "Library",
  "id": "Manifest-Initial-Draft",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-manifestlibrary"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Parameters",
      "id": "exp-params",
      "parameter": [
        {
          "name": "system-version",
          "valueCanonical": "http://snomed.info/sct|http://snomed.info/sct/731000124108/version/20230901"
        },
        {
          "name": "system-version",
          "valueCanonical": "http://loinc.org|2.74"
        },
        {
          "name": "activeOnly",
          "valueBoolean": true
        },
        {
          "name": "includeDraft",
          "valueBoolean": true
        }
      ]
    }
  ],
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-expansionParameters",
      "valueReference": {
        "reference": "#exp-params"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cqi"
    }
  ],
  "url": "http://hl7.org/fhir/us/cqfmeasures/Library/Manifest-Initial-Draft",
  "identifier": [
    {
      "use": "official",
      "system": "http://example.org/fhir/cqi/ecqm/Library/Identifier",
      "value": "eCQM Update 2024"
    }
  ],
  "version": "1.0.0-initial",
  "name": "ECQMUpdate2024InitialDraft",
  "title": "eCQM Update 2024 - Initial Draft",
  "status": "draft",
  "experimental": true,
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/library-type",
        "code": "asset-collection"
      }
    ]
  },
  "date": "2023-08-01",
  "publisher": "HL7 International / Clinical Quality Information",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description": "This library is an example initial draft of a version manifest (also referred to as an expansion profile) that specifies expansion rules for a set of value sets used for an example set of CMS measures.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "purpose": "This library is defined to illustrate a Version Manifest in initial draft status, as it would look at the beginning of an eCQM Annual Update cycle, established on August 1st, 2023. The latest available version of code systems used at that time is specified to provide stability for value set expansion during the authoring phase. Terminology.HL7.org, in particular, was version 5.2.0 at the time, and FHIR code system versions are chosen from that release."
}