Stream: implementers
Topic: New FHIR Version
Grahame Grieve (Jul 08 2016 at 23:25):
I've changed the FHIR version to 1.5.0 (from 1.4.0). This isn't because we hadany particular milestone now, but because I omitted to change this for an earlier milestone, and we are currently in the situation where we have two version of 1.4.0 that are different. Obviously this is causing confusion and it's just been pointed out to us that this is so
Grahame Grieve (Jul 08 2016 at 23:25):
so I have changed the version # to 1.5.0.
Grahame Grieve (Jul 08 2016 at 23:26):
the Sept ballot/connectation version will be 1.6.0, and then the trunk will become 1.7.0. Likely that the STU3 qa preview will be 1.8.0. STU3 itself will most likely be 2.0.0
Brian Postlethwaite (Jul 09 2016 at 07:41):
Fro the dotnet folks, the https://github.com/ewoutkramer/fhir-net-api/tree/ft-connectathon-sept2016
branch has been updated with the current content (and 1.5 version number)
No Nuget package, so you'll need to build it yourself if you need it (and have a server to test it with)
Krzysztof Suchomski (Sep 12 2016 at 09:54):
Is there a changelog available which is describing changes from 1.4.0 to 1.6.0? I see only comparison to DSTU2 in the documentation.
Lloyd McKenzie (Sep 12 2016 at 13:19):
There's a little bit here: http://hl7.org/fhir/2016sep/history.html, but in general, no
Krzysztof Suchomski (Sep 12 2016 at 13:47):
Is there an easy way to list just changes in resources?
John Moehrke (Sep 12 2016 at 15:22):
Each Resource has a tab that contains the changes since DSTU2 -- "R2 Diff". It is at the same level as UML, XML, JSON, Turtle...
Vadim Peretokin (Sep 12 2016 at 23:22):
@Krzysztof Suchomski I've used https://www.changedetection.com/comparepages.html to diff selected resources I'm interested in to good success.
Last updated: Apr 12 2022 at 19:14 UTC