health-data-standards 3.5.1 → 3.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/health-data-standards/export/view_helper.rb +1 -1
- metadata +42 -42
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 693968958852b84cc93930b7b6cf3f9d292491fc
|
4
|
+
data.tar.gz: 204430a5a3aa971fba9199fc316f83604d0cc1c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75500d6acc1c7b1c5d441a14c5b745121676300f40029cfc637df75ae1b7e23a37e4a04c5ecd006feb8e0c2678406946fc0d193a5a468820f11a004ab8bfa189
|
7
|
+
data.tar.gz: bb52d0f4df6937b8800c06a9f2d15597fd34eabce4bc97003e1543e4be3afdf5146008100de817bf44e62d456623d08eedfe69593bdd4e754673b58ac512958a
|
@@ -108,7 +108,7 @@ module HealthDataStandards
|
|
108
108
|
|
109
109
|
clean_hash
|
110
110
|
else
|
111
|
-
if codes && (field.match(/Time$/) || field.match(/\_time$/))
|
111
|
+
if codes && (field.match(/Time$/) || field.match(/\_time$/) || field.match(/Date$/))
|
112
112
|
Entry.time_to_s(codes)
|
113
113
|
else
|
114
114
|
codes.to_s
|
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.5.
|
4
|
+
version: 3.5.2
|
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-09-
|
15
|
+
date: 2014-09-23 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: rest-client
|
@@ -189,6 +189,10 @@ executables: []
|
|
189
189
|
extensions: []
|
190
190
|
extra_rdoc_files: []
|
191
191
|
files:
|
192
|
+
- Gemfile
|
193
|
+
- README.md
|
194
|
+
- Rakefile
|
195
|
+
- lib/health-data-standards.rb
|
192
196
|
- lib/health-data-standards/export/c32.rb
|
193
197
|
- lib/health-data-standards/export/cat_1.rb
|
194
198
|
- lib/health-data-standards/export/cat_3.rb
|
@@ -205,6 +209,7 @@ files:
|
|
205
209
|
- lib/health-data-standards/export/helper/scooped_view_helper.rb
|
206
210
|
- lib/health-data-standards/export/html.rb
|
207
211
|
- lib/health-data-standards/export/qrda/entry_template_resolver.rb
|
212
|
+
- lib/health-data-standards/export/qrda/hqmf-qrda-oids.json
|
208
213
|
- lib/health-data-standards/export/rendering_context.rb
|
209
214
|
- lib/health-data-standards/export/template_helper.rb
|
210
215
|
- lib/health-data-standards/export/view_helper.rb
|
@@ -340,22 +345,55 @@ files:
|
|
340
345
|
- lib/health-data-standards/models/treating_provider.rb
|
341
346
|
- lib/health-data-standards/models/vital_sign.rb
|
342
347
|
- lib/health-data-standards/railtie.rb
|
348
|
+
- lib/health-data-standards/tasks/bundle.rake
|
343
349
|
- lib/health-data-standards/util/code_system_helper.rb
|
344
350
|
- lib/health-data-standards/util/hl7_helper.rb
|
345
351
|
- lib/health-data-standards/util/hqmf_template_helper.rb
|
352
|
+
- lib/health-data-standards/util/hqmf_template_oid_map.json
|
346
353
|
- lib/health-data-standards/util/vs_api.rb
|
347
|
-
- lib/
|
354
|
+
- lib/hqmf-generator/attribute.xml.erb
|
355
|
+
- lib/hqmf-generator/characteristic_criteria.xml.erb
|
356
|
+
- lib/hqmf-generator/code.xml.erb
|
357
|
+
- lib/hqmf-generator/condition_criteria.xml.erb
|
358
|
+
- lib/hqmf-generator/derivation.xml.erb
|
359
|
+
- lib/hqmf-generator/description.xml.erb
|
360
|
+
- lib/hqmf-generator/document.xml.erb
|
361
|
+
- lib/hqmf-generator/effective_time.xml.erb
|
362
|
+
- lib/hqmf-generator/encounter_criteria.xml.erb
|
363
|
+
- lib/hqmf-generator/field.xml.erb
|
364
|
+
- lib/hqmf-generator/grouper_criteria.xml.erb
|
348
365
|
- lib/hqmf-generator/hqmf-generator.rb
|
366
|
+
- lib/hqmf-generator/local_variable.xml.erb
|
367
|
+
- lib/hqmf-generator/measure_observation_definition.xml.erb
|
368
|
+
- lib/hqmf-generator/observation_criteria.xml.erb
|
369
|
+
- lib/hqmf-generator/population_criteria.xml.erb
|
370
|
+
- lib/hqmf-generator/precondition.xml.erb
|
371
|
+
- lib/hqmf-generator/precondition_cv.xml.erb
|
372
|
+
- lib/hqmf-generator/procedure_criteria.xml.erb
|
373
|
+
- lib/hqmf-generator/reason.xml.erb
|
374
|
+
- lib/hqmf-generator/reference.xml.erb
|
375
|
+
- lib/hqmf-generator/source.xml.erb
|
376
|
+
- lib/hqmf-generator/specific_occurrence.xml.erb
|
377
|
+
- lib/hqmf-generator/subset.xml.erb
|
378
|
+
- lib/hqmf-generator/substance_criteria.xml.erb
|
379
|
+
- lib/hqmf-generator/supply_criteria.xml.erb
|
380
|
+
- lib/hqmf-generator/template_id.xml.erb
|
381
|
+
- lib/hqmf-generator/temporal_relationship.xml.erb
|
382
|
+
- lib/hqmf-generator/value.xml.erb
|
383
|
+
- lib/hqmf-generator/variable_criteria.xml.erb
|
349
384
|
- lib/hqmf-model/attribute.rb
|
385
|
+
- lib/hqmf-model/data_criteria.json
|
350
386
|
- lib/hqmf-model/data_criteria.rb
|
351
387
|
- lib/hqmf-model/document.rb
|
352
388
|
- lib/hqmf-model/population_criteria.rb
|
353
389
|
- lib/hqmf-model/precondition.rb
|
354
390
|
- lib/hqmf-model/types.rb
|
355
391
|
- lib/hqmf-model/utilities.rb
|
392
|
+
- lib/hqmf-parser.rb
|
356
393
|
- lib/hqmf-parser/1.0/attribute.rb
|
357
394
|
- lib/hqmf-parser/1.0/comparison.rb
|
358
395
|
- lib/hqmf-parser/1.0/data_criteria.rb
|
396
|
+
- lib/hqmf-parser/1.0/data_criteria_oid_xpath.json
|
359
397
|
- lib/hqmf-parser/1.0/document.rb
|
360
398
|
- lib/hqmf-parser/1.0/expression.rb
|
361
399
|
- lib/hqmf-parser/1.0/observation.rb
|
@@ -383,7 +421,6 @@ files:
|
|
383
421
|
- lib/hqmf-parser/converter/pass2/comparison_converter.rb
|
384
422
|
- lib/hqmf-parser/converter/pass2/operator_converter.rb
|
385
423
|
- lib/hqmf-parser/parser.rb
|
386
|
-
- lib/hqmf-parser.rb
|
387
424
|
- lib/util/counter.rb
|
388
425
|
- templates/_author.hdata.erb
|
389
426
|
- templates/_pedigree.hdata.erb
|
@@ -523,43 +560,6 @@ files:
|
|
523
560
|
- templates/html/_section.html.erb
|
524
561
|
- templates/html/show.html.erb
|
525
562
|
- templates/metadata.hdata.erb
|
526
|
-
- lib/health-data-standards/export/qrda/hqmf-qrda-oids.json
|
527
|
-
- lib/health-data-standards/util/hqmf_template_oid_map.json
|
528
|
-
- lib/hqmf-model/data_criteria.json
|
529
|
-
- lib/hqmf-parser/1.0/data_criteria_oid_xpath.json
|
530
|
-
- lib/hqmf-generator/attribute.xml.erb
|
531
|
-
- lib/hqmf-generator/characteristic_criteria.xml.erb
|
532
|
-
- lib/hqmf-generator/code.xml.erb
|
533
|
-
- lib/hqmf-generator/condition_criteria.xml.erb
|
534
|
-
- lib/hqmf-generator/derivation.xml.erb
|
535
|
-
- lib/hqmf-generator/description.xml.erb
|
536
|
-
- lib/hqmf-generator/document.xml.erb
|
537
|
-
- lib/hqmf-generator/effective_time.xml.erb
|
538
|
-
- lib/hqmf-generator/encounter_criteria.xml.erb
|
539
|
-
- lib/hqmf-generator/field.xml.erb
|
540
|
-
- lib/hqmf-generator/grouper_criteria.xml.erb
|
541
|
-
- lib/hqmf-generator/local_variable.xml.erb
|
542
|
-
- lib/hqmf-generator/measure_observation_definition.xml.erb
|
543
|
-
- lib/hqmf-generator/observation_criteria.xml.erb
|
544
|
-
- lib/hqmf-generator/population_criteria.xml.erb
|
545
|
-
- lib/hqmf-generator/precondition.xml.erb
|
546
|
-
- lib/hqmf-generator/precondition_cv.xml.erb
|
547
|
-
- lib/hqmf-generator/procedure_criteria.xml.erb
|
548
|
-
- lib/hqmf-generator/reason.xml.erb
|
549
|
-
- lib/hqmf-generator/reference.xml.erb
|
550
|
-
- lib/hqmf-generator/source.xml.erb
|
551
|
-
- lib/hqmf-generator/specific_occurrence.xml.erb
|
552
|
-
- lib/hqmf-generator/subset.xml.erb
|
553
|
-
- lib/hqmf-generator/substance_criteria.xml.erb
|
554
|
-
- lib/hqmf-generator/supply_criteria.xml.erb
|
555
|
-
- lib/hqmf-generator/template_id.xml.erb
|
556
|
-
- lib/hqmf-generator/temporal_relationship.xml.erb
|
557
|
-
- lib/hqmf-generator/value.xml.erb
|
558
|
-
- lib/hqmf-generator/variable_criteria.xml.erb
|
559
|
-
- lib/health-data-standards/tasks/bundle.rake
|
560
|
-
- Gemfile
|
561
|
-
- README.md
|
562
|
-
- Rakefile
|
563
563
|
homepage: https://github.com/projectcypress/health-data-standards
|
564
564
|
licenses:
|
565
565
|
- APL 2.0
|
@@ -580,7 +580,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
580
580
|
version: '0'
|
581
581
|
requirements: []
|
582
582
|
rubyforge_project:
|
583
|
-
rubygems_version: 2.0
|
583
|
+
rubygems_version: 2.2.0
|
584
584
|
signing_key:
|
585
585
|
specification_version: 4
|
586
586
|
summary: A library for generating and consuming various healthcare related formats.
|