Skip to content

Commit

Permalink
Add debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Panthevm committed Mar 11, 2024
1 parent 5b5b57e commit 563f73b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zen/fhir/loader.clj
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@
(update res :derivation (fn [x] (or x "specialization")))
res)]
#_(assert (:derivation res) (str ":derivation is required " (pr-str (:url res))))
(println "load-intermidiate" (or (:url res) (:id res)))
(let [stu3? ((fnil str/starts-with? "") (:fhirVersion res) "3")]
(->> (get-in res [:differential :element])
(mapv #(normalize-element % res stu3?))
Expand Down

0 comments on commit 563f73b

Please sign in to comment.