-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Versioning and NewRefreshIg Merge (#526)
* Versioning and NewRefreshIg Merge * Revert test * Updating refresh TerserUtil usage to clear field before update * Update * Added test cases for external reference and Versioning * Added test cases for external reference and Versioning 2 * Reduced test IG Size * Reduced test IG Size and update location * Removed use of Junit, replaced my TestNg Framework * Using afterSuite instead of method * Test update * Fix paths * Fix urls --------- Co-authored-by: c-schuler <[email protected]> Co-authored-by: JP <[email protected]>
- Loading branch information
1 parent
1f3a5c8
commit 2ca0172
Showing
24 changed files
with
4,869 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[IG] | ||
ig = input/cqf-us.xml | ||
template = cqf.fhir.template | ||
usage-stats-opt-out = false |
134 changes: 134 additions & 0 deletions
134
tooling/src/test/resources/NewRefreshIG/input/cqf-us.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ImplementationGuide xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../input-cache/schemas/R5/fhir-single.xsd"> | ||
<id value="fhir.cqf.us.common"/> | ||
<!-- <extension url="http://hl7.org/fhir/tools/StructureDefinition/igpublisher-spreadsheet"> | ||
<valueString value="resources-spreadsheet.xml"/> | ||
</extension>--> | ||
<url value="http://fhir.org/guides/cqf/us/common/ImplementationGuide/fhir.cqf.us.common"/> | ||
<version value="0.1.0"/> | ||
<name value="CQFUSCommon"/> | ||
<title value="Clinical Quality Framework Common FHIR Assets (US-Based)"/> | ||
<status value="draft"/> | ||
<experimental value="false"/> | ||
<publisher value="Clinical Quality Framework"/> | ||
<contact> | ||
<telecom> | ||
<system value="url"/> | ||
<value value="http://github.com/cqframework"/> | ||
</telecom> | ||
</contact> | ||
<description value="This implementation guide contains common FHIR assets for use in US-based CQFramework content IGs, including the USCore-ModelInfo and USCommon libraries."/> | ||
<jurisdiction> | ||
<coding> | ||
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> | ||
<code value="840"/> | ||
<display value="USA"/> | ||
</coding> | ||
</jurisdiction> | ||
<packageId value="fhir.cqf.us.common"/> | ||
<license value="CC0-1.0"/> | ||
<fhirVersion value="4.0.1"/> | ||
<!-- Do not declare this dependency, since we would like to use this IG to fix | ||
the reference problems in CPG as well... | ||
<dependsOn id="cpg"> | ||
<uri value="http://hl7.org/fhir/uv/cpg/ImplementationGuide/hl7.fhir.uv.cpg"/> | ||
<packageId value="hl7.fhir.uv.cpg"/> | ||
<version value="1.0.0"/> | ||
</dependsOn>--> | ||
<dependsOn id="cqf"> | ||
<uri value="http://fhir.org/guides/cqf/common/ImplementationGuide/fhir.cqf.common"/> | ||
<packageId value="fhir.cqf.common"/> | ||
<version value="4.0.1"/> | ||
</dependsOn> | ||
<dependsOn id="uscore"> | ||
<uri value="http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"/> | ||
<packageId value="hl7.fhir.us.core"/> | ||
<version value="3.1.1"/> | ||
</dependsOn> | ||
<definition> | ||
<page> | ||
<!-- The root will always be toc.html - the template will force it if you don't do it --> | ||
<nameUrl value="toc.html"/> | ||
<title value="Table of Contents"/> | ||
<generation value="html"/> | ||
<page> | ||
<nameUrl value="index.html"/> | ||
<title value="Home"/> | ||
<generation value="html"/> | ||
</page> | ||
<page> | ||
<nameUrl value="downloads.html"/> | ||
<title value="Downloads"/> | ||
<generation value="html"/> | ||
</page> | ||
<page> | ||
<nameUrl value="license.html"/> | ||
<title value="License"/> | ||
<generation value="markdown"/> | ||
</page> | ||
</page> | ||
<!-- copyright year is a mandatory parameter --> | ||
<parameter> | ||
<code value="copyrightyear"/> | ||
<value value="2019+"/> | ||
</parameter> | ||
<!-- releaselabel should be the ballot status for HL7-published IGs. --> | ||
<parameter> | ||
<code value="releaselabel"/> | ||
<value value="CI Build"/> | ||
</parameter> | ||
<parameter> | ||
<code value="find-other-resources"/> | ||
<value value="true"/> | ||
</parameter> | ||
<!-- This parameter indicates to the publisher that it should translate and package CQL libraries. See the example library resources for more --> | ||
<!-- Disabling because the publisher tooling does not know how to deal with FHIRHelpers and FHIR-ModelInfo in this IG --> | ||
<parameter> | ||
<code value="path-binary"/> | ||
<value value="input/cql"/> | ||
</parameter> | ||
<!-- <parameter>--> | ||
<!-- <code value="path-resource"/>--> | ||
<!-- <value value="input/resources/device"/>--> | ||
<!-- </parameter>--> | ||
<parameter> | ||
<code value="path-resource"/> | ||
<value value="input/resources/library"/> | ||
</parameter> | ||
<!-- <parameter>--> | ||
<!-- <code value="path-resource"/>--> | ||
<!-- <value value="input/resources/questionnaire"/>--> | ||
<!-- </parameter>--> | ||
<!-- <parameter>--> | ||
<!-- <code value="path-liquid"/>--> | ||
<!-- <value value="templates\liquid"/>--> | ||
<!-- </parameter>--> | ||
<!-- <parameter>--> | ||
<!-- <code value="path-suppressed-warnings"/>--> | ||
<!-- <value value="input/ignoreWarnings.txt"/>--> | ||
<!-- </parameter>--> | ||
<!-- <!– Allow the domain CPG. This does prevent a few of the errors,--> | ||
<!-- but the canonical URLs for extensions and profiles from this domain still result in errors... –>--> | ||
<!-- <parameter>--> | ||
<!-- <code value="extension-domain"/>--> | ||
<!-- <value value="http://hl7.org/fhir/uv/cpg"/>--> | ||
<!-- </parameter>--> | ||
<!-- Uncomment one or more of these if you want to limit which syntaxes are supported or want to disable the display of mappings | ||
<parameter> | ||
<code value="excludexml"/> | ||
<value value="true"/> | ||
</parameter> | ||
<parameter> | ||
<code value="excludejson"/> | ||
<value value="true"/> | ||
</parameter> | ||
<parameter> | ||
<code value="excludettl"/> | ||
<value value="true"/> | ||
</parameter> | ||
<parameter> | ||
<code value="excludemap"/> | ||
<value value="true"/> | ||
</parameter>--> | ||
</definition> | ||
</ImplementationGuide> |
Oops, something went wrong.