public interface ITerminologyServices
| Modifier and Type | Interface and Description |
|---|---|
static class |
ITerminologyServices.ValidationResult |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkVS(ValueSet.ConceptSetComponent vsi,
String system,
String code)
Test the value set fragment (system | codes | filters).
|
ValueSetExpander.ValueSetExpansionOutcome |
expand(ValueSet vs) |
ValueSet.ValueSetExpansionComponent |
expandVS(ValueSet.ConceptSetComponent inc)
Expand the value set fragment (system | codes | filters).
|
CodeSystem.ConceptDefinitionComponent |
getCodeDefinition(String system,
String code)
given a system|code, return a definition for it.
|
boolean |
supportsSystem(String system)
return true if the service handles code or value set resolution on the system
|
ITerminologyServices.ValidationResult |
validateCode(String system,
String code,
String display)
for this system|code and display, validate the triple against the rules of
the underlying code system
|
boolean |
verifiesSystem(String system) |
boolean supportsSystem(String system)
CodeSystem.ConceptDefinitionComponent getCodeDefinition(String system, String code)
ITerminologyServices.ValidationResult validateCode(String system, String code, String display)
ValueSet.ValueSetExpansionComponent expandVS(ValueSet.ConceptSetComponent inc) throws Exception
Exceptionboolean checkVS(ValueSet.ConceptSetComponent vsi, String system, String code)
boolean verifiesSystem(String system)
Copyright © 2014–2021 Health Level 7. All rights reserved.