cqm-parsers 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/hqmf-model/data_criteria.json +1046 -0
- data/lib/hqmf-parser/1.0/data_criteria_oid_xpath.json +91 -0
- data/lib/qrda-export/catI-r5/_code.mustache +1 -0
- data/lib/qrda-export/catI-r5/_codes.mustache +10 -0
- data/lib/qrda-export/catI-r5/_header.mustache +28 -0
- data/lib/qrda-export/catI-r5/_measure_section.mustache +59 -0
- data/lib/qrda-export/catI-r5/_reporting_period.mustache +23 -0
- data/lib/qrda-export/catI-r5/_values.mustache +10 -0
- data/lib/qrda-export/catI-r5/qrda1_r5.mustache +137 -0
- data/lib/qrda-export/catI-r5/qrda_header/_author.mustache +20 -0
- data/lib/qrda-export/catI-r5/qrda_header/_custodian.mustache +17 -0
- data/lib/qrda-export/catI-r5/qrda_header/_documentation_of_service_event.mustache +80 -0
- data/lib/qrda-export/catI-r5/qrda_header/_information_recipient.mustache +7 -0
- data/lib/qrda-export/catI-r5/qrda_header/_legal_authenticator.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_header/_participant.mustache +7 -0
- data/lib/qrda-export/catI-r5/qrda_header/_record_target.mustache +29 -0
- data/lib/qrda-export/catI-r5/qrda_templates/adverse_event.mustache +28 -0
- data/lib/qrda-export/catI-r5/qrda_templates/allergy_intolerance.mustache +28 -0
- data/lib/qrda-export/catI-r5/qrda_templates/assessment_performed.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_templates/communication_from_patient_to_provider.mustache +29 -0
- data/lib/qrda-export/catI-r5/qrda_templates/communication_from_provider_to_patient.mustache +24 -0
- data/lib/qrda-export/catI-r5/qrda_templates/communication_from_provider_to_provider.mustache +31 -0
- data/lib/qrda-export/catI-r5/qrda_templates/device_applied.mustache +32 -0
- data/lib/qrda-export/catI-r5/qrda_templates/device_ordered.mustache +31 -0
- data/lib/qrda-export/catI-r5/qrda_templates/diagnosis.mustache +38 -0
- data/lib/qrda-export/catI-r5/qrda_templates/diagnostic_study_ordered.mustache +19 -0
- data/lib/qrda-export/catI-r5/qrda_templates/diagnostic_study_performed.mustache +29 -0
- data/lib/qrda-export/catI-r5/qrda_templates/encounter_ordered.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_templates/encounter_performed.mustache +41 -0
- data/lib/qrda-export/catI-r5/qrda_templates/immunization_aministered.mustache +29 -0
- data/lib/qrda-export/catI-r5/qrda_templates/insurance_provider.mustache +11 -0
- data/lib/qrda-export/catI-r5/qrda_templates/intervention_ordered.mustache +18 -0
- data/lib/qrda-export/catI-r5/qrda_templates/intervention_performed.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_templates/lab_test_ordered.mustache +18 -0
- data/lib/qrda-export/catI-r5/qrda_templates/lab_test_performed.mustache +22 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_active.mustache +35 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_administered.mustache +31 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_discharge.mustache +55 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_dispensed.mustache +39 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_ordered.mustache +38 -0
- data/lib/qrda-export/catI-r5/qrda_templates/patient_characteristic_expired.mustache +16 -0
- data/lib/qrda-export/catI-r5/qrda_templates/physical_exam_performed.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_templates/procedure_ordered.mustache +19 -0
- data/lib/qrda-export/catI-r5/qrda_templates/procedure_performed.mustache +44 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_admission_source.mustache +6 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_anatomical_location_site.mustache +1 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_author.mustache +7 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_author_participation.mustache +7 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_component.mustache +11 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_encounter_diagnosis.mustache +19 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_encounter_facility_location.mustache +16 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_mediation_frequency.mustache +3 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_medication_details.mustache +11 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_ordinality.mustache +1 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_principal_diagnosis.mustache +8 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_reason.mustache +12 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_related_to.mustache +6 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_results.mustache +21 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_severity.mustache +8 -0
- data/lib/tasks/hqmf.rake +170 -0
- data/lib/util/hqmf_template_oid_map.json +674 -0
- data/lib/util/hqmfr2_template_oid_map.json +390 -0
- data/lib/util/hqmfr2cql_template_oid_map.json +390 -0
- metadata +64 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cqm-parsers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The MITRE Corporation
|
@@ -218,6 +218,7 @@ files:
|
|
218
218
|
- lib/ext/code.rb
|
219
219
|
- lib/ext/data_element.rb
|
220
220
|
- lib/hqmf-model/attribute.rb
|
221
|
+
- lib/hqmf-model/data_criteria.json
|
221
222
|
- lib/hqmf-model/data_criteria.rb
|
222
223
|
- lib/hqmf-model/document.rb
|
223
224
|
- lib/hqmf-model/population_criteria.rb
|
@@ -228,6 +229,7 @@ files:
|
|
228
229
|
- lib/hqmf-parser/1.0/attribute.rb
|
229
230
|
- lib/hqmf-parser/1.0/comparison.rb
|
230
231
|
- lib/hqmf-parser/1.0/data_criteria.rb
|
232
|
+
- lib/hqmf-parser/1.0/data_criteria_oid_xpath.json
|
231
233
|
- lib/hqmf-parser/1.0/document.rb
|
232
234
|
- lib/hqmf-parser/1.0/expression.rb
|
233
235
|
- lib/hqmf-parser/1.0/observation.rb
|
@@ -270,7 +272,64 @@ files:
|
|
270
272
|
- lib/hqmf-parser/cql/document_helpers/doc_population_helper.rb
|
271
273
|
- lib/hqmf-parser/cql/value_set_helper.rb
|
272
274
|
- lib/hqmf-parser/parser.rb
|
275
|
+
- lib/qrda-export/catI-r5/_code.mustache
|
276
|
+
- lib/qrda-export/catI-r5/_codes.mustache
|
277
|
+
- lib/qrda-export/catI-r5/_header.mustache
|
278
|
+
- lib/qrda-export/catI-r5/_measure_section.mustache
|
279
|
+
- lib/qrda-export/catI-r5/_reporting_period.mustache
|
280
|
+
- lib/qrda-export/catI-r5/_values.mustache
|
281
|
+
- lib/qrda-export/catI-r5/qrda1_r5.mustache
|
273
282
|
- lib/qrda-export/catI-r5/qrda1_r5.rb
|
283
|
+
- lib/qrda-export/catI-r5/qrda_header/_author.mustache
|
284
|
+
- lib/qrda-export/catI-r5/qrda_header/_custodian.mustache
|
285
|
+
- lib/qrda-export/catI-r5/qrda_header/_documentation_of_service_event.mustache
|
286
|
+
- lib/qrda-export/catI-r5/qrda_header/_information_recipient.mustache
|
287
|
+
- lib/qrda-export/catI-r5/qrda_header/_legal_authenticator.mustache
|
288
|
+
- lib/qrda-export/catI-r5/qrda_header/_participant.mustache
|
289
|
+
- lib/qrda-export/catI-r5/qrda_header/_record_target.mustache
|
290
|
+
- lib/qrda-export/catI-r5/qrda_templates/adverse_event.mustache
|
291
|
+
- lib/qrda-export/catI-r5/qrda_templates/allergy_intolerance.mustache
|
292
|
+
- lib/qrda-export/catI-r5/qrda_templates/assessment_performed.mustache
|
293
|
+
- lib/qrda-export/catI-r5/qrda_templates/communication_from_patient_to_provider.mustache
|
294
|
+
- lib/qrda-export/catI-r5/qrda_templates/communication_from_provider_to_patient.mustache
|
295
|
+
- lib/qrda-export/catI-r5/qrda_templates/communication_from_provider_to_provider.mustache
|
296
|
+
- lib/qrda-export/catI-r5/qrda_templates/device_applied.mustache
|
297
|
+
- lib/qrda-export/catI-r5/qrda_templates/device_ordered.mustache
|
298
|
+
- lib/qrda-export/catI-r5/qrda_templates/diagnosis.mustache
|
299
|
+
- lib/qrda-export/catI-r5/qrda_templates/diagnostic_study_ordered.mustache
|
300
|
+
- lib/qrda-export/catI-r5/qrda_templates/diagnostic_study_performed.mustache
|
301
|
+
- lib/qrda-export/catI-r5/qrda_templates/encounter_ordered.mustache
|
302
|
+
- lib/qrda-export/catI-r5/qrda_templates/encounter_performed.mustache
|
303
|
+
- lib/qrda-export/catI-r5/qrda_templates/immunization_aministered.mustache
|
304
|
+
- lib/qrda-export/catI-r5/qrda_templates/insurance_provider.mustache
|
305
|
+
- lib/qrda-export/catI-r5/qrda_templates/intervention_ordered.mustache
|
306
|
+
- lib/qrda-export/catI-r5/qrda_templates/intervention_performed.mustache
|
307
|
+
- lib/qrda-export/catI-r5/qrda_templates/lab_test_ordered.mustache
|
308
|
+
- lib/qrda-export/catI-r5/qrda_templates/lab_test_performed.mustache
|
309
|
+
- lib/qrda-export/catI-r5/qrda_templates/medication_active.mustache
|
310
|
+
- lib/qrda-export/catI-r5/qrda_templates/medication_administered.mustache
|
311
|
+
- lib/qrda-export/catI-r5/qrda_templates/medication_discharge.mustache
|
312
|
+
- lib/qrda-export/catI-r5/qrda_templates/medication_dispensed.mustache
|
313
|
+
- lib/qrda-export/catI-r5/qrda_templates/medication_ordered.mustache
|
314
|
+
- lib/qrda-export/catI-r5/qrda_templates/patient_characteristic_expired.mustache
|
315
|
+
- lib/qrda-export/catI-r5/qrda_templates/physical_exam_performed.mustache
|
316
|
+
- lib/qrda-export/catI-r5/qrda_templates/procedure_ordered.mustache
|
317
|
+
- lib/qrda-export/catI-r5/qrda_templates/procedure_performed.mustache
|
318
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_admission_source.mustache
|
319
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_anatomical_location_site.mustache
|
320
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_author.mustache
|
321
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_author_participation.mustache
|
322
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_component.mustache
|
323
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_encounter_diagnosis.mustache
|
324
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_encounter_facility_location.mustache
|
325
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_mediation_frequency.mustache
|
326
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_medication_details.mustache
|
327
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_ordinality.mustache
|
328
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_principal_diagnosis.mustache
|
329
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_reason.mustache
|
330
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_related_to.mustache
|
331
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_results.mustache
|
332
|
+
- lib/qrda-export/catI-r5/qrda_templates/template_partials/_severity.mustache
|
274
333
|
- lib/qrda-export/helper/cat_1_view_helper.rb
|
275
334
|
- lib/qrda-export/helper/code_system_helper.rb
|
276
335
|
- lib/qrda-export/helper/date_helper.rb
|
@@ -310,9 +369,13 @@ files:
|
|
310
369
|
- lib/qrda-import/entry_package.rb
|
311
370
|
- lib/qrda-import/narrative_reference_handler.rb
|
312
371
|
- lib/qrda-import/patient_importer.rb
|
372
|
+
- lib/tasks/hqmf.rake
|
313
373
|
- lib/util/code_system_helper.rb
|
314
374
|
- lib/util/counter.rb
|
315
375
|
- lib/util/hqmf_template_helper.rb
|
376
|
+
- lib/util/hqmf_template_oid_map.json
|
377
|
+
- lib/util/hqmfr2_template_oid_map.json
|
378
|
+
- lib/util/hqmfr2cql_template_oid_map.json
|
316
379
|
homepage: https://github.com/projecttacoma/cqm-parsers
|
317
380
|
licenses:
|
318
381
|
- Apache-2.0
|