This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v4.0.0-ballot: STU 4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 3.0.0. For a full list of available versions, see the Directory of published versions
Official URL: http://hl7.org/fhir/us/cqfmeasures/OperationDefinition/Library-data-requirements | Version: 3.0.0 | |||
Draft as of 2019-11-01 | Computable Name: LibraryDataRequirements |
Determines the effective data requirements for the library, including known components and dependencies, and optionally informed by a version manifest.
URL: [base]/Library/$data-requirements
URL: [base]/Library/[id]/$data-requirements
Parameters
Use | Name | Cardinality | Type | Binding | Documentation |
IN | id | 0..1 | string | The logical id of the library to analyze. The server must know the library (e.g. it is defined explicitly in the server's libraries) | |
IN | url | 0..1 | uri | A canonical reference to a library. The server must know the library (e.g. it is defined explicitly in the server's libraries | |
IN | version | 0..1 | string | The version of the library to analyze | |
IN | identifier | 0..1 | string (token) | A business identifier of the library to be analyzed. The server must know the library and the identifier must resolve unambiguously to a single library on the server. | |
IN | expression | 0..* | string | The name of a specific expression to be considered for analysis. If no expressions are specified, the analysis is performed on the entire library. If expressions are specified, the analysis is performed only on the expressions specified. | |
IN | parameters | 0..1 | Parameters | Any input parameters for the artifact. Parameters defined in this input will be bound by name to parameters defined in the CQL library (or referenced libraries). Parameter types are mapped to CQL as specified in the Using CQL section of this implementation guide. If a parameter appears more than once in the input Parameters resource, it is represented with a List in the input CQL. If a parameter has parts, it is represented as a Tuple in the input CQL. | |
IN | system-version | 0..* | canonical | Specifies a version to use for a system, if the library or value set does not already specify which one to use. The format is the same as a canonical URL: [system]|[version] - e.g. http://loinc.org|2.56 | |
IN | check-system-version | 0..* | canonical | Edge Case: Specifies a version to use for a system. If a library or value set specifies a different version, an error is returned instead of the package. The format is the same as a canonical URL: [system]|[version] - e.g. http://loinc.org|2.56 | |
IN | force-system-version | 0..* | canonical | Edge Case: Specifies a version to use for a system. This parameter overrides any specified version in the library and value sets (and any it depends on). The format is the same as a canonical URL: [system]|[version] - e.g. http://loinc.org|2.56. Note that this has obvious safety issues, in that it may result in a value set expansion giving a different list of codes that is both wrong and unsafe, and implementers should only use this capability reluctantly. It primarily exists to deal with situations where specifications have fallen into decay as time passes. If the value is override, the version used SHALL explicitly be represented in the expansion parameters | |
IN | manifest | 0..1 | canonical | Specifies an asset-collection library that defines version bindings for code systems referenced by value set(s) or other artifacts used in the artifact. When specified, code systems identified as | |
IN | include-dependencies | 0..1 | boolean | Specifies whether to follow known dependencies of the artifact as part of the analysis, recursively (default = true) | |
IN | include-components | 0..1 | boolean | Specifies whether to follow known components of the artifact as part of the analysis, recursively (default = true) | |
OUT | return | 1..1 | Bundle | The result of the requirements operation is a module-definition Library that returns the computed effective requirements of the artifact. |
The requirements operation supports the ability of a repository to determine the effective requirements of an artifact, including terminology usage (code systems, value sets, and direct-reference codes), parameters, dependencies (artifacts), and data requirements