cqm-parsers 0.2.3 → 3.1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (121) hide show
  1. checksums.yaml +5 -5
  2. data/Gemfile +8 -4
  3. data/README.md +57 -5
  4. data/Rakefile +1 -0
  5. data/lib/{hqmf-parser.rb → cqm-parsers.rb} +13 -45
  6. data/lib/ext/data_element.rb +1 -1
  7. data/lib/hqmf-parser/2.0/document.rb +1 -1
  8. data/lib/hqmf-parser/2.0/population_criteria.rb +1 -1
  9. data/lib/hqmf-parser/cql/document_helpers/doc_population_helper.rb +11 -6
  10. data/lib/measure-loader/cql_loader.rb +165 -0
  11. data/lib/measure-loader/elm_dependency_finder.rb +72 -0
  12. data/lib/measure-loader/elm_parser.rb +67 -0
  13. data/lib/measure-loader/exceptions.rb +10 -0
  14. data/lib/measure-loader/helpers.rb +11 -0
  15. data/lib/measure-loader/hqmf_measure_loader.rb +170 -0
  16. data/lib/measure-loader/mat_measure_files.rb +138 -0
  17. data/lib/measure-loader/source_data_criteria_loader.rb +75 -0
  18. data/lib/measure-loader/value_set_helpers.rb +68 -0
  19. data/lib/measure-loader/vsac_value_set_loader.rb +97 -0
  20. data/lib/tasks/hqmf.rake +1 -1
  21. data/lib/util/util.rb +23 -0
  22. data/lib/util/vsac_api.rb +166 -103
  23. metadata +60 -127
  24. data/lib/ext/code.rb +0 -10
  25. data/lib/qrda-export/catI-r5/_code.mustache +0 -1
  26. data/lib/qrda-export/catI-r5/_codes.mustache +0 -10
  27. data/lib/qrda-export/catI-r5/_header.mustache +0 -28
  28. data/lib/qrda-export/catI-r5/_measure_section.mustache +0 -59
  29. data/lib/qrda-export/catI-r5/_reporting_period.mustache +0 -23
  30. data/lib/qrda-export/catI-r5/_values.mustache +0 -10
  31. data/lib/qrda-export/catI-r5/qrda1_r5.mustache +0 -137
  32. data/lib/qrda-export/catI-r5/qrda1_r5.rb +0 -125
  33. data/lib/qrda-export/catI-r5/qrda_header/_author.mustache +0 -24
  34. data/lib/qrda-export/catI-r5/qrda_header/_custodian.mustache +0 -43
  35. data/lib/qrda-export/catI-r5/qrda_header/_documentation_of_service_event.mustache +0 -82
  36. data/lib/qrda-export/catI-r5/qrda_header/_information_recipient.mustache +0 -7
  37. data/lib/qrda-export/catI-r5/qrda_header/_legal_authenticator.mustache +0 -25
  38. data/lib/qrda-export/catI-r5/qrda_header/_participant.mustache +0 -7
  39. data/lib/qrda-export/catI-r5/qrda_header/_record_target.mustache +0 -28
  40. data/lib/qrda-export/catI-r5/qrda_templates/adverse_event.mustache +0 -28
  41. data/lib/qrda-export/catI-r5/qrda_templates/allergy_intolerance.mustache +0 -28
  42. data/lib/qrda-export/catI-r5/qrda_templates/assessment_performed.mustache +0 -25
  43. data/lib/qrda-export/catI-r5/qrda_templates/communication_from_patient_to_provider.mustache +0 -29
  44. data/lib/qrda-export/catI-r5/qrda_templates/communication_from_provider_to_patient.mustache +0 -24
  45. data/lib/qrda-export/catI-r5/qrda_templates/communication_from_provider_to_provider.mustache +0 -31
  46. data/lib/qrda-export/catI-r5/qrda_templates/device_applied.mustache +0 -32
  47. data/lib/qrda-export/catI-r5/qrda_templates/device_ordered.mustache +0 -31
  48. data/lib/qrda-export/catI-r5/qrda_templates/diagnosis.mustache +0 -38
  49. data/lib/qrda-export/catI-r5/qrda_templates/diagnostic_study_ordered.mustache +0 -19
  50. data/lib/qrda-export/catI-r5/qrda_templates/diagnostic_study_performed.mustache +0 -32
  51. data/lib/qrda-export/catI-r5/qrda_templates/encounter_ordered.mustache +0 -24
  52. data/lib/qrda-export/catI-r5/qrda_templates/encounter_performed.mustache +0 -40
  53. data/lib/qrda-export/catI-r5/qrda_templates/immunization_administered.mustache +0 -29
  54. data/lib/qrda-export/catI-r5/qrda_templates/insurance_provider.mustache +0 -11
  55. data/lib/qrda-export/catI-r5/qrda_templates/intervention_ordered.mustache +0 -18
  56. data/lib/qrda-export/catI-r5/qrda_templates/intervention_performed.mustache +0 -25
  57. data/lib/qrda-export/catI-r5/qrda_templates/lab_test_ordered.mustache +0 -18
  58. data/lib/qrda-export/catI-r5/qrda_templates/lab_test_performed.mustache +0 -22
  59. data/lib/qrda-export/catI-r5/qrda_templates/medication_active.mustache +0 -35
  60. data/lib/qrda-export/catI-r5/qrda_templates/medication_administered.mustache +0 -31
  61. data/lib/qrda-export/catI-r5/qrda_templates/medication_discharge.mustache +0 -55
  62. data/lib/qrda-export/catI-r5/qrda_templates/medication_dispensed.mustache +0 -39
  63. data/lib/qrda-export/catI-r5/qrda_templates/medication_ordered.mustache +0 -38
  64. data/lib/qrda-export/catI-r5/qrda_templates/patient_characteristic_expired.mustache +0 -16
  65. data/lib/qrda-export/catI-r5/qrda_templates/physical_exam_performed.mustache +0 -25
  66. data/lib/qrda-export/catI-r5/qrda_templates/procedure_ordered.mustache +0 -19
  67. data/lib/qrda-export/catI-r5/qrda_templates/procedure_performed.mustache +0 -44
  68. data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_admission_source.mustache +0 -6
  69. data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_anatomical_location_site.mustache +0 -1
  70. data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_author.mustache +0 -7
  71. data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_author_participation.mustache +0 -7
  72. data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_component.mustache +0 -11
  73. data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_encounter_diagnosis.mustache +0 -19
  74. data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_encounter_facility_location.mustache +0 -16
  75. data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_mediation_frequency.mustache +0 -3
  76. data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_medication_details.mustache +0 -11
  77. data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_ordinality.mustache +0 -1
  78. data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_principal_diagnosis.mustache +0 -8
  79. data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_reason.mustache +0 -12
  80. data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_related_to.mustache +0 -6
  81. data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_results.mustache +0 -19
  82. data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_severity.mustache +0 -8
  83. data/lib/qrda-export/helper/cat_1_view_helper.rb +0 -146
  84. data/lib/qrda-export/helper/code_system_helper.rb +0 -77
  85. data/lib/qrda-export/helper/date_helper.rb +0 -89
  86. data/lib/qrda-import/base-importers/demographics_importer.rb +0 -49
  87. data/lib/qrda-import/base-importers/medication_importer.rb +0 -23
  88. data/lib/qrda-import/base-importers/section_importer.rb +0 -196
  89. data/lib/qrda-import/cda_identifier.rb +0 -19
  90. data/lib/qrda-import/data-element-importers/adverse_event_importer.rb +0 -24
  91. data/lib/qrda-import/data-element-importers/allergy_intolerance_importer.rb +0 -22
  92. data/lib/qrda-import/data-element-importers/assessment_performed_importer.rb +0 -24
  93. data/lib/qrda-import/data-element-importers/communication_from_patient_to_provider_importer.rb +0 -20
  94. data/lib/qrda-import/data-element-importers/communication_from_provider_to_patient_importer.rb +0 -20
  95. data/lib/qrda-import/data-element-importers/communication_from_provider_to_provider_importer.rb +0 -22
  96. data/lib/qrda-import/data-element-importers/device_applied_importer.rb +0 -24
  97. data/lib/qrda-import/data-element-importers/device_order_importer.rb +0 -19
  98. data/lib/qrda-import/data-element-importers/diagnosis_importer.rb +0 -24
  99. data/lib/qrda-import/data-element-importers/diagnostic_study_order_importer.rb +0 -21
  100. data/lib/qrda-import/data-element-importers/diagnostic_study_performed_importer.rb +0 -31
  101. data/lib/qrda-import/data-element-importers/encounter_order_importer.rb +0 -21
  102. data/lib/qrda-import/data-element-importers/encounter_performed_importer.rb +0 -42
  103. data/lib/qrda-import/data-element-importers/immunization_administered_importer.rb +0 -18
  104. data/lib/qrda-import/data-element-importers/intervention_order_importer.rb +0 -19
  105. data/lib/qrda-import/data-element-importers/intervention_performed_importer.rb +0 -23
  106. data/lib/qrda-import/data-element-importers/laboratory_test_order_importer.rb +0 -21
  107. data/lib/qrda-import/data-element-importers/laboratory_test_performed_importer.rb +0 -29
  108. data/lib/qrda-import/data-element-importers/medication_active_importer.rb +0 -17
  109. data/lib/qrda-import/data-element-importers/medication_administered_importer.rb +0 -17
  110. data/lib/qrda-import/data-element-importers/medication_discharge_importer.rb +0 -19
  111. data/lib/qrda-import/data-element-importers/medication_dispensed_importer.rb +0 -19
  112. data/lib/qrda-import/data-element-importers/medication_order_importer.rb +0 -16
  113. data/lib/qrda-import/data-element-importers/patient_characteristic_expired.rb +0 -22
  114. data/lib/qrda-import/data-element-importers/physical_exam_performed_importer.rb +0 -27
  115. data/lib/qrda-import/data-element-importers/procedure_order_importer.rb +0 -27
  116. data/lib/qrda-import/data-element-importers/procedure_performed_importer.rb +0 -35
  117. data/lib/qrda-import/data-element-importers/substance_administered_importer.rb +0 -17
  118. data/lib/qrda-import/entry_finder.rb +0 -20
  119. data/lib/qrda-import/entry_package.rb +0 -16
  120. data/lib/qrda-import/narrative_reference_handler.rb +0 -33
  121. data/lib/qrda-import/patient_importer.rb +0 -111
@@ -1,11 +0,0 @@
1
- <entry>
2
- <!-- Patient Characteristic Payer -->
3
- <observation classCode="OBS" moodCode="EVN">
4
- <templateId root="2.16.840.1.113883.10.20.24.3.55"/>
5
- <id root="{{random_id}}"/>
6
- <code code="48768-6" codeSystemName="LOINC" codeSystem="2.16.840.1.113883.6.1" displayName="Payment source"/>
7
- <statusCode code="completed"/>
8
- {{{insurance_provider_period}}}
9
- <value xsi:type="CD" {{{insurance_provider_code_and_code_system}}} sdtc:valueSet="2.16.840.1.114222.4.11.3591"/>
10
- </observation>
11
- </entry>
@@ -1,18 +0,0 @@
1
- <entry>
2
- <act classCode="ACT" moodCode="RQO" {{{negation_ind}}}>
3
- <!-- Plan of Care Activity Act template -->
4
- <templateId root="2.16.840.1.113883.10.20.22.4.39" extension="2014-06-09"/>
5
- <!-- Intervention Order template -->
6
- <templateId root="2.16.840.1.113883.10.20.24.3.31" extension="2017-08-01"/>
7
- <id root="1.3.6.1.4.1.115" extension="{{object_id}}"/>
8
- {{> _codes}}
9
- <text>{{description}}</text>
10
- <statusCode code="active"/>
11
- {{#authorDatetime}}
12
- {{> qrda_templates/template_partials/_author}}
13
- {{/authorDatetime}}
14
- {{#negationRationale}}
15
- {{> qrda_templates/template_partials/_reason}}
16
- {{/negationRationale}}
17
- </act>
18
- </entry>
@@ -1,25 +0,0 @@
1
- <entry>
2
- <act classCode="ACT" moodCode="EVN" {{{negation_ind}}}>
3
- <!-- Consolidation CDA: Procedure Activity Act template -->
4
- <templateId root="2.16.840.1.113883.10.20.22.4.12" extension="2014-06-09"/>
5
- <!-- Intervention Performed Template -->
6
- <templateId root="2.16.840.1.113883.10.20.24.3.32" extension="2017-08-01"/>
7
- <id root="1.3.6.1.4.1.115" extension="{{object_id}}"/>
8
- {{> _codes}}
9
- <text>{{description}}</text>
10
- <statusCode code="completed"/>
11
- {{#relevantPeriod}}
12
- {{{relevant_period}}}
13
- {{/relevantPeriod}}
14
- {{#authorDatetime}}
15
- {{> qrda_templates/template_partials/_author}}
16
- {{/authorDatetime}}
17
- {{#negationRationale}}
18
- {{> qrda_templates/template_partials/_reason}}
19
- {{/negationRationale}}
20
- {{#result}}
21
- {{> qrda_templates/template_partials/_results}}
22
- {{/result}}
23
-
24
- </act>
25
- </entry>
@@ -1,18 +0,0 @@
1
- <entry>
2
- <observation classCode="OBS" moodCode="RQO" {{{negation_ind}}}>
3
- <!-- Consolidation Plan of Care Activity Observation -->
4
- <templateId root="2.16.840.1.113883.10.20.22.4.44" extension="2014-06-09"/>
5
- <!-- Lab Test Order -->
6
- <templateId root="2.16.840.1.113883.10.20.24.3.37" extension="2017-08-01"/>
7
- <id root="1.3.6.1.4.1.115" extension="{{object_id}}"/>
8
- {{> _codes}}
9
- <text>{{description}}</text>
10
- <statusCode code="active"/>
11
- {{#authorDatetime}}
12
- {{> qrda_templates/template_partials/_author}}
13
- {{/authorDatetime}}
14
- {{#negationRationale}}
15
- {{> qrda_templates/template_partials/_reason}}
16
- {{/negationRationale}}
17
- </observation>
18
- </entry>
@@ -1,22 +0,0 @@
1
- <entry>
2
- <observation classCode="OBS" moodCode="EVN" {{{negation_ind}}}>
3
- <!-- Lab test performed -->
4
- <templateId root="2.16.840.1.113883.10.20.24.3.38" extension="2017-08-01"/>
5
- <id root="1.3.6.1.4.1.115" extension="{{object_id}}"/>
6
- {{> _codes}}
7
- <text>{{description}}</text>
8
- <statusCode code="completed"/>
9
- {{#relevantPeriod}}
10
- {{{relevant_period}}}
11
- {{/relevantPeriod}}
12
- {{#authorDatetime}}
13
- {{> qrda_templates/template_partials/_author}}
14
- {{/authorDatetime}}
15
- {{#negationRationale}}
16
- {{> qrda_templates/template_partials/_reason}}
17
- {{/negationRationale}}
18
- {{#result}}
19
- {{> qrda_templates/template_partials/_results}}
20
- {{/result}}
21
- </observation>
22
- </entry>
@@ -1,35 +0,0 @@
1
- <entry>
2
- <substanceAdministration classCode="SBADM" moodCode="EVN">
3
- <!-- Medication Activity (consolidation) template -->
4
- <templateId root="2.16.840.1.113883.10.20.22.4.16" extension="2014-06-09"/>
5
- <!-- Medication, Active template -->
6
- <templateId root="2.16.840.1.113883.10.20.24.3.41" extension="2017-08-01"/>
7
-
8
- <id root="1.3.6.1.4.1.115" extension="{{object_id}}"/>
9
- <text>{{description}}</text>
10
- <statusCode code="active"/>
11
- {{#relevantPeriod}}
12
- {{{medication_duration_effective_time}}}
13
- {{/relevantPeriod}}
14
- {{#frequency}}
15
- {{> qrda_templates/template_partials/_medication_frequency}}
16
- {{/frequency}}
17
- {{> qrda_templates/template_partials/_medication_details}}
18
-
19
- <consumable>
20
- <manufacturedProduct classCode="MANU">
21
- <!-- Medication Information (consolidation) template -->
22
- <templateId root="2.16.840.1.113883.10.20.22.4.23" extension="2014-06-09"/>
23
- <id root="{{random_id}}"/>
24
- <manufacturedMaterial>
25
- {{> _codes}}
26
- </manufacturedMaterial>
27
- <manufacturerOrganization>
28
- <name>Medication Factory Inc.</name>
29
- </manufacturerOrganization>
30
- </manufacturedProduct>
31
- </consumable>
32
-
33
- </substanceAdministration>
34
-
35
- </entry>
@@ -1,31 +0,0 @@
1
- <entry>
2
- <substanceAdministration classCode="SBADM" moodCode="EVN" {{{negation_ind}}}>
3
- <!-- Medication Activity (consolidation) template -->
4
- <templateId root="2.16.840.1.113883.10.20.22.4.16" extension="2014-06-09"/>
5
- <!-- Medication, Administered template -->
6
- <templateId root="2.16.840.1.113883.10.20.24.3.42" extension="2017-08-01"/>
7
- <id root="1.3.6.1.4.1.115" extension="{{object_id}}"/>
8
- <code code="416118004" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Administration"/>
9
- <statusCode code="completed"/>
10
- {{#relevantPeriod}}
11
- {{{medication_duration_effective_time}}}
12
- {{/relevantPeriod}}
13
- {{> qrda_templates/template_partials/_medication_details}}
14
- <consumable>
15
- <manufacturedProduct classCode="MANU">
16
- <!-- Medication Information (consolidation) template -->
17
- <templateId root="2.16.840.1.113883.10.20.22.4.23" extension="2014-06-09"/>
18
- <id root="{{random_id}}"/>
19
- <manufacturedMaterial>
20
- {{> _codes}}
21
- </manufacturedMaterial>
22
- </manufacturedProduct>
23
- </consumable>
24
- {{#authorDatetime}}
25
- {{> qrda_templates/template_partials/_author_participation}}
26
- {{/authorDatetime}}
27
- {{#negationRationale}}
28
- {{> qrda_templates/template_partials/_reason}}
29
- {{/negationRationale}}
30
- </substanceAdministration>
31
- </entry>
@@ -1,55 +0,0 @@
1
- <entry>
2
- <act classCode="ACT" moodCode="RQO" {{{negation_ind}}}>
3
- <!-- Discharge Medication Entry -->
4
- <templateId root="2.16.840.1.113883.10.20.24.3.105" extension="2016-02-01"/>
5
- <id root="1.3.6.1.4.1.115" extension="{{object_id}}"/>
6
- <code code="75311-1"
7
- codeSystem="2.16.840.1.113883.6.1"
8
- codeSystemName="LOINC"
9
- displayName="Discharge medications"/>
10
- <statusCode code="active"/>
11
- <entryRelationship typeCode="SUBJ">
12
- <substanceAdministration moodCode="EVN" classCode="SBADM">
13
- <!-- Medication Activity (consolidation) template -->
14
- <templateId root="2.16.840.1.113883.10.20.22.4.16" extension="2014-06-09"/>
15
- <!-- Medication, Active template -->
16
- <templateId root="2.16.840.1.113883.10.20.24.3.41" extension="2016-02-01"/>
17
- <id root="1.3.6.1.4.1.115" extension="{{object_id}}"/>
18
- <text>{{description}}</text>
19
- <statusCode code="active"/>
20
- {{#relevantPeriod}}
21
- {{{medication_duration_effective_time}}}
22
- {{/relevantPeriod}}
23
- {{^relevantPeriod}}
24
- {{#authorDatetime}}
25
- {{{author_effective_time}}}
26
- {{/authorDatetime}}
27
- {{/relevantPeriod}}
28
- {{#frequency}}
29
- {> qrda_templates/template_partials/_medication_frequency}}
30
- {{/frequency}}
31
- {{> qrda_templates/template_partials/_medication_details}}
32
-
33
- <consumable>
34
- <manufacturedProduct classCode="MANU">
35
- <!-- Medication Information (consolidation) template -->
36
- <templateId root="2.16.840.1.113883.10.20.22.4.23" extension="2014-06-09"/>
37
- <id root="{{random_id}}"/>
38
- <manufacturedMaterial>
39
- {{> _codes}}
40
- </manufacturedMaterial>
41
- <manufacturerOrganization>
42
- <name>Medication Factory Inc.</name>
43
- </manufacturerOrganization>
44
- </manufacturedProduct>
45
- </consumable>
46
- {{#authorDatetime}}
47
- {{> qrda_templates/template_partials/_author_participation}}
48
- {{/authorDatetime}}
49
- {{#negationRationale}}
50
- {{> qrda_templates/template_partials/_reason}}
51
- {{/negationRationale}}
52
- </substanceAdministration>
53
- </entryRelationship>
54
- </act>
55
- </entry>
@@ -1,39 +0,0 @@
1
- <entry>
2
- <act classCode="ACT" moodCode="EVN" {{{negation_ind}}}>
3
- <!-- Medication Dispensed Act -->
4
- <templateId root="2.16.840.1.113883.10.20.24.3.139" extension="2017-08-01"/>
5
- <id root="1.3.6.1.4.1.115" extension="{{object_id}}"/>
6
- <code code="SPLY" codeSystem="2.16.840.1.113883.5.6" displayName="supply" codeSystemName="ActClass"/>
7
- <entryRelationship typeCode="SUBJ">
8
- <!--Medication dispensed -->
9
- <supply classCode="SPLY" moodCode="EVN">
10
- <!-- Medication Dispensed template -->
11
- <templateId root="2.16.840.1.113883.10.20.24.3.45" extension="2017-08-01"/>
12
- <!-- Medication Dispense template -->
13
- <templateId root="2.16.840.1.113883.10.20.22.4.18" extension="2014-06-09"/>
14
- <id root="1.3.6.1.4.1.115" extension="{{object_id}}"/>
15
- <text>{{description}}</text>
16
- <statusCode code="completed"/>
17
- {{#relevantPeriod}}
18
- {{{medication_duration_effective_time}}}
19
- {{/relevantPeriod}}
20
- <product>
21
- <manufacturedProduct classCode="MANU">
22
- <!-- Medication Information (consolidation) template -->
23
- <templateId root="2.16.840.1.113883.10.20.22.4.23" extension="2014-06-09"/>
24
- <id root="{{random_id}}"/>
25
- <manufacturedMaterial>
26
- {{> _codes}}
27
- </manufacturedMaterial>
28
- </manufacturedProduct>
29
- </product>
30
- {{#authorDatetime}}
31
- {{> qrda_templates/template_partials/_author}}
32
- {{/authorDatetime}}
33
- {{#negationRationale}}
34
- {{> qrda_templates/template_partials/_reason}}
35
- {{/negationRationale}}
36
- </supply>
37
- </entryRelationship>
38
- </act>
39
- </entry>
@@ -1,38 +0,0 @@
1
- <entry>
2
- <!--Medication Order -->
3
- <substanceAdministration classCode="SBADM" moodCode="RQO" {{{negation_ind}}}>
4
- <templateId root="2.16.840.1.113883.10.20.22.4.42" extension="2014-06-09"/>
5
- <!-- Medication, Order template -->
6
- <templateId root="2.16.840.1.113883.10.20.24.3.47" extension="2017-08-01"/>
7
- <id root="1.3.6.1.4.1.115" extension="{{object_id}}"/>
8
- <text>{{description}}</text>
9
- <statusCode code="active"/>
10
- {{#relevantPeriod}}
11
- {{{medication_duration_effective_time}}}
12
- {{/relevantPeriod}}
13
- {{#negated}}
14
- <effectiveTime xsi:type="PIVL_TS" institutionSpecified="true" operator="A">
15
- <period nullFlavor="NA"/>
16
- </effectiveTime>
17
- {{/negated}}
18
- {{#frequency}}
19
- {{> qrda_templates/template_partials/_medication_frequency}}
20
- {{/frequency}}
21
- <consumable>
22
- <manufacturedProduct classCode="MANU">
23
- <!-- Medication Information (consolidation) template -->
24
- <templateId root="2.16.840.1.113883.10.20.22.4.23" extension="2014-06-09"/>
25
- <id root="{{random_id}}"/>
26
- <manufacturedMaterial>
27
- {{> _codes}}
28
- </manufacturedMaterial>
29
- </manufacturedProduct>
30
- </consumable>
31
- {{#authorDatetime}}
32
- {{> qrda_templates/template_partials/_author}}
33
- {{/authorDatetime}}
34
- {{#negationRationale}}
35
- {{> qrda_templates/template_partials/_reason}}
36
- {{/negationRationale}}
37
- </substanceAdministration>
38
- </entry>
@@ -1,16 +0,0 @@
1
- <entry>
2
- <observation classCode="OBS" moodCode="EVN">
3
- <!-- C-CDA R2.1 Deceased Observation (V3) templateId -->
4
- <templateId root="2.16.840.1.113883.10.20.22.4.79" extension="2015-08-01" />
5
- <!-- Patient Characteristic Expired (V3) -->
6
- <templateId root="2.16.840.1.113883.10.20.24.3.54" extension="2016-02-01" />
7
- <id root="1.3.6.1.4.1.115" extension="{{object_id}}"/>
8
- <code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4" codeSystemName="HL7ActCode" />
9
- <statusCode code="completed" />
10
- <!-- QDM Attributes: Date and Time -->
11
- {{#expiredDatetime}}
12
- {{{expired_date_time}}}
13
- {{/expiredDatetime}}
14
- <value xsi:type="CD" code="419099009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Dead" />
15
- </observation>
16
- </entry>
@@ -1,25 +0,0 @@
1
- <entry>
2
- <observation classCode="OBS" moodCode="EVN" {{{negation_ind}}}>
3
- <!-- Procedure Activity Procedure (Consolidation) template -->
4
- <templateId root="2.16.840.1.113883.10.20.22.4.13" extension="2014-06-09"/>
5
- <!-- Physical Exam, Performed template -->
6
- <templateId root="2.16.840.1.113883.10.20.24.3.59" extension="2017-08-01"/>
7
- <id root="1.3.6.1.4.1.115" extension="{{object_id}}"/>
8
- {{> _codes}}
9
- <text>{{description}}</text>
10
- <statusCode code="completed"/>
11
- {{#relevantPeriod}}
12
- {{{relevant_period}}}
13
- {{/relevantPeriod}}
14
- {{{result_value}}}
15
- {{#authorDatetime}}
16
- {{> qrda_templates/template_partials/_author}}
17
- {{/authorDatetime}}
18
- {{#negationRationale}}
19
- {{> qrda_templates/template_partials/_reason}}
20
- {{/negationRationale}}
21
- {{#components}}
22
- {{> qrda_templates/template_partials/_component}}
23
- {{/components}}
24
- </observation>
25
- </entry>
@@ -1,19 +0,0 @@
1
- <entry>
2
- <procedure classCode="PROC" moodCode="RQO" {{{negation_ind}}}>
3
- <!-- Consolidated Plan of Care Activity Procedure TemplateId (Implied Template) -->
4
- <templateId root="2.16.840.1.113883.10.20.22.4.41" extension="2014-06-09"/>
5
- <!-- QRDA Procedure, Order TemplateId -->
6
- <templateId root="2.16.840.1.113883.10.20.24.3.63" extension="2017-08-01"/>
7
- <id root="1.3.6.1.4.1.115" extension="{{object_id}}"/>
8
- {{> _codes}}
9
- <text>{{description}}</text>
10
- <statusCode code="active"/>
11
- <!-- Attribute: datetime -->
12
- {{#authorDatetime}}
13
- {{> qrda_templates/template_partials/_author}}
14
- {{/authorDatetime}}
15
- {{#negationRationale}}
16
- {{> qrda_templates/template_partials/_reason}}
17
- {{/negationRationale}}
18
- </procedure>
19
- </entry>
@@ -1,44 +0,0 @@
1
- <entry>
2
- <procedure classCode="PROC" moodCode="EVN" {{{negation_ind}}}>
3
- <!-- Procedure performed template -->
4
- <templateId root="2.16.840.1.113883.10.20.24.3.64" extension="2017-08-01"/>
5
- <!-- Procedure Activity Procedure-->
6
- <templateId root="2.16.840.1.113883.10.20.22.4.14" extension="2014-06-09"/>
7
- <id root="1.3.6.1.4.1.115" extension="{{object_id}}"/>
8
- {{> _codes}}
9
- <text>{{description}}</text>
10
- <statusCode code="completed"/>
11
- {{#relevantPeriod}}
12
- {{{relevant_period}}}
13
- {{/relevantPeriod}}
14
- {{#ordinality}}
15
- {{> qrda_templates/template_partials/_ordinality}}
16
- {{/ordinality}}
17
- {{#authorDatetime}}
18
- {{> qrda_templates/template_partials/_author}}
19
- {{/authorDatetime}}
20
- {{#negationRationale}}
21
- {{> qrda_templates/template_partials/_reason}}
22
- {{/negationRationale}}
23
- {{#incisionDatetime}}
24
- <entryRelationship typeCode="REFR">
25
- <procedure classCode="PROC" moodCode="EVN">
26
- <templateId root="2.16.840.1.113883.10.20.24.3.89"/>
27
- <id root="1.3.6.1.4.1.115" extension="{{random_id}}"/>
28
- <code code="34896006"
29
- codeSystem="2.16.840.1.113883.6.96"
30
- codeSystemName="SNOMED CT"
31
- displayName="incision"/>
32
- {{{incision_datetime}}}
33
- </procedure>
34
- </entryRelationship>
35
- {{/incisionDatetime}}
36
- {{#result}}
37
- {{> qrda_templates/template_partials/_results}}
38
- {{/result}}
39
- {{#components}}
40
- {{> qrda_templates/template_partials/_component}}
41
- {{/components}}
42
- </procedure>
43
- </entry>
44
-
@@ -1,6 +0,0 @@
1
- <participant typeCode="LOC">
2
- <participantRole classCode="SDLOC">
3
- <templateId root="2.16.840.1.113883.10.20.24.3.151" extension="2017-08-01"/>
4
- <code {{> _code}}/>
5
- </participantRole>
6
- </participant>
@@ -1,7 +0,0 @@
1
- <author>
2
- <templateId root="2.16.840.1.113883.10.20.24.3.155" extension="2017-08-01"/>
3
- {{{author_time}}}
4
- <assignedAuthor>
5
- <id nullFlavor="NA"/>
6
- </assignedAuthor>
7
- </author>
@@ -1,7 +0,0 @@
1
- <author>
2
- <templateId root="2.16.840.1.113883.10.20.22.4.119"/>
3
- {{{author_time}}}
4
- <assignedAuthor>
5
- <id nullFlavor="NA"/>
6
- </assignedAuthor>
7
- </author>