Stream: implementers
Topic: Proposed Enhancements for STU3
Grahame Grieve (Dec 07 2016 at 01:02):
We've just posted the QA candidate for FHIR STU3. This version is
- QA candidate - we want people to implement this by way of testing R3
- base for San Antonio Connectathon
- base for some Implementation Guide ballots
Grahame Grieve (Dec 07 2016 at 01:03):
So far, there are a number of clarification/refinement tasks out there. Looking through my notes, I see one major enhancement that I'd like to build into the spec for STU3: R2 <-> R3 conversion by StructureMap
Vadim Peretokin (Dec 07 2016 at 01:04):
Link: http://hl7.org/fhir/2017Jan/index.html
Grahame Grieve (Dec 07 2016 at 01:04):
what I'd like is for most data types and resources to have a link from the R2 Diff tab to transform scripts for R2 -> R3 and vice versa
Grahame Grieve (Dec 07 2016 at 01:05):
In order to do that, I think we need to do the following:
Grahame Grieve (Dec 07 2016 at 01:08):
- complete generating candidate maps from the existing java code (40% done)
- write a tool that takes R2 examples, uses the maps to convert them to R3, validates them, then converts them back and compares them
- [people] work through the error reports fixing the maps or exempting the examples from some or all tests
- I update the publication code to publish the maps
Grahame Grieve (Dec 07 2016 at 01:09):
but it won't be finished unless [people] means more than just me - does anyone want to volunteer to help out with the effort?
Brian Postlethwaite (Dec 07 2016 at 02:36):
I'm happy to cover the PA resources in this regard, and also ensure that the R2 Diff tabs are all correct too. (You've probably already covered them thought right ;))
Grahame Grieve (Dec 07 2016 at 05:10):
there's manual input to make to the diff - I cannot automatically pick up renaming types or elements
Oliver Egger (Dec 07 2016 at 07:58):
as soon as i mastered the mapping tutorial, i would offer my help fixing the maps or help working with the tooling
Grahame Grieve (Dec 07 2016 at 10:46):
thx
Last updated: Apr 12 2022 at 19:14 UTC