Skip to content

Commit

Permalink
Changed packageId to fhir.cqf.common
Browse files Browse the repository at this point in the history
  • Loading branch information
brynrhodes committed Nov 12, 2021
1 parent dca4be9 commit b9fe9b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions input/cqf.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?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="cqf.fhir.common"/>
<id value="fhir.cqf.common"/>
<!-- <extension url="http://hl7.org/fhir/tools/StructureDefinition/igpublisher-spreadsheet">
<valueString value="resources-spreadsheet.xml"/>
</extension>-->
<url value="http://fhir.org/guides/cqf/common/ImplementationGuide/cqf.fhir.common"/>
<url value="http://fhir.org/guides/cqf/common/ImplementationGuide/fhir.cqf.common"/>
<version value="4.0.1"/>
<name value="CQFCommon"/>
<title value="Clinical Quality Framework Common FHIR Assets"/>
Expand All @@ -25,7 +25,7 @@
</coding>
</jurisdiction>
<copyright value="© Alphora 2019+"/>
<packageId value="cqf.fhir.common"/>
<packageId value="fhir.cqf.common"/>
<license value="Apache-2.0"/>
<fhirVersion value="4.0.1"/>
<dependsOn id="cpg">
Expand Down
6 changes: 3 additions & 3 deletions input/pagecontent/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
below. To use these libraries in your implementation guide, include a reference to this implementation guide as
an implementation guide dependency:</p>
<pre><code class="language-xml">&lt;dependsOn id=&quot;cqf&quot;&gt;
&lt;uri value=&quot;http://fhir.org/guides/cqf/common/ImplementationGuide/cqf.fhir.common&quot;/&gt;
&lt;packageId value=&quot;cqf.fhir.common&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;
Expand Down Expand Up @@ -86,5 +86,5 @@
FHIR-based CQL artifact development, including declarations for commonly used terminologies,
as well as functions for dealing with common choice patterns and extensions.</p>
<p>Note that FHIRCommon is not a "well-known" library name, so it must be included using it's namespace:</p>
<pre><code class="language-cql">include cqf.fhir.common.FHIRCommon</code></pre>
<pre><code class="language-cql">include fhir.cqf.common.FHIRCommon</code></pre>
</div>
2 changes: 1 addition & 1 deletion package-list.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"package-id" : "cqf.fhir.common",
"package-id" : "fhir.cqf.common",
"title" : "Clinical Quality Framework Common FHIR Assets",
"canonical" : "http://fhir.org/guides/cqf/common",
"category": "Quality / CDS",
Expand Down

0 comments on commit b9fe9b9

Please sign in to comment.