health-data-standards 3.4.0 → 3.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -1
- metadata +40 -40
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d4e79e25acfb493189be91192e6ef4ade10519d
|
4
|
+
data.tar.gz: dae82bf68ad4ffe2abec94a1fa7cf9e7e6ab8a68
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2633fc1119b6c03e9bd3a7a4c40cb9493bd9b1a35d0f62f5fc14138cae6bf9f01ecab534072c1fb72d71a955fd16645b39e53ae22a6435d24cc44335ad145553
|
7
|
+
data.tar.gz: 0734aeecdfa317f96a663bf1c7cb9599c2f3d2162a793bd842d3db9c440f524212618fa571b3587b7acb92aeadb1bdb57344d27d94828dcc7e5e3312be58d518
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@ In addition this project also contains libaries for parsing HQMF documents and f
|
|
5
5
|
Environment
|
6
6
|
===========
|
7
7
|
|
8
|
-
This project currently uses Ruby 1.9.3, Ruby 2.0.0 and JRuby 1.7.
|
8
|
+
This project currently uses Ruby 1.9.3, Ruby 2.0.0 and JRuby 1.7.9 and is built using [Bundler](http://gembundler.com/). To get all of the dependencies for the project, first install bundler:
|
9
9
|
|
10
10
|
gem install bundler
|
11
11
|
|
@@ -25,6 +25,10 @@ Please try to follow the [GitHub Coding Style Guides](https://github.com/stylegu
|
|
25
25
|
Change Log
|
26
26
|
==========
|
27
27
|
|
28
|
+
3.4.1 - January 24, 2014
|
29
|
+
|
30
|
+
* Fix for JRuby - Nokogiri is now fixed to version 1.6.0 exactly. Version 1.6.1 was breaking the CCR part of the test suite under JRuby. Nokogiri 1.6.0 works properly across Ruby 1.9.3, Ruby 2.0.0 and JRuby 1.7.9
|
31
|
+
|
28
32
|
3.4.0 - January 23, 2014
|
29
33
|
|
30
34
|
* _New Feature_ - BulkRecordImporter class now available that provides the ability to import QRDA Cat I, Consolidated CDA and HITSP C32
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: health-data-standards
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.4.
|
4
|
+
version: 3.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andy Gregorowicz
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2014-01-
|
15
|
+
date: 2014-01-24 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: rest-client
|
@@ -102,14 +102,14 @@ dependencies:
|
|
102
102
|
name: nokogiri
|
103
103
|
requirement: !ruby/object:Gem::Requirement
|
104
104
|
requirements:
|
105
|
-
- -
|
105
|
+
- - '='
|
106
106
|
- !ruby/object:Gem::Version
|
107
107
|
version: 1.6.0
|
108
108
|
type: :runtime
|
109
109
|
prerelease: false
|
110
110
|
version_requirements: !ruby/object:Gem::Requirement
|
111
111
|
requirements:
|
112
|
-
- -
|
112
|
+
- - '='
|
113
113
|
- !ruby/object:Gem::Version
|
114
114
|
version: 1.6.0
|
115
115
|
- !ruby/object:Gem::Dependency
|
@@ -161,6 +161,10 @@ executables: []
|
|
161
161
|
extensions: []
|
162
162
|
extra_rdoc_files: []
|
163
163
|
files:
|
164
|
+
- Gemfile
|
165
|
+
- README.md
|
166
|
+
- Rakefile
|
167
|
+
- lib/health-data-standards.rb
|
164
168
|
- lib/health-data-standards/export/c32.rb
|
165
169
|
- lib/health-data-standards/export/cat_1.rb
|
166
170
|
- lib/health-data-standards/export/cat_3.rb
|
@@ -177,6 +181,7 @@ files:
|
|
177
181
|
- lib/health-data-standards/export/helper/scooped_view_helper.rb
|
178
182
|
- lib/health-data-standards/export/html.rb
|
179
183
|
- lib/health-data-standards/export/qrda/entry_template_resolver.rb
|
184
|
+
- lib/health-data-standards/export/qrda/hqmf-qrda-oids.json
|
180
185
|
- lib/health-data-standards/export/rendering_context.rb
|
181
186
|
- lib/health-data-standards/export/template_helper.rb
|
182
187
|
- lib/health-data-standards/export/view_helper.rb
|
@@ -311,22 +316,51 @@ files:
|
|
311
316
|
- lib/health-data-standards/models/treating_provider.rb
|
312
317
|
- lib/health-data-standards/models/vital_sign.rb
|
313
318
|
- lib/health-data-standards/railtie.rb
|
319
|
+
- lib/health-data-standards/tasks/bundle.rake
|
314
320
|
- lib/health-data-standards/util/code_system_helper.rb
|
315
321
|
- lib/health-data-standards/util/hl7_helper.rb
|
316
322
|
- lib/health-data-standards/util/hqmf_template_helper.rb
|
323
|
+
- lib/health-data-standards/util/hqmf_template_oid_map.json
|
317
324
|
- lib/health-data-standards/util/vs_api.rb
|
318
|
-
- lib/
|
325
|
+
- lib/hqmf-generator/attribute.xml.erb
|
326
|
+
- lib/hqmf-generator/characteristic_criteria.xml.erb
|
327
|
+
- lib/hqmf-generator/code.xml.erb
|
328
|
+
- lib/hqmf-generator/condition_criteria.xml.erb
|
329
|
+
- lib/hqmf-generator/derivation.xml.erb
|
330
|
+
- lib/hqmf-generator/description.xml.erb
|
331
|
+
- lib/hqmf-generator/document.xml.erb
|
332
|
+
- lib/hqmf-generator/effective_time.xml.erb
|
333
|
+
- lib/hqmf-generator/encounter_criteria.xml.erb
|
334
|
+
- lib/hqmf-generator/field.xml.erb
|
319
335
|
- lib/hqmf-generator/hqmf-generator.rb
|
336
|
+
- lib/hqmf-generator/observation_criteria.xml.erb
|
337
|
+
- lib/hqmf-generator/population_criteria.xml.erb
|
338
|
+
- lib/hqmf-generator/precondition.xml.erb
|
339
|
+
- lib/hqmf-generator/procedure_criteria.xml.erb
|
340
|
+
- lib/hqmf-generator/reason.xml.erb
|
341
|
+
- lib/hqmf-generator/reference.xml.erb
|
342
|
+
- lib/hqmf-generator/source.xml.erb
|
343
|
+
- lib/hqmf-generator/specific_occurrence.xml.erb
|
344
|
+
- lib/hqmf-generator/subset.xml.erb
|
345
|
+
- lib/hqmf-generator/substance_criteria.xml.erb
|
346
|
+
- lib/hqmf-generator/supply_criteria.xml.erb
|
347
|
+
- lib/hqmf-generator/template_id.xml.erb
|
348
|
+
- lib/hqmf-generator/temporal_relationship.xml.erb
|
349
|
+
- lib/hqmf-generator/value.xml.erb
|
350
|
+
- lib/hqmf-generator/variable_criteria.xml.erb
|
320
351
|
- lib/hqmf-model/attribute.rb
|
352
|
+
- lib/hqmf-model/data_criteria.json
|
321
353
|
- lib/hqmf-model/data_criteria.rb
|
322
354
|
- lib/hqmf-model/document.rb
|
323
355
|
- lib/hqmf-model/population_criteria.rb
|
324
356
|
- lib/hqmf-model/precondition.rb
|
325
357
|
- lib/hqmf-model/types.rb
|
326
358
|
- lib/hqmf-model/utilities.rb
|
359
|
+
- lib/hqmf-parser.rb
|
327
360
|
- lib/hqmf-parser/1.0/attribute.rb
|
328
361
|
- lib/hqmf-parser/1.0/comparison.rb
|
329
362
|
- lib/hqmf-parser/1.0/data_criteria.rb
|
363
|
+
- lib/hqmf-parser/1.0/data_criteria_oid_xpath.json
|
330
364
|
- lib/hqmf-parser/1.0/document.rb
|
331
365
|
- lib/hqmf-parser/1.0/expression.rb
|
332
366
|
- lib/hqmf-parser/1.0/observation.rb
|
@@ -354,7 +388,6 @@ files:
|
|
354
388
|
- lib/hqmf-parser/converter/pass2/comparison_converter.rb
|
355
389
|
- lib/hqmf-parser/converter/pass2/operator_converter.rb
|
356
390
|
- lib/hqmf-parser/parser.rb
|
357
|
-
- lib/hqmf-parser.rb
|
358
391
|
- lib/util/counter.rb
|
359
392
|
- templates/_author.hdata.erb
|
360
393
|
- templates/_pedigree.hdata.erb
|
@@ -487,39 +520,6 @@ files:
|
|
487
520
|
- templates/html/_section.html.erb
|
488
521
|
- templates/html/show.html.erb
|
489
522
|
- templates/metadata.hdata.erb
|
490
|
-
- lib/health-data-standards/export/qrda/hqmf-qrda-oids.json
|
491
|
-
- lib/health-data-standards/util/hqmf_template_oid_map.json
|
492
|
-
- lib/hqmf-model/data_criteria.json
|
493
|
-
- lib/hqmf-parser/1.0/data_criteria_oid_xpath.json
|
494
|
-
- lib/hqmf-generator/attribute.xml.erb
|
495
|
-
- lib/hqmf-generator/characteristic_criteria.xml.erb
|
496
|
-
- lib/hqmf-generator/code.xml.erb
|
497
|
-
- lib/hqmf-generator/condition_criteria.xml.erb
|
498
|
-
- lib/hqmf-generator/derivation.xml.erb
|
499
|
-
- lib/hqmf-generator/description.xml.erb
|
500
|
-
- lib/hqmf-generator/document.xml.erb
|
501
|
-
- lib/hqmf-generator/effective_time.xml.erb
|
502
|
-
- lib/hqmf-generator/encounter_criteria.xml.erb
|
503
|
-
- lib/hqmf-generator/field.xml.erb
|
504
|
-
- lib/hqmf-generator/observation_criteria.xml.erb
|
505
|
-
- lib/hqmf-generator/population_criteria.xml.erb
|
506
|
-
- lib/hqmf-generator/precondition.xml.erb
|
507
|
-
- lib/hqmf-generator/procedure_criteria.xml.erb
|
508
|
-
- lib/hqmf-generator/reason.xml.erb
|
509
|
-
- lib/hqmf-generator/reference.xml.erb
|
510
|
-
- lib/hqmf-generator/source.xml.erb
|
511
|
-
- lib/hqmf-generator/specific_occurrence.xml.erb
|
512
|
-
- lib/hqmf-generator/subset.xml.erb
|
513
|
-
- lib/hqmf-generator/substance_criteria.xml.erb
|
514
|
-
- lib/hqmf-generator/supply_criteria.xml.erb
|
515
|
-
- lib/hqmf-generator/template_id.xml.erb
|
516
|
-
- lib/hqmf-generator/temporal_relationship.xml.erb
|
517
|
-
- lib/hqmf-generator/value.xml.erb
|
518
|
-
- lib/hqmf-generator/variable_criteria.xml.erb
|
519
|
-
- lib/health-data-standards/tasks/bundle.rake
|
520
|
-
- Gemfile
|
521
|
-
- README.md
|
522
|
-
- Rakefile
|
523
523
|
homepage: https://github.com/projectcypress/health-data-standards
|
524
524
|
licenses:
|
525
525
|
- APL 2.0
|
@@ -540,7 +540,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
540
540
|
version: '0'
|
541
541
|
requirements: []
|
542
542
|
rubyforge_project:
|
543
|
-
rubygems_version: 2.
|
543
|
+
rubygems_version: 2.2.1
|
544
544
|
signing_key:
|
545
545
|
specification_version: 4
|
546
546
|
summary: A library for generating and consuming various healthcare related formats.
|