
Uses of Class
org.hl7.fhir.dstu2.utils.IWorkerContext.ValidationResult
Packages that use IWorkerContext.ValidationResult
-
Uses of IWorkerContext.ValidationResult in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils that return IWorkerContext.ValidationResultModifier and TypeMethodDescriptionIWorkerContext.validateCode
(String system, String code, String display) Validation of a code - consult the terminology service to see whether it is known.IWorkerContext.validateCode
(String system, String code, String display, ValueSet vs) Validation of a code - consult the terminology service to see whether it is known.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.validateCode
(CodeableConcept code, ValueSet vs) IWorkerContext.validateCode
(Coding code, ValueSet vs)