Package org.hl7.fhir.r5.terminologies
Interface ValueSetChecker
- All Known Implementing Classes:
ValueSetCheckerSimple
public interface ValueSetChecker
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncodeInValueSet(String system, String version, String code, ValueSetChecker.ValidationProcessInfo info)
-
Method Details
-
codeInValueSet
Boolean codeInValueSet(String system, String version, String code, ValueSetChecker.ValidationProcessInfo info) throws ValueSetExpander.ETooCostly, EOperationOutcome, Exception
-