Merge branch 'hapifhir:master' into master
This commit is contained in:
commit
928ef468d5
|
@ -49,7 +49,7 @@ public enum FhirPublication {
|
||||||
R4;
|
R4;
|
||||||
|
|
||||||
public static FhirPublication fromCode(String v) {
|
public static FhirPublication fromCode(String v) {
|
||||||
if (VersionUtilities.isR4Ver(v))
|
if (VersionUtilities.isR2Ver(v))
|
||||||
return FhirPublication.DSTU2;
|
return FhirPublication.DSTU2;
|
||||||
if ("1.0".equals(v))
|
if ("1.0".equals(v))
|
||||||
return FhirPublication.DSTU2;
|
return FhirPublication.DSTU2;
|
||||||
|
|
Loading…
Reference in New Issue