Skip to content

Commit

Permalink
Issue #2198 - fixed typo, updated README (#2268)
Browse files Browse the repository at this point in the history
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
  • Loading branch information
JohnTimm authored Apr 22, 2021
1 parent 8d76f89 commit 3e9861f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public Set<Concept> 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
Expand Down

0 comments on commit 3e9861f

Please sign in to comment.