Skip to content

Commit

Permalink
Merge branch 'main' of github.com:HealthSamurai/ftr
Browse files Browse the repository at this point in the history
  • Loading branch information
ApricotLace committed Dec 19, 2022
2 parents a9ea1c1 + 0da1039 commit 0f7ebb4
Show file tree
Hide file tree
Showing 4 changed files with 727 additions and 161 deletions.
2 changes: 1 addition & 1 deletion src/ftr/extraction/ig/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
concepts (transduce (comp (mapcat :fhir/concepts)
(map (fn [concept]
{:path [(:system concept)
(:id concept)]
(:code concept)]
:value concept})))
(completing
(fn [acc {:keys [path value]}]
Expand Down
Loading

0 comments on commit 0f7ebb4

Please sign in to comment.