Skip to content

Commit

Permalink
Merge pull request #144 from abdullah-git1/master
Browse files Browse the repository at this point in the history
QA fixes - ignoreWarnings and codesystem-publishable-example
  • Loading branch information
brynrhodes authored Aug 28, 2023
2 parents 1b57c02 + f0198a5 commit 8b84b1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions input/ignoreWarnings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ WARNING: StructureDefinition.where(url = 'http://hl7.org/fhir/us/cqfmeasures/Str
# CPT Code System cannot be validated, the content containing these codes is from measure developers, built with VSAC-enabled tooling, we are confident the CPT codes referenced here are correct
The definition for the Code System with URI 'http://www.ama-assn.org/go/cpt' doesnt provide any codes so the code cannot be validated

# The following information message in the example is related to terminology referenced in profiles with the status of draft . Will address these in future profiles
INFORMATION: Measure/EXMLogic-FHIR: Measure.contained[0]/*Library/effective-data-requirements*/.dataRequirement[1].extension[1].extension[1].value.ofType(code): Reference to draft item http://hl7.org/fhir/search-comparator|4.0.1

# This error appears to be inherited from the base capability statement
WARNING: StructureDefinition/capability-statement-cqfm: StructureDefinition.snapshot.element[0].constraint[6].xpath: value should not start or finish with whitespace ' not(f:kind/@value='instance') or (not(exists(f:implementation)) and exists(f:software))'

Expand Down
2 changes: 1 addition & 1 deletion input/resources/CodeSystem-publishable-example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<description value="This is an example code system, based on the SNOMED CT Code System to illustrate a publishable code system resource. SNOMED CT is a core clinical healthcare terminology that contains concepts with unique meanings and formal logic based definitions organized into hierarchies."/>
<copyright value="This artefact includes content from SNOMED Clinical Terms (SNOMED CT) which is copyrighted material of the International Health Terminology Standards Development Organisation (IHTSDO). Where an implementation of this artefact makes use of SNOMED CT content, the implementer must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or [email protected]"/>
<caseSensitive value="false"/>
<content value="not-present"/>
<content value="example"/>
<!-- NOTE: This concept is included to avoid the error that a publishablecodesystem requires content, it shouldn't: https://jira.hl7.org/browse/FHIR-31753 -->
<concept>
<code value="428361000124107"/>
Expand Down

0 comments on commit 8b84b1b

Please sign in to comment.