FhirEvaluationContext.TerminologyService
should be of type ICodeValidationTerminologyService
#2590
Labels
breaking change
This issue/commit causes a breaking change, and requires a major version upgrade
In the current implementation, the terminology service defined within the
FhirEvaluationContext
class is of the typeITerminologyService
, which is overly broad for our specific needs. Our sole requirement within FhirPath is to utilize theValueSetValidateCode()
method. Therefore, it would be more appropriate to reconfigureFhirEvaluationContext.TerminologyService
to be of the typeICodeValidationTerminologyService
to align with our focused functionality.The text was updated successfully, but these errors were encountered: