FHIR Chat · R4 Public Server · dotnet

Stream: dotnet

Topic: R4 Public Server


view this post on Zulip Brian Postlethwaite (Dec 16 2018 at 22:33):

FYI, I've completed a first pass on the update to the R4 models etc on the .net client and is currently in a pull request to the develop-r4 branch. It has some issues, but for the most part is ok.
And I've updated my fhir server to this build also and is available for trying stuff out, still lots to do. But a good start.
http://sqlonfhir-r4.azurewebsites.net

view this post on Zulip Raghu R (Dec 23 2018 at 18:45):

@Brian Postlethwaite does this server instance support the four profiles referred here http://hl7.org/fhir/us/patient-reported-outcomes/2018Sep/profiles.html? Thanks -Raghu

view this post on Zulip Brian Postlethwaite (Dec 23 2018 at 22:46):

It will support the content, but likely won't validate the profiles at the moment.

view this post on Zulip Raghu R (Dec 24 2018 at 16:39):

Thank you Brian!

view this post on Zulip Grahame Grieve (Dec 27 2018 at 01:32):

I have the authority to publish R4. (yay!) Will I be able to announce an R4 version of the DotNet library when I announce R4 (in about 36 hours?) @Ewout Kramer @Brian Postlethwaite

view this post on Zulip Brian Postlethwaite (Dec 27 2018 at 01:40):

If @Ewout Kramer can get the NuGet package published I'm good with it.

view this post on Zulip Brian Postlethwaite (Dec 27 2018 at 01:42):

Once it's in the final location I'll double check another generate to ensure nothing has changed, but sure should be good. Still an alpha/beta compared to the STU3 build. The validation stuff is still a work in progress but otherwise should be reasonable.

view this post on Zulip Peter Jordan (Jan 06 2019 at 21:31):

@Brian Postlethwaite which GitHub Branch contains the latest source code for the R4 version of the C# library?

view this post on Zulip Michel Rutten (Jan 07 2019 at 10:46):

Hi @Peter Jordan, happy new year!
I think this branch is the newest for R4:
https://github.com/ewoutkramer/fhir-net-api/tree/feature/upgrade-r4-with-stu3-changes
This contains updated R4 logic from Brian and myself, as well as important recent improvements by Ewout, ported from STU3 branch.

view this post on Zulip Peter Jordan (Jan 07 2019 at 19:15):

Thanks @Michel Rutten and Happy New Year to you!

view this post on Zulip Peter Jordan (Jan 12 2019 at 16:27):

@Ewout Kramer , @Brian Postlethwaite the 'upgrade-r4-with-stu3-changes' branch no longer exists - is the latest R4 source code here https://github.com/ewoutkramer/fhir-net-api/tree/develop-r4 ?

view this post on Zulip Brian Postlethwaite (Jan 12 2019 at 16:27):

Yup, that has been merged into develop-r4

view this post on Zulip Brian Postlethwaite (Jan 12 2019 at 16:28):

And is what is in my sqlonfhir-r4 server (plus a few minor changes of my own - which you can see in my fork)

view this post on Zulip Marco Visser (Jan 13 2019 at 16:21):

Hi @Peter Jordan, happy new year!
I think this branch is the newest for R4:
https://github.com/ewoutkramer/fhir-net-api/tree/feature/upgrade-r4-with-stu3-changes
This contains updated R4 logic from Brian and myself, as well as important recent improvements by Ewout, ported from STU3 branch.

The source code is now here (branch develop-r4): https://github.com/ewoutkramer/fhir-net-api/tree/develop-r4


Last updated: Apr 12 2022 at 19:14 UTC