mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-09 14:31:17 +00:00
fix cqfmeasures url
This commit is contained in:
parent
62b70947b8
commit
78dd110814
@ -119,6 +119,9 @@ public class PackageHacker {
|
||||
if (webref.equals("file://C:\\GitHub\\hl7.fhir.us.qicore#4.0.0\\output")) {
|
||||
return "http://hl7.org/fhir/us/qicore/STU4";
|
||||
}
|
||||
if (webref.equals("file://C:\\GitHub\\hl7.fhir.us.cqfmeasures#2.0.0\\output")) {
|
||||
return "http://hl7.org/fhir/us/cqfmeasures/STU2";
|
||||
}
|
||||
return webref;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user