Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to generate javascript sdk for hl7-fhir-r5-core #9

Open
julienwilliams1 opened this issue Aug 26, 2024 · 0 comments
Open

Unable to generate javascript sdk for hl7-fhir-r5-core #9

julienwilliams1 opened this issue Aug 26, 2024 · 0 comments

Comments

@julienwilliams1
Copy link

I'm trying to use zen-cli sdk to generate the javascript sdk for hl7-fhir-r5-core.

Before running zen-cli zen pull-deps,

I modified zen-project/zen-package.edn to pull dependencies from r5 instead such as

{:deps {hl7-fhir-r5-core "https://github.com/zen-fhir/hl7-fhir-r5-core.git"}}

But there are a few things going wrong as there are other dependencies to r4 (hl7-fhir-r4-core) in the code.

Even after updating those, it fails due to the hl7-fhir-r5-core package which also pulls the hl7-fhir-uv-extension-r5 package which is not supported by the generator.

Also removing references to hl7-fhir-uv-extension-r5 from the generator code allows this to work.

Is there, or are there plans to, support the build of a fhir r5 profile in a more straightforward way?

Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@julienwilliams1 and others