mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-02 09:29:13 +00:00
Add R4B support to FHIRVersions
This commit is contained in:
parent
3d312a1863
commit
5e391eeace
@ -6824,6 +6824,10 @@ public String toCode(int len) {
|
||||
public String toString() {
|
||||
return toCode();
|
||||
}
|
||||
|
||||
public boolean isR4B() {
|
||||
return toCode().startsWith("4.0");
|
||||
}
|
||||
// end addition
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user