Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ output
# Don't commit this because it's so large #
###########################################
/input-cache/org.hl7.fhir.publisher.jar
/input-cache/publisher.jar

# Windows generated files #
###########################
Expand Down
6 changes: 1 addition & 5 deletions input/pagecontent/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@
<pre><code class="language-xml">&lt;dependsOn id=&quot;cqf&quot;&gt;
&lt;uri value=&quot;http://fhir.org/guides/cqf/common/ImplementationGuide/fhir.cqf.common&quot;/&gt;
&lt;packageId value=&quot;fhir.cqf.common&quot;/&gt;
&lt;!--NOTE: Use the dev version here because the CQF IG has not yet been published.
Note that this also means that the CQF IG must be built locally in order to be installed in your local FHIR package cache
&lt;version value=&quot;4.0.1&quot;/&gt;
--&gt;
&lt;version value=&quot;dev&quot;/&gt;
&lt;version value=&quot;4.1.0&quot;/&gt;
&lt;/dependsOn&gt;</code></pre>

<a name="fhir-modelinfo"> </a>
Expand Down