Skip to content

Commit

Permalink
Updated FHIRHelpers include for cql 2/2
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddieppois committed May 15, 2024
1 parent 4dd8b1d commit 15f8d39
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ using FHIR version '4.0.1'

// NOTE: Updated to 4.0.1 for now to simplify dependencies
// NOTE: include FHIRHelpers version '4.2.000'
include fhir.cqf.common.FHIRHelpers version '4.0.1'
include fhir.cqf.common.FHIRCommon.FHIRHelpers version '4.0.1'

// NOTE: Removed in favor of USCoreCommon
//include QICoreCommon version '1.3.000'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ library MBODAInitialExpressions version '0.1.0'
using USCore version '3.1.1'
using FHIR version '4.0.1'

include fhir.cqf.common.FHIRHelpers version '4.0.1'
include fhir.cqf.common.FHIRCommon.FHIRHelpers version '4.0.1'
include USCoreCommon version '0.1.0' called UC
include USCoreElements version '0.1.0' called UCE

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ library UPPARFInitialExpressions version '0.1.0'
using USCore version '3.1.1'
using FHIR version '4.0.1'

include fhir.cqf.common.FHIRHelpers version '4.0.1'
include fhir.cqf.common.FHIRCommon.FHIRHelpers version '4.0.1'
include USCoreCommon version '0.1.0' called UC
include USCoreElements version '0.1.0' called UCE

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ library USCoreCommon version '0.1.0'
using USCore version '3.1.1'
using FHIR version '4.0.1'

include fhir.cqf.common.FHIRHelpers version '4.0.1'
include fhir.cqf.common.FHIRCommon.FHIRHelpers version '4.0.1'

codesystem "LOINC": 'http://loinc.org'
codesystem "SNOMEDCT": 'http://snomed.info/sct'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ library USCoreElements version '0.1.0'

using USCore version '3.1.1'

include fhir.cqf.common.FHIRHelpers version '4.0.1'
include fhir.cqf.common.FHIRCommon.FHIRHelpers version '4.0.1'
include USCoreCommon version '0.1.0' called UC

valueset "Common allergy substances": 'http://hl7.org/fhir/us/core/ValueSet/us-core-allergy-substance'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ library USCoreTests version '0.1.0'

using USCore version '3.1.1'

include fhir.cqf.common.FHIRHelpers version '4.0.1'
include fhir.cqf.common.FHIRCommon.FHIRHelpers version '4.0.1'

codesystem "Marital Status Codes": 'http://terminology.hl7.org/CodeSystem/v3-MaritalStatus'
codesystem "CDC Race and Ethnicity Codes": 'urn:oid:2.16.840.1.113883.6.238'
Expand Down

0 comments on commit 15f8d39

Please sign in to comment.