-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a more efficient way to handle closure operation requests that have more than one coding #2162
Comments
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Issue #2162 - introduce a new closure method signature
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Issue #2162 - introduce hasConcepts method
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
* Issue #2162 - miscellaneous updates Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #2162 - minor tweaks to naming / javadoc Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #2162 - renamed unit test method Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #2162 - change "mapper" to "function" Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
I confirm that the new closure variants (
One minor thing I noticed is that one variant of the closure method ( |
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
the javadoc comment is now added |
One step towards a more efficient way to handle more than one coding in a closure operation request is to add a closure method signature to the
FHIRTermServiceProvider
SPI that supports multiple codes. For example:and a closure method signature to
FHIRTermService
:See: https://chat.fhir.org/#narrow/stream/179202-terminology/topic/ibm.20as.20a.20fhir.20terminology.20server for more info
The text was updated successfully, but these errors were encountered: