One more fix
This commit is contained in:
parent
d050b7b3c2
commit
5187ddf7a2
|
@ -211,6 +211,11 @@ public class TermReadSvcR4 extends BaseTermReadSvcImpl implements ITermReadSvcR4
|
||||||
return supportsSystem(theSystem);
|
return supportsSystem(theSystem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isValueSetSupported(FhirContext theContext, String theValueSetUrl) {
|
||||||
|
return myValidationSupport.fetchResource(myContext, ValueSet.class, theValueSetUrl) != null;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public StructureDefinition generateSnapshot(StructureDefinition theInput, String theUrl, String theWebUrl, String theProfileName) {
|
public StructureDefinition generateSnapshot(StructureDefinition theInput, String theUrl, String theWebUrl, String theProfileName) {
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Reference in New Issue