Open nithin36543654 opened 1 year ago
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
Hi, Great. I would like to contribute. Can you list me all the possible files you remember, I have to add support for.
Regards, Nithin
From: Nik Klassen @.> Reply-To: google/fhir @.> Date: Tuesday, August 1, 2023 at 8:00 AM To: google/fhir @.> Cc: "Chamala, Nithin Reddy (CTR) HHHH" @.>, Author @.***> Subject: [External] Re: [google/fhir] Unmarshaller support for R5 versions (Issue #224)
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.gohttps://urldefense.com/v3/__https:/github.com/google/fhir/blob/master/go/jsonformat/internal/jsonpbhelper/fhirutil.go__;!!FEyU5bU!DeHS16sq7bX6i6uvOE_cbd_CRIZTmX8IAHkZ5RuLAaVbHSNgwYkrR380iOxzG7IAu3pTbL4EHQfJmR49h8zDogOezLxATtk$
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"
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.