From 3e9861f05c80d17d7fe588617a9fed3ef759f96b Mon Sep 17 00:00:00 2001 From: "John T.E. Timm" Date: Thu, 22 Apr 2021 09:05:46 -0400 Subject: [PATCH] Issue #2198 - fixed typo, updated README (#2268) Signed-off-by: John T.E. Timm --- README.md | 1 + .../main/java/com/ibm/fhir/term/service/FHIRTermService.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ace2deb72a..8d1bbd1747c 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ The IBM FHIR Server is modular and extensible. The following tables provide an o |fhir-registry|A resource registry, registry provider interfaces, and pre-registered resources shipped with the FHIR specification|false| |fhir-term|A terminology service provider interface with a default implementation that implements terminology services from fully-defined CodeSystems in the registry|false| |fhir-term-graph|A terminology service provider that implements terminology services using JanusGraph|false| +|fhir-term-remote|A terminology service provider that connects to an external service using a REST client to access code system content|false| |fhir-profile|Helper methods for validating ValueSet membership and Profile conformance|false| |fhir-path|An implementation of version 2.0.0 of the FHIRPath specification assumed by FHIR R4|false| |fhir-validation|Validation utility for validating resource instances against the base specification and/or configured profiles|false| diff --git a/fhir-term/src/main/java/com/ibm/fhir/term/service/FHIRTermService.java b/fhir-term/src/main/java/com/ibm/fhir/term/service/FHIRTermService.java index 3a11f277717..b3fcac8c620 100644 --- a/fhir-term/src/main/java/com/ibm/fhir/term/service/FHIRTermService.java +++ b/fhir-term/src/main/java/com/ibm/fhir/term/service/FHIRTermService.java @@ -148,7 +148,7 @@ public Set closure(Coding coding) { } /** - * Generate a map containing the transitive closures for the code system concepts represented by the giving codings + * Generate a map containing the transitive closures for the code system concepts represented by the given codings * * @param codings * the codings