public class ValueSetCheckerSimple extends Object implements ValueSetChecker
| Constructor and Description |
|---|
ValueSetCheckerSimple(org.hl7.fhir.utilities.validation.ValidationOptions options,
ValueSet source,
IWorkerContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
codeInValueSet(String system,
String code) |
IWorkerContext.ValidationResult |
validateCode(CodeableConcept code) |
IWorkerContext.ValidationResult |
validateCode(Coding code) |
boolean |
validateCodeInConceptList(String code,
CodeSystem def,
List<CodeSystem.ConceptDefinitionComponent> list) |
public ValueSetCheckerSimple(org.hl7.fhir.utilities.validation.ValidationOptions options, ValueSet source, IWorkerContext context)
public IWorkerContext.ValidationResult validateCode(CodeableConcept code) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic IWorkerContext.ValidationResult validateCode(Coding code) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic boolean codeInValueSet(String system, String code) throws org.hl7.fhir.exceptions.FHIRException
codeInValueSet in interface ValueSetCheckerorg.hl7.fhir.exceptions.FHIRExceptionpublic boolean validateCodeInConceptList(String code, CodeSystem def, List<CodeSystem.ConceptDefinitionComponent> list)
Copyright © 2014–2021 Health Level 7. All rights reserved.