Skip to content

Commit

Permalink
Updates for Using CQL With FHIR IG STU2 Ballot
Browse files Browse the repository at this point in the history
  • Loading branch information
brynrhodes committed Dec 16, 2024
1 parent 2960c03 commit 839a73d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions xml/FHIR-uv-cql.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<specification xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ballotUrl="http://hl7.org/fhir/uv/cql/2024Jan" ciUrl="http://build.fhir.org/ig/HL7/cql-ig" defaultVersion="1.0.0" defaultWorkgroup="cds" gitUrl="https://github.com/HL7/cql-ig" url="http://hl7.org/fhir/uv/cql">
<specification xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ballotUrl="http://hl7.org/fhir/uv/cql/2025Jan" ciUrl="http://build.fhir.org/ig/HL7/cql-ig" defaultVersion="1.0.0" defaultWorkgroup="cds" gitUrl="https://github.com/HL7/cql-ig" url="http://hl7.org/fhir/uv/cql">
<version code="current" url="http://build.fhir.org/ig/HL7/cql-ig"/>
<version code="2.0.0-ballot" url="http://hl7.org/fhir/uv/cql/2025Jan"/>
<version code="1.0.0" url="http://hl7.org/fhir/uv/cql/STU1"/>
<version code="1.0.0-snapshot" url="http://hl7.org/fhir/uv/cqly/1.0.0-snapshot"/>
<version code="1.0.0-ballot" url="http://hl7.org/fhir/uv/cql/2024Jan"/>
<version code="1.0.0-snapshot" url="http://hl7.org/fhir/uv/cql/1.0.0-snapshot"/>
<version code="1.0.0-ballot" deprecated="true" url="http://hl7.org/fhir/uv/cql/2024Jan"/>
<artifactPageExtension value="-definitions"/>
<artifactPageExtension value="-examples"/>
<artifactPageExtension value="-mappings"/>
Expand Down Expand Up @@ -45,7 +46,10 @@
<artifact id="Patient/example" key="Patient-example" name="Example Patient"/>
<artifact id="ValueSet/shareable-example" key="ValueSet-shareable-example" name="Example Specific health concern(s) Codes"/>
<artifact id="Parameters/cql-typemappingexampleresult" key="Parameters-cql-typemappingexampleresult" name="Example Type Mapping Evaluation Result Parameters"/>
<artifact deprecated="true" id="Library/FHIRCommon" key="Library-FHIRCommon" name="FHIR Common"/>
<artifact id="Library/FHIRCommon" key="Library-FHIRCommon" name="FHIR Common"/>
<artifact id="Library/FHIRHelpers" key="Library-FHIRHelpers" name="FHIR Helpers"/>
<artifact id="Library/FHIRHelpersTests" key="Library-FHIRHelpersTests" name="FHIR HelpersTests"/>
<artifact id="Library/FHIR-ModelInfo" key="Library-FHIR-ModelInfo" name="FHIR Model Definition"/>
<artifact id="CapabilityStatement/cql-evaluation-service-example" key="CapabilityStatement-cql-evaluation-service-example" name="Library Evaluation Service Capability Statement Example"/>
<artifact id="Library/ParameterExample" key="Library-ParameterExample" name="Parameter Example"/>
<artifact id="StructureDefinition/cql-specifichealthconcerns-profile-example" key="StructureDefinition-cql-specifichealthconcerns-profile-example" name="Specific health concern(s)"/>
Expand All @@ -69,4 +73,4 @@
<page key="using-cql" name="Using CQL"/>
<page key="using-elm" name="Using ELM"/>
<page key="using-modelinfo" name="Using ModelInfo"/>
</specification>
</specification>

0 comments on commit 839a73d

Please sign in to comment.