cqm-models 4.0.1 → 4.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f8d38da5e177b43176227723a4e46b7d95a1bb244db13b08708e63e1669b274
4
- data.tar.gz: 87558e6ac3846616a2c8b3d9d489363f5584f0248fc3168228f82980c992a834
3
+ metadata.gz: 17e1255fcbd30f8ef581c003e524cc21e2d7a230c76d7e7eeb17d01a7a7c04c3
4
+ data.tar.gz: 38652d324dfef1740b4fd489530bf69a59082f49156971773c36dcdbad8ce884
5
5
  SHA512:
6
- metadata.gz: f498c76a3ee4feea47218ae47e2979ec5c67df1d24d5418cfc717d3e0ccdfffab3dfacfd44d4f9c9178aeeb9c9d20a5d6ff97d3b6624c516db8fe1c0507ff64e
7
- data.tar.gz: 5148490633c94e498b13835beffd194fc3fab981aafc6546400f0da50272fe8cbf195f1f5d1dc8e28b9f19c656b206ad1c2c1b01818af0c2e4d670f16dc900bd
6
+ metadata.gz: d6b87885f1b551f5db1be0dd98fc5a8518a35efb3e8bc03d86f9c336fb17b0c23135088c69ecd56df2e04389da5ee5facda6c7d5d0f91cc0c7b0f0c85929d8f1
7
+ data.tar.gz: 4abcf634592f856e4d8b182fee815828da430d49a7e9f556b1daf4170d07b5f557d3b4253b55473f51d4fcde66875c9d17b522b9506102ee6a7a93c469c2861c
@@ -76,6 +76,7 @@ QDMPatientSchema.methods._typeHierarchy = function _typeHierarchy() {
76
76
  name: `{urn:healthit-gov:qdm:v${ver}}Patient`,
77
77
  type: 'NamedTypeSpecifier',
78
78
  },
79
+ { name: '{urn:hl7-org:elm-types:r1}Tuple', type: 'NamedTypeSpecifier' },
79
80
  { name: '{urn:hl7-org:elm-types:r1}Any', type: 'NamedTypeSpecifier' },
80
81
  ];
81
82
  };
@@ -70,6 +70,7 @@ function DataElementSchema(add, options) {
70
70
  name: `{urn:healthit-gov:qdm:v${ver}}${typeName}`,
71
71
  type: 'NamedTypeSpecifier',
72
72
  },
73
+ { name: '{urn:hl7-org:elm-types:r1}Tuple', type: 'NamedTypeSpecifier' },
73
74
  { name: '{urn:hl7-org:elm-types:r1}Any', type: 'NamedTypeSpecifier' },
74
75
  ];
75
76
  };
data/cqm-models.gemspec CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'cqm-models'
7
- spec.version = '4.0.1'
7
+ spec.version = '4.0.2'
8
8
  spec.authors = ['aholmes@mitre.org', 'mokeefe@mitre.org', 'lades@mitre.org']
9
9
 
10
10
  spec.summary = 'Mongo models that correspond to the QDM specification.'
data/dist/browser.js CHANGED
@@ -2496,6 +2496,7 @@ QDMPatientSchema.methods._typeHierarchy = function _typeHierarchy() {
2496
2496
  name: `{urn:healthit-gov:qdm:v${ver}}Patient`,
2497
2497
  type: 'NamedTypeSpecifier',
2498
2498
  },
2499
+ { name: '{urn:hl7-org:elm-types:r1}Tuple', type: 'NamedTypeSpecifier' },
2499
2500
  { name: '{urn:hl7-org:elm-types:r1}Any', type: 'NamedTypeSpecifier' },
2500
2501
  ];
2501
2502
  };
@@ -3658,6 +3659,7 @@ function DataElementSchema(add, options) {
3658
3659
  name: `{urn:healthit-gov:qdm:v${ver}}${typeName}`,
3659
3660
  type: 'NamedTypeSpecifier',
3660
3661
  },
3662
+ { name: '{urn:hl7-org:elm-types:r1}Tuple', type: 'NamedTypeSpecifier' },
3661
3663
  { name: '{urn:hl7-org:elm-types:r1}Any', type: 'NamedTypeSpecifier' },
3662
3664
  ];
3663
3665
  };
data/dist/index.js CHANGED
@@ -2496,6 +2496,7 @@ QDMPatientSchema.methods._typeHierarchy = function _typeHierarchy() {
2496
2496
  name: `{urn:healthit-gov:qdm:v${ver}}Patient`,
2497
2497
  type: 'NamedTypeSpecifier',
2498
2498
  },
2499
+ { name: '{urn:hl7-org:elm-types:r1}Tuple', type: 'NamedTypeSpecifier' },
2499
2500
  { name: '{urn:hl7-org:elm-types:r1}Any', type: 'NamedTypeSpecifier' },
2500
2501
  ];
2501
2502
  };
@@ -3658,6 +3659,7 @@ function DataElementSchema(add, options) {
3658
3659
  name: `{urn:healthit-gov:qdm:v${ver}}${typeName}`,
3659
3660
  type: 'NamedTypeSpecifier',
3660
3661
  },
3662
+ { name: '{urn:hl7-org:elm-types:r1}Tuple', type: 'NamedTypeSpecifier' },
3661
3663
  { name: '{urn:hl7-org:elm-types:r1}Any', type: 'NamedTypeSpecifier' },
3662
3664
  ];
3663
3665
  };
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cqm-models",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
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": {
@@ -76,6 +76,7 @@ QDMPatientSchema.methods._typeHierarchy = function _typeHierarchy() {
76
76
  name: `{urn:healthit-gov:qdm:v${ver}}Patient`,
77
77
  type: 'NamedTypeSpecifier',
78
78
  },
79
+ { name: '{urn:hl7-org:elm-types:r1}Tuple', type: 'NamedTypeSpecifier' },
79
80
  { name: '{urn:hl7-org:elm-types:r1}Any', type: 'NamedTypeSpecifier' },
80
81
  ];
81
82
  };
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: 4.0.1
4
+ version: 4.0.2
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: 2021-11-09 00:00:00.000000000 Z
13
+ date: 2021-11-18 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundle-audit