Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependsOn example, plus. #12

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
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