One more fix

This commit is contained in:
James Agnew 2019-12-19 15:21:12 -05:00
parent d050b7b3c2
commit 5187ddf7a2
1 changed files with 5 additions and 0 deletions

View File

@ -211,6 +211,11 @@ public class TermReadSvcR4 extends BaseTermReadSvcImpl implements ITermReadSvcR4
return supportsSystem(theSystem);
}
@Override
public boolean isValueSetSupported(FhirContext theContext, String theValueSetUrl) {
return myValidationSupport.fetchResource(myContext, ValueSet.class, theValueSetUrl) != null;
}
@Override
public StructureDefinition generateSnapshot(StructureDefinition theInput, String theUrl, String theWebUrl, String theProfileName) {
return null;