Package org.hl7.fhir.r5.terminologies
Class ValueSetCheckerSimple
java.lang.Object
org.hl7.fhir.r5.terminologies.ValueSetWorker
org.hl7.fhir.r5.terminologies.ValueSetCheckerSimple
- All Implemented Interfaces:
ValueSetChecker
-
Constructor Summary
ConstructorsConstructorDescriptionValueSetCheckerSimple(org.hl7.fhir.utilities.validation.ValidationOptions options, ValueSet source, IWorkerContext context) ValueSetCheckerSimple(org.hl7.fhir.utilities.validation.ValidationOptions options, ValueSet source, IWorkerContext context, ValidationContextCarrier ctxt) -
Method Summary
Modifier and TypeMethodDescriptioncodeInValueSet(String system, String code, List<String> warnings) resolveCodeSystem(String system) validateCode(CodeableConcept code) validateCode(Coding code) booleanvalidateCodeInConceptList(String code, CodeSystem def, List<CodeSystem.ConceptDefinitionComponent> list) Methods inherited from class org.hl7.fhir.r5.terminologies.ValueSetWorker
isServerSide
-
Constructor Details
-
ValueSetCheckerSimple
public ValueSetCheckerSimple(org.hl7.fhir.utilities.validation.ValidationOptions options, ValueSet source, IWorkerContext context) -
ValueSetCheckerSimple
public ValueSetCheckerSimple(org.hl7.fhir.utilities.validation.ValidationOptions options, ValueSet source, IWorkerContext context, ValidationContextCarrier ctxt)
-
-
Method Details
-
validateCode
public IWorkerContext.ValidationResult validateCode(CodeableConcept code) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
resolveCodeSystem
-
validateCode
public IWorkerContext.ValidationResult validateCode(Coding code) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
codeInValueSet
public Boolean codeInValueSet(String system, String code, List<String> warnings) throws org.hl7.fhir.exceptions.FHIRException - Specified by:
codeInValueSetin interfaceValueSetChecker- Throws:
org.hl7.fhir.exceptions.FHIRException
-
validateCodeInConceptList
public boolean validateCodeInConceptList(String code, CodeSystem def, List<CodeSystem.ConceptDefinitionComponent> list)
-