mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-07 21:38:15 +00:00
#977 Add support for R4B
This commit is contained in:
parent
a66bf51e5b
commit
b43581f588
@ -375,6 +375,9 @@ public class ValidationEngine implements IValidatorResourceFetcher, IValidationP
|
||||
if (VersionUtilities.isR4Ver(version)) {
|
||||
pid = "hl7.terminology.r4";
|
||||
}
|
||||
if (VersionUtilities.isR4BVer(version)) {
|
||||
pid = "hl7.terminology.r4";
|
||||
}
|
||||
if (VersionUtilities.isR5Ver(version)) {
|
||||
pid = "hl7.terminology.r5";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user