Skip to content

Commit

Permalink
Improve docstring for extended-concept
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Mar 26, 2024
1 parent d350435 commit 18ff531
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/com/eldrix/hermes/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,9 @@
(s/fdef extended-concept
:args (s/cat :svc ::svc :concept-id :info.snomed.Concept/id))
(defn extended-concept
"Return an extended concept that includes the concept, its descriptions,
its relationships and its refset memberships. See
`com.eldrix.hermes.snomed/ExtendedConcept`:
"Return an extended concept that includes the concept, and related data
such as descriptions, relationships, concrete values and reference set
memberships. See `com.eldrix.hermes.snomed/ExtendedConcept`.
- `:concept` : the concept
- `:descriptions` : a sequence of `Description` items
- `:parentRelationships` : a map of relationship type to a set of concept ids
Expand Down

0 comments on commit 18ff531

Please sign in to comment.