cqframework / opioid-cds-r4

CDC Opioid Prescribing Support Guideline (for FHIR R4)
Other
5 stars 3 forks source link

Add valueset generation/refresh information and spreadsheet #142

Open bryantaustin13 opened 2 years ago

bryantaustin13 commented 2 years ago

add to the vocabulary/valueset folder a "source" folder with the most recent copy of that spreadsheet and a README.md that includes the specific command to run to do the refresh and a link to that documentation for more information. And an explanation of the fact that when this refreshes from the Master link in Google (put the link there too), that we update the copy of that in the IG and that that's part of the commit of the refresh.

c-schuler commented 1 year ago

Partially done. Still need to add documentation to the README and add shell script for creating the ValueSet resources using the tooling

alackerbauer commented 1 year ago
  1. Export the Spreadsheet
  2. Run the TemplateToValueSetGenerator operation
  3. Copy metadata from old valuesets into newly generated (excluding dates and versions)
  4. Updating the IG
alackerbauer commented 1 year ago

documentation would go to here: https://github.com/cqframework/opioid-cds-r4/tree/master/input/vocabulary/valueset/spreadsheets

alackerbauer commented 1 year ago

some more information here: https://github.com/cqframework/cqf-tooling/blob/master/tooling/src/main/java/org/opencds/cqf/tooling/terminology/templateToValueSetGenerator/README.md and here: https://github.com/cqframework/cqf-tooling/blob/master/tooling/src/main/java/org/opencds/cqf/tooling/terminology/templateToValueSetGenerator/TemplateToValueSetGenerator.java#L37