Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #228

Closed
wants to merge 31 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ee94b14
re-add rec10 patient-view bundle
bryantaustin13 Apr 21, 2022
e1818a4
added new valuesets to terminology.html
bryantaustin13 Apr 21, 2022
41d3bd5
Changed OpioidCDSCommon.cql to use update non-synthetic opioid valueset
bryantaustin13 Apr 21, 2022
8de784f
added spreadsheet new valuesets were generated from
bryantaustin13 Apr 21, 2022
76d5a6f
fix for url for non-synthetic opioid medications Plus new request
bryantaustin13 Apr 21, 2022
d7d6a0a
added fentanyl valuesets to ig.json
bryantaustin13 Apr 21, 2022
163b817
re-generated non-synthetic-opioid-medications due to missing system
bryantaustin13 Apr 22, 2022
5b215d2
replacing rec10 patient-view bundle
bryantaustin13 Apr 22, 2022
7a5e3e8
added request for non-synthetic opioid medication order rec10
bryantaustin13 Apr 22, 2022
4c50c00
update to non-synthetic drug request
bryantaustin13 Apr 22, 2022
63846fa
updated master spreadsheet
bryantaustin13 Apr 25, 2022
fa6fead
Merge pull request #219 from cqframework/feature_data_date_roller_ext…
bryantaustin13 Apr 25, 2022
39f7e08
update system for fentanyl
bryantaustin13 Apr 25, 2022
d96eddd
added missing fentanyl to opioid-cds.xml
bryantaustin13 Apr 25, 2022
2f131c2
Merge pull request #216 from cqframework/valuesetUpdate4.20.2022
Apr 25, 2022
852b55a
Fixed valueset reference
sliver007 Apr 25, 2022
2c4695d
Merge pull request #220 from cqframework/valuesetUpdate4.20.2022
bryantaustin13 Apr 25, 2022
613265c
remove quickstart bundle ref and fix rec08 order sig ref
bryantaustin13 Apr 25, 2022
22472cb
fix for dataDataRoller
bryantaustin13 Apr 25, 2022
eb320fb
Merge pull request #221 from cqframework/newPublishFixes
Apr 25, 2022
eed4b80
exampels updated with dates, dataDateRoller
bryantaustin13 Apr 29, 2022
c8d796a
requests updated with dates, dataDateRoller info, and removed applyCql
bryantaustin13 May 2, 2022
bc0fada
fix dataDateRoller extension reference
bryantaustin13 May 5, 2022
eff255c
fix for url= to 'url value='
bryantaustin13 May 5, 2022
9f29382
some errors fixed, including order if ID following extension
bryantaustin13 May 5, 2022
303f460
examples' errors fixed
bryantaustin13 May 5, 2022
9a27cf4
Update patient-example-opioidcds.xml
sliver007 May 5, 2022
4958f62
Merge pull request #226 from cqframework/example_and_request_date_fixes
May 5, 2022
c96d1fb
new valuesets with history of abuse changes
bryantaustin13 May 9, 2022
5ef7f28
fix for compose section written in json instead of xml
bryantaustin13 May 9, 2022
a792fb6
Merge pull request #227 from cqframework/newValueSet.5.9.2022
May 9, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added fentanyl valuesets to ig.json
  • Loading branch information
bryantaustin13 committed Apr 21, 2022
commit d7d6a0a3005602cf78ffcddb6511296a30117694
8 changes: 8 additions & 0 deletions ig.json
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,14 @@
"source": "valueset-extended-release-opioid-with-ambulatory-misuse-potential.json",
"base": "ValueSet-extended-release-opioid-with-ambulatory-misuse-potential.html"
},
"ValueSet/fentanyl-type-medications": {
"source": "valueSet-fentanyl-type-medications.json",
"base": "ValueSet-fentanyl-type-medications.html"
},
"ValueSet/fentanyl-type-urine-drug-screening-tests": {
"source": "valueSet-fentanyl-type-urine-drug-screening-tests.json",
"base": "ValueSet-fentanyl-type-urine-drug-screening-tests.html"
},
"ValueSet/hospice-disposition": {
"source": "valueset-hospice-disposition.json",
"base": "ValueSet-hospice-disposition.html"
Expand Down