Skip to content

Commit

Permalink
Merge pull request #1440 from CMSgov/feature/QPPSE-2007-Implement_PY2…
Browse files Browse the repository at this point in the history
…4_TemplateID_Changes

QPPSE-2007: Implement PY24 template id changes
  • Loading branch information
sivaksb authored Jun 3, 2024
2 parents dd02bcc + 601fa8b commit 13af31f
Show file tree
Hide file tree
Showing 163 changed files with 785,020 additions and 41,477 deletions.
12 changes: 6 additions & 6 deletions commandline/src/test/resources/valid-QRDA-III-latest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4426,8 +4426,8 @@ CDA Header
<code code="252116004" codeSystem="2.16.840.1.113883.6.96"
displayName="Observation Parameters"/>
<effectiveTime>
<low value="20230101"/>
<high value="20231231"/>
<low value="20240101"/>
<high value="20241231"/>
</effectiveTime>
</act>
</entry>
Expand Down Expand Up @@ -4579,8 +4579,8 @@ CDA Header
<code code="252116004" codeSystem="2.16.840.1.113883.6.96"
displayName="Observation Parameters"/>
<effectiveTime>
<low value="20230201"/>
<high value="20230531"/>
<low value="20240201"/>
<high value="20240531"/>
</effectiveTime>
</act>
</entry>
Expand Down Expand Up @@ -4702,8 +4702,8 @@ CDA Header
<code code="252116004" codeSystem="2.16.840.1.113883.6.96"
displayName="Observation Parameters"/>
<effectiveTime>
<low value="20230101"/>
<high value="20230430"/>
<low value="20240101"/>
<high value="20240430"/>
</effectiveTime>
</act>
</entry>
Expand Down
48 changes: 24 additions & 24 deletions commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,30 +50,30 @@
<name>!env.CI</name>
</property>
</activation>
<!-- <build>-->
<!-- <plugins>-->
<!-- <plugin>-->
<!-- <groupId>com.googlecode.maven-download-plugin</groupId>-->
<!-- <artifactId>download-maven-plugin</artifactId>-->
<!-- <version>1.6.6</version>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>get-measure-data</id>-->
<!-- <phase>validate</phase>-->
<!-- <goals>-->
<!-- <goal>wget</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <url>https://raw.githubusercontent.com/CMSgov/qpp-measures-data/develop/measures/2023/measures-data.json</url>-->
<!-- <skipCache>true</skipCache>-->
<!-- <overwrite>true</overwrite>-->
<!-- <outputDirectory>${basedir}/src/main/resources</outputDirectory>-->
<!-- </configuration>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<!-- </plugins>-->
<!-- </build>-->
<build>
<plugins>
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.6.6</version>
<executions>
<execution>
<id>get-measure-data</id>
<phase>validate</phase>
<goals>
<goal>wget</goal>
</goals>
<configuration>
<url>https://raw.githubusercontent.com/CMSgov/qpp-measures-data/develop/measures/2024/measures-data.json</url>
<skipCache>true</skipCache>
<overwrite>true</overwrite>
<outputDirectory>${basedir}/src/main/resources</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>

Expand Down
Loading

0 comments on commit 13af31f

Please sign in to comment.