Add R4B support to FHIRVersions

This commit is contained in:
Grahame Grieve 2021-03-06 08:58:04 +11:00
parent 3d312a1863
commit 5e391eeace
1 changed files with 4 additions and 0 deletions

View File

@ -6824,6 +6824,10 @@ public String toCode(int len) {
public String toString() {
return toCode();
}
public boolean isR4B() {
return toCode().startsWith("4.0");
}
// end addition
}