| Package | Description |
|---|---|
| org.hl7.fhir.instance.utils |
| Modifier and Type | Method and Description |
|---|---|
IWorkerContext.ValidationResult |
IWorkerContext.validateCode(CodeableConcept code,
ValueSet vs) |
IWorkerContext.ValidationResult |
IWorkerContext.validateCode(Coding code,
ValueSet vs) |
IWorkerContext.ValidationResult |
IWorkerContext.validateCode(String system,
String code,
String display)
Validation of a code - consult the terminology service
to see whether it is known.
|
IWorkerContext.ValidationResult |
IWorkerContext.validateCode(String system,
String code,
String display,
ValueSet.ConceptSetComponent vsi)
Validation of a code - consult the terminology service
to see whether it is known.
|
IWorkerContext.ValidationResult |
IWorkerContext.validateCode(String system,
String code,
String display,
ValueSet vs)
Validation of a code - consult the terminology service
to see whether it is known.
|
Copyright © 2014–2018 University Health Network. All rights reserved.