FHIR Chat · May2016 build · hapi

Stream: hapi

Topic: May2016 build


view this post on Zulip Grahame Grieve (Jul 11 2016 at 21:50):

@James Agnew - what is the correct FhirVersionEnum for the 2016May version of FHIR?

view this post on Zulip Grahame Grieve (Jul 11 2016 at 21:51):

.. one consequence of the changes to HAPI 1.6 is that I now need a value for this for all the versions I maintain:
- DSTU2
- STU3 May 2016 ballot
- Trunk

(at this time)

view this post on Zulip James Agnew (Jul 12 2016 at 10:09):

"DSTU3" - That enum is used to determine which parser semantics to use in places where they are different.. And yeah, the value is misnamed at this point (DSTU3/STU3) but it doesn't seem worth breaking existing code over an enum value.

view this post on Zulip Grahame Grieve (Jul 12 2016 at 10:58):

DSTU3 is for trunk - how do I differentiate between trunk and 2106May?

view this post on Zulip James Agnew (Jul 12 2016 at 12:52):

There isn't a constant in there right now which distinguishes between 2016may snapshot and trunk, as they are both seen by the parser as snapshots on the STU path. I could add a constant if you want one for that snapshot.. don't know what it would be though. DSTU2_1 maybe?

view this post on Zulip Grahame Grieve (Jul 12 2016 at 13:07):

I think we want one, yes.

view this post on Zulip Grahame Grieve (Jul 12 2016 at 13:07):

don't mind what it is. DSTU2_1 is good enough

view this post on Zulip James Agnew (Jul 12 2016 at 13:10):

ok cool. can you set it to DSTU3 temporarily, and I'll add the constant as I push the 1.5.0 build and then I'll update the 2016May branch

view this post on Zulip Grahame Grieve (Jul 12 2016 at 13:19):

ok


Last updated: Apr 12 2022 at 19:14 UTC