Merge branch 'hapifhir:master' into master

This commit is contained in:
Bryn Rhodes 2022-02-23 19:45:36 -07:00 committed by GitHub
commit 928ef468d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public enum FhirPublication {
R4;
public static FhirPublication fromCode(String v) {
if (VersionUtilities.isR4Ver(v))
if (VersionUtilities.isR2Ver(v))
return FhirPublication.DSTU2;
if ("1.0".equals(v))
return FhirPublication.DSTU2;