Skip to content

Commit

Permalink
Fix zen project imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Jan 24, 2024
1 parent 64ca087 commit fa9b218
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions tests_zen_project/zrc/main.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ns main
import #{aidbox
questionnaire-profile
aidbox.multitenancy.v1.fhir-r4}
hl7-fhir-r4-core
aidbox.multitenancy.v1.fhir-r4
questionnaire-profile}
box
{:zen/tags #{aidbox/system}}}
3 changes: 2 additions & 1 deletion tests_zen_project/zrc/questionnaire-profile.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{ns questionnaire-profile
import #{beda-emr-core.questionnaire}
import #{beda-emr-core.questionnaire
hl7-fhir-r4-core.Questionnaire}

QuestionnaireProfile
{:zen/tags #{zen.fhir/base-schema zen/schema}
Expand Down

0 comments on commit fa9b218

Please sign in to comment.