FHIR-48462 Removed references to (previously removed) Quality Program… #225
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
… value set.
StructureDefinition-extension-reportingProgram.json
set value types to Identifier and canonical ("http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-manifestlibrary")
QA shows 0 0 0
OperationDefinition-evaluate.xml
Removed programCode input
Added input programIdentifier 0..1 string(token) The business identifier of the reporting program, for which measures are being evaluated. For example, downstream IGs could specify program identifiers. Mutually exclusive use with programUrl - it is an error to pass in both programIdentifier and programUrl parameters.
Added input programUrl 0..1 canonical(CRMIManifestLibrary)
QA shows 0 0 0
Removed references to the quality-program valueset/codesystem from examples:
MeasureReport-indv-measurereport02.json QA: 1 0 0 (See note below re: these QA items)
Measure-measure-exm108-example.json QA: 1 1 0
Measure-pi-example.json QA: 1 1 0
col-requirements-example.md (in 'includes' folder)
Removed quality program examples from care-gaps-operation-example.md (in includes folder)
QA reports a warning and error for each new reference to http://hl7.org/fhir/us/cqfmeasures/CodeSystem/intended-venue-codes:
input\examples\Measure-measure-exm108-example.json
input\examples\Measure-measure-exm108-example.json
input\examples\Measure-pi-example.json
These will go away once QM IG STU5 is published and we update the DEQM dependency accordingly.
Similarly, the error "Canonical URL 'http://hl7.org/fhir/us/cqfmeasures/Library/Quality-Program-Example' does not resolve"
shows up in MeasureReport-indv-measurereport02. This resovles when dependency on QM IG is updated.