Stream: IG creation
Topic: how to create a package-list for 2 fhir versions
Eric Haas (Mar 17 2019 at 20:08):
@Grahame Grieve @Bryn Rhodes The intent of DEQM is to support multiple versions of FHIR and these versions are currently being published and balloted separately. Eventually would be great to consolidate the IG into 1 guide , but for this cycle we have only worked on the STU3 version.
The current publishing directory points to the R4 guide which not the main guide. I created this package list which splits out the guides.
{ "package-id": "hl7.fhir.us.davinci-deqm.stu3", "title": "Data Exchange For Quality Measures", "canonical": "http://hl7.org/fhir/us/davinci-deqm/STU3", "introduction": "The purpose of this implementation guide is to support value based care data exchange in the US Realm. It describes two groups of quality reporting scenarios. Exchange scenarios, focused on exchanging subsets of the data-of-interest for a particular measure or set of measures throughout the reporting period, and Reporting scenarios, focused on communicating the results of a quality measure at the end of a reporting period as part of a quality improvement initiative. Note that the intent is to support multiple versions of FHIR and these versions are currently being published separately as noted below", "list": [ { "version": "current", "desc": "Continuous Integration Build for FHIR STU3 (latest in version control)", "path": "http://build.fhir.org/ig/HL7/davinci-deqm", "status": "ci-build", "current": true }, { "version": "2.0.0", "date": "2019-05-01", "desc": "STU2 Ballot for FHIR STU3 Version of DEQM", "changes": "change-notes.html", "path": "http://hl7.org/fhir/us/davinci-deqm/2019May/STU3/index.html", "status": "ballot", "sequence": "STU2" }, { "version": "0.1.0", "date": "2018-09-01", "desc": "STU1 Ballot for FHIR STU3 Version of DEQM", "changes": "", "path": "http://hl7.org/fhir/us/davinci-deqm/2018Sep/STU3/index.html", "status": "ballot", "sequence": "STU1" }, { "version": "0.1.0", "date": "2018-09-01", "desc": "STU1 Ballot for FHIR R4 Version of DEQM", "changes": "", "path": "http://www.hl7.org/fhir/us/davinci-deqm/2018Sep/index.html", "status": "ballot", "sequence": "STU1" } ] }
Eventually would like to merge them although I am not clear how that is done so all the functionality for both versions is preserved. I know that can do it and get a single document but not sure is correct.
Eric Haas (Mar 17 2019 at 20:10):
Will this package list work and point to the STU3 as the CI Build?
Lloyd McKenzie (Mar 17 2019 at 20:12):
I presume once the ballot is out we'll be working on the new IGPublisher framework to provide full support for multi-version IGs.
Grahame Grieve (Mar 17 2019 at 22:43):
templates first. Once templates are sorted, I'll think about multi-versioning.
Lloyd McKenzie (Mar 17 2019 at 23:27):
Hmm. Was planning to execise the template using a multi-version IG, seeing as that's one of the more complex things to do. And we're starting to get a lot of them...
Grahame Grieve (Mar 18 2019 at 01:55):
one thing at a time
Last updated: Apr 12 2022 at 19:14 UTC