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

Unmarshaller support for R5 versions #224

Open
nithin36543654 opened this issue Jul 27, 2023 · 3 comments
Open

Unmarshaller support for R5 versions #224

nithin36543654 opened this issue Jul 27, 2023 · 3 comments
Labels
go Pull requests that update Go code

Comments

@nithin36543654
Copy link

Hi, Is there a plan to write an unmarshaller for R5 version. I currently see the unmarshaller is available for R4, R3. If the plan is not in near future, can you guide me on how to generate the unmarshaller. I would like to tweak the code base and add the functionality.

@nikklassen
Copy link
Member

Support for R5 is something we will be starting very soon. We don't generate the unmarshaller, if you wanted to fork this repo and support R5 sooner you would have to modify all the per-version code we have, such as in https://github.com/google/fhir/blob/master/go/jsonformat/internal/jsonpbhelper/fhirutil.go

@nikklassen nikklassen added the go Pull requests that update Go code label Aug 1, 2023
@nithin36543654
Copy link
Author

nithin36543654 commented Aug 1, 2023 via email

@nikklassen
Copy link
Member

Unfortunately I don't think we'd be able to accept contributions for this at this time. The maintainers are looking into a wider strategy for migrating our code that will include this repo. If you want to fork the repo and make your own changes take a look for any files importing import "r4pb" or "r3pb"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code
Projects
None yet
Development

No branches or pull requests

2 participants