cqm-models 0.7.7 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cqm-models",
3
- "version": "0.7.7",
3
+ "version": "0.8.0",
4
4
  "description": "This library contains auto generated Mongo (Mongoose.js) models that correspond to the QDM (Quality Data Model) specification.",
5
5
  "main": "app/assets/javascripts/index.js",
6
6
  "browser": {
@@ -15,7 +15,7 @@
15
15
  ],
16
16
  "license": "Apache-2.0",
17
17
  "dependencies": {
18
- "cql-execution": "^1.2.0",
18
+ "cql-execution": "1.2.1",
19
19
  "mongoose": "^5.0.7"
20
20
  },
21
21
  "devDependencies": {
@@ -10,3 +10,5 @@ module.exports.ValueSet = require('./ValueSet.js').ValueSet;
10
10
  module.exports.ValueSetSchema = require('./ValueSet.js').ValueSetSchema;
11
11
  module.exports.Concept = require('./Concept.js').Concept;
12
12
  module.exports.ConceptSchema = require('./Concept.js').ConceptSchema;
13
+ module.exports.IndividualResult = require('./IndividualResult').IndividualResult;
14
+ module.exports.IndividualResultSchema = require('./IndividualResult').IndividualResultSchema;
data/yarn.lock CHANGED
@@ -442,9 +442,9 @@ core-util-is@~1.0.0:
442
442
  version "1.0.2"
443
443
  resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
444
444
 
445
- cql-execution@^1.2.0:
446
- version "1.2.0"
447
- resolved "https://registry.yarnpkg.com/cql-execution/-/cql-execution-1.2.0.tgz#cd6ebd7fa69915931f16a6ef0e5dd68bc47b4e67"
445
+ cql-execution@1.2.1:
446
+ version "1.2.1"
447
+ resolved "https://registry.yarnpkg.com/cql-execution/-/cql-execution-1.2.1.tgz#9dbf19a7da400ee4236c4f5037b927c884a1fb46"
448
448
  dependencies:
449
449
  moment "^2.20.1"
450
450
  ucum "0.0.7"
@@ -1203,8 +1203,8 @@ module-deps@^6.0.0:
1203
1203
  xtend "^4.0.0"
1204
1204
 
1205
1205
  moment@^2.20.1:
1206
- version "2.22.0"
1207
- resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.0.tgz#7921ade01017dd45186e7fee5f424f0b8663a730"
1206
+ version "2.22.2"
1207
+ resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66"
1208
1208
 
1209
1209
  mongodb-core@3.0.2:
1210
1210
  version "3.0.2"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cqm-models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.7
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - aholmes@mitre.org
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2018-06-22 00:00:00.000000000 Z
13
+ date: 2018-07-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -154,6 +154,7 @@ files:
154
154
  - app/assets/javascripts/Id.js
155
155
  - app/assets/javascripts/ImmunizationAdministered.js
156
156
  - app/assets/javascripts/ImmunizationOrder.js
157
+ - app/assets/javascripts/IndividualResult.js
157
158
  - app/assets/javascripts/InterventionOrder.js
158
159
  - app/assets/javascripts/InterventionPerformed.js
159
160
  - app/assets/javascripts/InterventionRecommended.js
@@ -267,6 +268,7 @@ files:
267
268
  - app/models/qdm/substance_recommended.rb
268
269
  - app/models/qdm/symptom.rb
269
270
  - app/models/qdm/tacoma/concept.rb
271
+ - app/models/qdm/tacoma/individual_result.rb
270
272
  - app/models/qdm/tacoma/measure.rb
271
273
  - app/models/qdm/tacoma/measure_package.rb
272
274
  - app/models/qdm/tacoma/valueset.rb