FHIR Chat · fhir-net-api updated with latest ImplementationGuide changes · dotnet

Stream: dotnet

Topic: fhir-net-api updated with latest ImplementationGuide changes


view this post on Zulip Sean McIlvenna (Mar 21 2018 at 16:31):

Is fhir-net-api updated to use the latest ImplementationGuide changes, yet (the new "definition" wrapper element)?
@Ewout Kramer

view this post on Zulip Sean McIlvenna (Mar 21 2018 at 16:32):

The changes are so recent, I doubt that the updates are available on nuget yet

view this post on Zulip Sean McIlvenna (Mar 21 2018 at 16:56):

Doesn't look like develop-r4 has been touched in a while...

view this post on Zulip Brian Postlethwaite (Mar 21 2018 at 19:11):

It hasn't been updated as the May R4 connectathon build isn't ready yet, its still at the Jan connectathon build.

view this post on Zulip Sean McIlvenna (Mar 21 2018 at 19:30):

Any idea when that is planned?

view this post on Zulip Grahame Grieve (Mar 21 2018 at 19:47):

typically, once we actually release it, which is in the day or 2 before the ballot opens

view this post on Zulip Brian Postlethwaite (Mar 21 2018 at 20:10):

I might do a trial run if I get time before then just to check that there are no new technical issues.

view this post on Zulip Grahame Grieve (Mar 21 2018 at 20:13):

you're sure to find some. This round actually has the most technical changes for code generators to deal with of all the recent ones

view this post on Zulip Ewout Kramer (Mar 22 2018 at 14:25):

Hi Sean, there is a .net api update to the New Orleans version. Do you need something newer? If so, I am running out of time before I go on holidays, but @Brian Postlethwaite could help you out.

view this post on Zulip Brian Postlethwaite (Apr 04 2018 at 04:53):

I'm updating this now... stay tuned.

view this post on Zulip Brian Postlethwaite (Apr 04 2018 at 04:53):

(Merging the current stu3 first)

view this post on Zulip Brian Postlethwaite (Apr 04 2018 at 07:11):

Is anyone apart from me using the static Constraints that are compiled into the source?
(I used them before I was able to use the full validation)

view this post on Zulip Michel Rutten (Apr 04 2018 at 08:03):

Hi @Brian Postlethwaite, do you mean the attribute-based validation? Forge uses this (along with custom validation rules built into Forge).

view this post on Zulip Brian Postlethwaite (Apr 04 2018 at 20:01):

Nope, the stuff that looks like this:

public static ElementDefinition.ConstraintComponent StructureMap_SMP_2

and called by AddDefaultConstraints

view this post on Zulip Brian Postlethwaite (Apr 05 2018 at 06:43):

Updating the fhir client for the just published R4 May build is progressing well, have the models all generating, and parser/serializers working for all the resources and examples (with a few invalid examples, which have been reported)

view this post on Zulip Brian Postlethwaite (Apr 05 2018 at 06:44):

I'll be doing a full git change review before I push the changes back.
Then will start to look into getting the Specification project/Validator to build.

view this post on Zulip Brian Postlethwaite (Apr 05 2018 at 12:15):

Core project up to date now, serializers/parsers doing full round tripping of all examples (except for known incorrect ones) and models fully regenerated and checked manually.
Haven't verified the REST client as yet, with servers a little hard to come by at this point.

view this post on Zulip Brian Postlethwaite (Apr 05 2018 at 12:16):

Will have a go at getting the Specification project building tomorrow (unless someone beats me to it)

view this post on Zulip Brian Postlethwaite (Apr 12 2018 at 04:01):

Yes, the spec project is now building and up on GitHub for the May Ballot build R3.3

view this post on Zulip Ewout Kramer (Apr 12 2018 at 14:21):

But please note, that the fact that it builds, does not mean that it actually works ;-) About 10% of the unit tests still fail. The snapshot generator and the validator will almost certainly not work, due to changes in StructureDefinition....


Last updated: Apr 12 2022 at 19:14 UTC