cqm-reports 1.0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +33 -0
- data/README.md +27 -0
- data/Rakefile +16 -0
- data/lib/cqm_report.rb +77 -0
- data/lib/ext/code.rb +11 -0
- data/lib/ext/data_element.rb +24 -0
- data/lib/html-export/qdm-patient/_header_css.mustache +61 -0
- data/lib/html-export/qdm-patient/_javascript.mustache +52 -0
- data/lib/html-export/qdm-patient/data_element/_data_element.mustache +4 -0
- data/lib/html-export/qdm-patient/data_element/_data_element_codes.mustache +9 -0
- data/lib/html-export/qdm-patient/data_element/_data_element_other_fields.mustache +106 -0
- data/lib/html-export/qdm-patient/data_element/_data_element_times.mustache +44 -0
- data/lib/html-export/qdm-patient/qdm_patient.mustache +73 -0
- data/lib/html-export/qdm-patient/qdm_patient.rb +47 -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/qrda1_r5.mustache +209 -0
- data/lib/qrda-export/catI-r5/qrda1_r5.rb +220 -0
- data/lib/qrda-export/catI-r5/qrda_header/_author.mustache +26 -0
- data/lib/qrda-export/catI-r5/qrda_header/_custodian.mustache +43 -0
- data/lib/qrda-export/catI-r5/qrda_header/_documentation_of_service_event.mustache +88 -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 +44 -0
- data/lib/qrda-export/catI-r5/qrda_templates/adverse_event.mustache +40 -0
- data/lib/qrda-export/catI-r5/qrda_templates/allergy_intolerance.mustache +42 -0
- data/lib/qrda-export/catI-r5/qrda_templates/assessment_order.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_templates/assessment_performed.mustache +38 -0
- data/lib/qrda-export/catI-r5/qrda_templates/assessment_recommended.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_templates/communication_performed.mustache +62 -0
- data/lib/qrda-export/catI-r5/qrda_templates/device_applied.mustache +41 -0
- data/lib/qrda-export/catI-r5/qrda_templates/device_order.mustache +38 -0
- data/lib/qrda-export/catI-r5/qrda_templates/device_recommended.mustache +37 -0
- data/lib/qrda-export/catI-r5/qrda_templates/diagnosis.mustache +55 -0
- data/lib/qrda-export/catI-r5/qrda_templates/diagnostic_study_order.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_templates/diagnostic_study_performed.mustache +50 -0
- data/lib/qrda-export/catI-r5/qrda_templates/diagnostic_study_recommended.mustache +21 -0
- data/lib/qrda-export/catI-r5/qrda_templates/encounter_order.mustache +35 -0
- data/lib/qrda-export/catI-r5/qrda_templates/encounter_performed.mustache +52 -0
- data/lib/qrda-export/catI-r5/qrda_templates/encounter_recommended.mustache +37 -0
- data/lib/qrda-export/catI-r5/qrda_templates/family_history.mustache +37 -0
- data/lib/qrda-export/catI-r5/qrda_templates/immunization_administered.mustache +35 -0
- data/lib/qrda-export/catI-r5/qrda_templates/immunization_order.mustache +46 -0
- data/lib/qrda-export/catI-r5/qrda_templates/intervention_order.mustache +24 -0
- data/lib/qrda-export/catI-r5/qrda_templates/intervention_performed.mustache +36 -0
- data/lib/qrda-export/catI-r5/qrda_templates/intervention_recommended.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_templates/laboratory_test_order.mustache +24 -0
- data/lib/qrda-export/catI-r5/qrda_templates/laboratory_test_performed.mustache +42 -0
- data/lib/qrda-export/catI-r5/qrda_templates/laboratory_test_recommended.mustache +25 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_active.mustache +32 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_administered.mustache +39 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_discharge.mustache +63 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_dispensed.mustache +70 -0
- data/lib/qrda-export/catI-r5/qrda_templates/medication_order.mustache +64 -0
- data/lib/qrda-export/catI-r5/qrda_templates/patient_care_experience.mustache +14 -0
- data/lib/qrda-export/catI-r5/qrda_templates/patient_characteristic_clinical_trial_participant.mustache +18 -0
- data/lib/qrda-export/catI-r5/qrda_templates/patient_characteristic_expired.mustache +32 -0
- data/lib/qrda-export/catI-r5/qrda_templates/patient_characteristic_payer.mustache +14 -0
- data/lib/qrda-export/catI-r5/qrda_templates/physical_exam_order.mustache +30 -0
- data/lib/qrda-export/catI-r5/qrda_templates/physical_exam_performed.mustache +45 -0
- data/lib/qrda-export/catI-r5/qrda_templates/physical_exam_recommended.mustache +30 -0
- data/lib/qrda-export/catI-r5/qrda_templates/procedure_order.mustache +32 -0
- data/lib/qrda-export/catI-r5/qrda_templates/procedure_performed.mustache +64 -0
- data/lib/qrda-export/catI-r5/qrda_templates/procedure_recommended.mustache +34 -0
- data/lib/qrda-export/catI-r5/qrda_templates/provider_care_experience.mustache +15 -0
- data/lib/qrda-export/catI-r5/qrda_templates/provider_characteristic.mustache +15 -0
- data/lib/qrda-export/catI-r5/qrda_templates/substance_recommended.mustache +35 -0
- data/lib/qrda-export/catI-r5/qrda_templates/symptom.mustache +48 -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 +29 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_author_participation.mustache +8 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_component.mustache +13 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_data_element_codes_as_values.mustache +10 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_days_supplied.mustache +6 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_encounter_diagnosis.mustache +21 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_facility_location.mustache +24 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_immunization_details.mustache +14 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_medication_details.mustache +36 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_medication_supply_request.mustache +17 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_method.mustache +1 -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/_reaction_observation.mustache +9 -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 +24 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_severity.mustache +8 -0
- data/lib/qrda-export/catI-r5/qrda_templates/template_partials/_status.mustache +8 -0
- data/lib/qrda-export/catIII-r2-1/_continuous_variable_value.mustache +17 -0
- data/lib/qrda-export/catIII-r2-1/_header.mustache +25 -0
- data/lib/qrda-export/catIII-r2-1/_measure_data.mustache +41 -0
- data/lib/qrda-export/catIII-r2-1/_measure_section.mustache +74 -0
- data/lib/qrda-export/catIII-r2-1/_reporting_period.mustache +23 -0
- data/lib/qrda-export/catIII-r2-1/_stratification.mustache +29 -0
- data/lib/qrda-export/catIII-r2-1/_supplemental_data.mustache +28 -0
- data/lib/qrda-export/catIII-r2-1/qrda3_r21.mustache +11 -0
- data/lib/qrda-export/catIII-r2-1/qrda3_r21.rb +127 -0
- data/lib/qrda-export/catIII-r2-1/qrda_header/_author.mustache +25 -0
- data/lib/qrda-export/catIII-r2-1/qrda_header/_custodian.mustache +17 -0
- data/lib/qrda-export/catIII-r2-1/qrda_header/_documentation_of_service_event.mustache +88 -0
- data/lib/qrda-export/catIII-r2-1/qrda_header/_legal_authenticator.mustache +25 -0
- data/lib/qrda-export/helper/aggregate_object_helper.rb +154 -0
- data/lib/qrda-export/helper/cat1_view_helper.rb +81 -0
- data/lib/qrda-export/helper/date_helper.rb +108 -0
- data/lib/qrda-export/helper/frequency_helper.rb +83 -0
- data/lib/qrda-export/helper/patient_view_helper.rb +46 -0
- data/lib/qrda-export/helper/view_helper.rb +28 -0
- data/lib/qrda-import/base-importers/demographics_importer.rb +38 -0
- data/lib/qrda-import/base-importers/section_importer.rb +237 -0
- data/lib/qrda-import/cda_identifier.rb +20 -0
- data/lib/qrda-import/data-element-importers/adverse_event_importer.rb +26 -0
- data/lib/qrda-import/data-element-importers/allergy_intolerance_importer.rb +24 -0
- data/lib/qrda-import/data-element-importers/assessment_order_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/assessment_performed_importer.rb +24 -0
- data/lib/qrda-import/data-element-importers/assessment_recommended_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/communication_performed_importer.rb +30 -0
- data/lib/qrda-import/data-element-importers/device_applied_importer.rb +22 -0
- data/lib/qrda-import/data-element-importers/device_order_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/device_recommended_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/diagnosis_importer.rb +24 -0
- data/lib/qrda-import/data-element-importers/diagnostic_study_order_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/diagnostic_study_performed_importer.rb +32 -0
- data/lib/qrda-import/data-element-importers/diagnostic_study_recommended_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/encounter_order_importer.rb +21 -0
- data/lib/qrda-import/data-element-importers/encounter_performed_importer.rb +46 -0
- data/lib/qrda-import/data-element-importers/encounter_recommended_importer.rb +21 -0
- data/lib/qrda-import/data-element-importers/family_history_importer.rb +21 -0
- data/lib/qrda-import/data-element-importers/immunization_administered_importer.rb +23 -0
- data/lib/qrda-import/data-element-importers/immunization_order_importer.rb +27 -0
- data/lib/qrda-import/data-element-importers/intervention_order_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/intervention_performed_importer.rb +23 -0
- data/lib/qrda-import/data-element-importers/intervention_recommended_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/laboratory_test_order_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/laboratory_test_performed_importer.rb +29 -0
- data/lib/qrda-import/data-element-importers/laboratory_test_recommended_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/medication_active_importer.rb +25 -0
- data/lib/qrda-import/data-element-importers/medication_administered_importer.rb +26 -0
- data/lib/qrda-import/data-element-importers/medication_discharge_importer.rb +32 -0
- data/lib/qrda-import/data-element-importers/medication_dispensed_importer.rb +37 -0
- data/lib/qrda-import/data-element-importers/medication_order_importer.rb +36 -0
- data/lib/qrda-import/data-element-importers/patient_care_experience_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/patient_characteristic_clinical_trial_participant_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/patient_characteristic_expired_importer.rb +22 -0
- data/lib/qrda-import/data-element-importers/patient_characteristic_payer_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/physical_exam_order_importer.rb +21 -0
- data/lib/qrda-import/data-element-importers/physical_exam_performed_importer.rb +27 -0
- data/lib/qrda-import/data-element-importers/physical_exam_recommended_importer.rb +21 -0
- data/lib/qrda-import/data-element-importers/procedure_order_importer.rb +23 -0
- data/lib/qrda-import/data-element-importers/procedure_performed_importer.rb +33 -0
- data/lib/qrda-import/data-element-importers/procedure_recommended_importer.rb +23 -0
- data/lib/qrda-import/data-element-importers/provider_care_experience_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/provider_characteristic_importer.rb +19 -0
- data/lib/qrda-import/data-element-importers/substance_administered_importer.rb +27 -0
- data/lib/qrda-import/data-element-importers/substance_order_importer.rb +29 -0
- data/lib/qrda-import/data-element-importers/substance_recommended_importer.rb +27 -0
- data/lib/qrda-import/data-element-importers/symptom_importer.rb +21 -0
- data/lib/qrda-import/entry_finder.rb +20 -0
- data/lib/qrda-import/entry_package.rb +16 -0
- data/lib/qrda-import/narrative_reference_handler.rb +33 -0
- data/lib/qrda-import/patient_importer.rb +128 -0
- data/lib/util/code_system_helper.rb +77 -0
- data/lib/util/hqmf_template_helper.rb +52 -0
- data/lib/util/hqmf_template_oid_map.json +654 -0
- data/lib/util/hqmfr2_template_oid_map.json +378 -0
- data/lib/util/hqmfr2cql_template_oid_map.json +390 -0
- data/lib/util/qrda_template_helper.rb +20 -0
- data/lib/util/qrdar5_1_template_oid_map.json +406 -0
- data/lib/util/qrdar5_template_oid_map.json +406 -0
- metadata +344 -0
@@ -0,0 +1,378 @@
|
|
1
|
+
{
|
2
|
+
"2.16.840.1.113883.10.20.28.3.53":{
|
3
|
+
"definition":"patient_characteristic",
|
4
|
+
"status":"",
|
5
|
+
"negation":false},
|
6
|
+
"2.16.840.1.113883.10.20.28.3.54":{
|
7
|
+
"definition":"patient_characteristic_birthdate",
|
8
|
+
"status":"",
|
9
|
+
"negation":false},
|
10
|
+
"2.16.840.1.113883.10.20.28.3.6":{
|
11
|
+
"definition":"patient_characteristic",
|
12
|
+
"status":"clinical_trial_participant",
|
13
|
+
"negation":false},
|
14
|
+
"2.16.840.1.113883.10.20.28.3.55":{
|
15
|
+
"definition":"patient_characteristic_gender",
|
16
|
+
"status":"",
|
17
|
+
"negation":false},
|
18
|
+
"2.16.840.1.113883.10.20.28.3.56":{
|
19
|
+
"definition":"patient_characteristic_ethnicity",
|
20
|
+
"status":"",
|
21
|
+
"negation":false},
|
22
|
+
"2.16.840.1.113883.10.20.28.3.57":{
|
23
|
+
"definition":"patient_characteristic_expired",
|
24
|
+
"status":"",
|
25
|
+
"negation":false},
|
26
|
+
"2.16.840.1.113883.10.20.28.3.58":{
|
27
|
+
"definition":"patient_characteristic_payer",
|
28
|
+
"status":"",
|
29
|
+
"negation":false},
|
30
|
+
"2.16.840.1.113883.10.20.28.3.59":{
|
31
|
+
"definition":"patient_characteristic_race",
|
32
|
+
"status":"",
|
33
|
+
"negation":false},
|
34
|
+
"2.16.840.1.113883.3.560.1.4":{
|
35
|
+
"definition":"encounter",
|
36
|
+
"status":"",
|
37
|
+
"negation":false},
|
38
|
+
"2.16.840.1.113883.10.20.28.3.26":{
|
39
|
+
"definition":"encounter",
|
40
|
+
"status":"active",
|
41
|
+
"negation":false},
|
42
|
+
"2.16.840.1.113883.10.20.28.3.5":{
|
43
|
+
"definition":"encounter",
|
44
|
+
"status":"performed",
|
45
|
+
"negation":false},
|
46
|
+
"2.16.840.1.113883.10.20.28.3.27":{
|
47
|
+
"definition":"encounter",
|
48
|
+
"status":"ordered",
|
49
|
+
"negation":false},
|
50
|
+
"2.16.840.1.113883.10.20.28.3.28":{
|
51
|
+
"definition":"encounter",
|
52
|
+
"status":"recommended",
|
53
|
+
"negation":false},
|
54
|
+
"2.16.840.1.113883.10.20.28.3.67":{
|
55
|
+
"definition":"procedure",
|
56
|
+
"status":"performed",
|
57
|
+
"negation":false},
|
58
|
+
"2.16.840.1.113883.10.20.28.3.66":{
|
59
|
+
"definition":"procedure",
|
60
|
+
"status":"ordered",
|
61
|
+
"negation":false},
|
62
|
+
"2.16.840.1.113883.10.20.28.3.69":{
|
63
|
+
"definition":"procedure_result",
|
64
|
+
"status":"",
|
65
|
+
"negation":false},
|
66
|
+
"2.16.840.1.113883.10.20.28.3.64":{
|
67
|
+
"definition":"procedure_adverse_event",
|
68
|
+
"status":"",
|
69
|
+
"negation":false},
|
70
|
+
"2.16.840.1.113883.10.20.28.3.65":{
|
71
|
+
"definition":"procedure_intolerance",
|
72
|
+
"status":"",
|
73
|
+
"negation":false},
|
74
|
+
"2.16.840.1.113883.10.20.28.3.68":{
|
75
|
+
"definition":"procedure",
|
76
|
+
"status":"recommended",
|
77
|
+
"negation":false},
|
78
|
+
"2.16.840.1.113883.10.20.28.3.1":{
|
79
|
+
"definition":"diagnosis",
|
80
|
+
"status":"active",
|
81
|
+
"negation":false},
|
82
|
+
"2.16.840.1.113883.10.20.28.3.19":{
|
83
|
+
"definition":"diagnosis",
|
84
|
+
"status":"resolved",
|
85
|
+
"negation":false},
|
86
|
+
"2.16.840.1.113883.10.20.28.3.17":{
|
87
|
+
"definition":"diagnosis",
|
88
|
+
"status":"family_history",
|
89
|
+
"negation":false},
|
90
|
+
"2.16.840.1.113883.10.20.28.3.18":{
|
91
|
+
"definition":"diagnosis",
|
92
|
+
"status":"inactive",
|
93
|
+
"negation":false},
|
94
|
+
"2.16.840.1.113883.10.20.28.3.110":{
|
95
|
+
"definition":"diagnosis",
|
96
|
+
"status":"",
|
97
|
+
"negation":false},
|
98
|
+
"2.16.840.1.113883.10.20.28.3.111":{
|
99
|
+
"definition":"family_history",
|
100
|
+
"status":"",
|
101
|
+
"negation":false},
|
102
|
+
"2.16.840.1.113883.10.20.28.3.23":{
|
103
|
+
"definition":"diagnostic_study",
|
104
|
+
"status":"performed",
|
105
|
+
"negation":false},
|
106
|
+
"2.16.840.1.113883.10.20.28.3.25":{
|
107
|
+
"definition":"diagnostic_study_result",
|
108
|
+
"status":"",
|
109
|
+
"negation":false},
|
110
|
+
"2.16.840.1.113883.10.20.28.3.20":{
|
111
|
+
"definition":"diagnostic_study_adverse_event",
|
112
|
+
"status":"",
|
113
|
+
"negation":false},
|
114
|
+
"2.16.840.1.113883.10.20.28.3.21":{
|
115
|
+
"definition":"diagnostic_study_intolerance",
|
116
|
+
"status":"",
|
117
|
+
"negation":false},
|
118
|
+
"2.16.840.1.113883.10.20.28.3.22":{
|
119
|
+
"definition":"diagnostic_study",
|
120
|
+
"status":"ordered",
|
121
|
+
"negation":false},
|
122
|
+
"2.16.840.1.113883.10.20.28.3.23":{
|
123
|
+
"definition":"diagnostic_study",
|
124
|
+
"status":"performed",
|
125
|
+
"negation":true},
|
126
|
+
"2.16.840.1.113883.10.20.28.3.24":{
|
127
|
+
"definition":"diagnostic_study",
|
128
|
+
"status":"recommended",
|
129
|
+
"negation":true},
|
130
|
+
"2.16.840.1.113883.10.20.28.3.49":{
|
131
|
+
"definition":"medication",
|
132
|
+
"status":"dispensed",
|
133
|
+
"negation":false},
|
134
|
+
"2.16.840.1.113883.10.20.28.3.51":{
|
135
|
+
"definition":"medication",
|
136
|
+
"status":"ordered",
|
137
|
+
"negation":false},
|
138
|
+
"2.16.840.1.113883.10.20.28.3.48":{
|
139
|
+
"definition":"medication",
|
140
|
+
"status":"discharge",
|
141
|
+
"negation":false},
|
142
|
+
"2.16.840.1.113883.10.20.28.3.44":{
|
143
|
+
"definition":"medication",
|
144
|
+
"status":"active",
|
145
|
+
"negation":false},
|
146
|
+
"2.16.840.1.113883.10.20.28.3.45":{
|
147
|
+
"definition":"medication",
|
148
|
+
"status":"administered",
|
149
|
+
"negation":false},
|
150
|
+
"2.16.840.1.113883.10.20.28.3.46":{
|
151
|
+
"definition":"medication_adverse_effects",
|
152
|
+
"status":"",
|
153
|
+
"negation":false},
|
154
|
+
"2.16.840.1.113883.10.20.28.3.47":{
|
155
|
+
"definition":"medication_allergy",
|
156
|
+
"status":"",
|
157
|
+
"negation":false},
|
158
|
+
"2.16.840.1.113883.10.20.28.3.50":{
|
159
|
+
"definition":"medication_intolerance",
|
160
|
+
"status":"",
|
161
|
+
"negation":false},
|
162
|
+
"2.16.840.1.113883.10.20.28.3.112":{
|
163
|
+
"definition":"immunization",
|
164
|
+
"status":"administered",
|
165
|
+
"negation":false},
|
166
|
+
"2.16.840.1.113883.10.20.28.3.113":{
|
167
|
+
"definition":"immunization",
|
168
|
+
"status":"order",
|
169
|
+
"negation":false},
|
170
|
+
"2.16.840.1.113883.10.20.28.3.114":{
|
171
|
+
"definition":"immunization",
|
172
|
+
"status":"allergy",
|
173
|
+
"negation":false},
|
174
|
+
"2.16.840.1.113883.10.20.28.3.115":{
|
175
|
+
"definition":"immunization",
|
176
|
+
"status":"intolerance",
|
177
|
+
"negation":false},
|
178
|
+
"2.16.840.1.113883.10.20.28.3.60":{
|
179
|
+
"definition":"physical_exam",
|
180
|
+
"status":"",
|
181
|
+
"negation":false},
|
182
|
+
"2.16.840.1.113883.10.20.28.3.61":{
|
183
|
+
"definition":"physical_exam",
|
184
|
+
"status":"ordered",
|
185
|
+
"negation":false},
|
186
|
+
"2.16.840.1.113883.10.20.28.3.62":{
|
187
|
+
"definition":"physical_exam",
|
188
|
+
"status":"performed",
|
189
|
+
"negation":false},
|
190
|
+
"22.16.840.1.113883.10.20.28.3.63":{
|
191
|
+
"definition":"physical_exam",
|
192
|
+
"status":"recommended",
|
193
|
+
"negation":false},
|
194
|
+
"2.16.840.1.113883.10.20.28.3.4":{
|
195
|
+
"definition":"laboratory_test",
|
196
|
+
"status":"",
|
197
|
+
"negation":false},
|
198
|
+
"2.16.840.1.113883.10.20.28.3.42":{
|
199
|
+
"definition":"laboratory_test",
|
200
|
+
"status":"performed",
|
201
|
+
"negation":false},
|
202
|
+
"2.16.840.1.113883.10.20.28.3.39":{
|
203
|
+
"definition":"laboratory_test_adverse_event",
|
204
|
+
"status":"",
|
205
|
+
"negation":false},
|
206
|
+
"2.16.840.1.113883.10.20.28.3.40":{
|
207
|
+
"definition":"laboratory_test_intolerance",
|
208
|
+
"status":"",
|
209
|
+
"negation":false},
|
210
|
+
"2.16.840.1.113883.10.20.28.3.41":{
|
211
|
+
"definition":"laboratory_test",
|
212
|
+
"status":"ordered",
|
213
|
+
"negation":false},
|
214
|
+
"2.16.840.1.113883.10.20.28.3.43":{
|
215
|
+
"definition":"laboratory_test",
|
216
|
+
"status":"recommended",
|
217
|
+
"negation":false},
|
218
|
+
"2.16.840.1.113883.10.20.28.3.7":{
|
219
|
+
"definition":"care_goal",
|
220
|
+
"status":"",
|
221
|
+
"negation":false},
|
222
|
+
"2.16.840.1.113883.10.20.28.3.13":{
|
223
|
+
"definition":"device",
|
224
|
+
"status":"applied",
|
225
|
+
"negation":false},
|
226
|
+
"2.16.840.1.113883.10.20.28.3.11":{
|
227
|
+
"definition":"device_adverse_event",
|
228
|
+
"status":"",
|
229
|
+
"negation":false},
|
230
|
+
"2.16.840.1.113883.10.20.28.3.12":{
|
231
|
+
"definition":"device_allergy",
|
232
|
+
"status":"",
|
233
|
+
"negation":false},
|
234
|
+
"2.16.840.1.113883.10.20.28.3.14":{
|
235
|
+
"definition":"device_intolerance",
|
236
|
+
"status":"",
|
237
|
+
"negation":false},
|
238
|
+
"2.16.840.1.113883.10.20.28.3.15":{
|
239
|
+
"definition":"device",
|
240
|
+
"status":"ordered",
|
241
|
+
"negation":false},
|
242
|
+
"2.16.840.1.113883.10.20.28.3.16":{
|
243
|
+
"definition":"device",
|
244
|
+
"status":"recommended",
|
245
|
+
"negation":false},
|
246
|
+
"2.16.840.1.113883.10.20.28.3.73":{
|
247
|
+
"definition":"substance",
|
248
|
+
"status":"administered",
|
249
|
+
"negation":false},
|
250
|
+
"2.16.840.1.113883.10.20.28.3.77":{
|
251
|
+
"definition":"substance",
|
252
|
+
"status":"ordered",
|
253
|
+
"negation":false},
|
254
|
+
"2.16.840.1.113883.10.20.28.3.46.74":{
|
255
|
+
"definition":"substance_adverse_event",
|
256
|
+
"status":"",
|
257
|
+
"negation":false},
|
258
|
+
"2.16.840.1.113883.10.20.28.3.76":{
|
259
|
+
"definition":"substance_intolerance",
|
260
|
+
"status":"",
|
261
|
+
"negation":false},
|
262
|
+
"2.16.840.1.113883.10.20.28.3.75":{
|
263
|
+
"definition":"substance_allergy",
|
264
|
+
"status":"",
|
265
|
+
"negation":false},
|
266
|
+
"2.16.840.1.113883.10.20.28.3.78":{
|
267
|
+
"definition":"substance",
|
268
|
+
"status":"recommended",
|
269
|
+
"negation":false},
|
270
|
+
"2.16.840.1.113883.10.20.28.3.33":{
|
271
|
+
"definition":"intervention_adverse_event",
|
272
|
+
"status":"",
|
273
|
+
"negation":false},
|
274
|
+
"2.16.840.1.113883.10.20.28.3.34":{
|
275
|
+
"definition":"intervention_intolerance",
|
276
|
+
"status":"",
|
277
|
+
"negation":false},
|
278
|
+
"2.16.840.1.113883.10.20.28.3.35":{
|
279
|
+
"definition":"intervention",
|
280
|
+
"status":"ordered",
|
281
|
+
"negation":false},
|
282
|
+
"2.16.840.1.113883.10.20.28.3.36":{
|
283
|
+
"definition":"intervention",
|
284
|
+
"status":"performed",
|
285
|
+
"negation":false},
|
286
|
+
"2.16.840.1.113883.10.20.28.3.38":{
|
287
|
+
"definition":"intervention_result",
|
288
|
+
"status":"",
|
289
|
+
"negation":false},
|
290
|
+
"2.16.840.1.113883.10.20.28.3.37":{
|
291
|
+
"definition":"intervention",
|
292
|
+
"status":"recommended",
|
293
|
+
"negation":false},
|
294
|
+
"2.16.840.1.113883.10.20.28.3.79":{
|
295
|
+
"definition":"symptom",
|
296
|
+
"status":"active",
|
297
|
+
"negation":false},
|
298
|
+
"2.16.840.1.113883.10.20.28.3.80":{
|
299
|
+
"definition":"symptom",
|
300
|
+
"status":"assessed",
|
301
|
+
"negation":false},
|
302
|
+
"2.16.840.1.113883.10.20.28.3.81":{
|
303
|
+
"definition":"symptom",
|
304
|
+
"status":"inactive",
|
305
|
+
"negation":false},
|
306
|
+
"2.16.840.1.113883.10.20.28.3.82":{
|
307
|
+
"definition":"symptom",
|
308
|
+
"status":"resolved",
|
309
|
+
"negation":false},
|
310
|
+
"2.16.840.1.113883.10.20.28.3.116":{
|
311
|
+
"definition":"symptom",
|
312
|
+
"status":"",
|
313
|
+
"negation":false},
|
314
|
+
"2.16.840.1.113883.10.20.28.3.30":{
|
315
|
+
"definition":"functional_status",
|
316
|
+
"status":"performed",
|
317
|
+
"negation":false},
|
318
|
+
"2.16.840.1.113883.10.20.28.3.29":{
|
319
|
+
"definition":"functional_status",
|
320
|
+
"status":"ordered",
|
321
|
+
"negation":false},
|
322
|
+
"2.16.840.1.113883.10.20.28.3.31":{
|
323
|
+
"definition":"functional_status",
|
324
|
+
"status":"recommended",
|
325
|
+
"negation":false},
|
326
|
+
"2.16.840.1.113883.10.20.28.3.32":{
|
327
|
+
"definition":"functional_status_result",
|
328
|
+
"status":"",
|
329
|
+
"negation":false},
|
330
|
+
"2.16.840.1.113883.10.20.28.3.72":{
|
331
|
+
"definition":"risk_category_assessment",
|
332
|
+
"status":"",
|
333
|
+
"negation":false},
|
334
|
+
"2.16.840.1.113883.10.20.28.3.70":{
|
335
|
+
"definition":"provider_care_experience",
|
336
|
+
"status":"",
|
337
|
+
"negation":false},
|
338
|
+
"2.16.840.1.113883.10.20.28.3.52":{
|
339
|
+
"definition":"patient_care_experience",
|
340
|
+
"status":"",
|
341
|
+
"negation":false},
|
342
|
+
"2.16.840.1.113883.10.20.28.3.87":{
|
343
|
+
"definition":"preference_provider",
|
344
|
+
"status":"",
|
345
|
+
"negation":false},
|
346
|
+
"2.16.840.1.113883.10.20.28.3.86":{
|
347
|
+
"definition":"preference_patient",
|
348
|
+
"status":"",
|
349
|
+
"negation":false},
|
350
|
+
"2.16.840.1.113883.10.20.28.3.71":{
|
351
|
+
"definition":"provider_characteristic",
|
352
|
+
"status":"",
|
353
|
+
"negation":false},
|
354
|
+
"2.16.840.1.113883.10.20.28.3.84":{
|
355
|
+
"definition":"transfer_from",
|
356
|
+
"status":"",
|
357
|
+
"negation":false},
|
358
|
+
"2.16.840.1.113883.10.20.28.3.85":{
|
359
|
+
"definition":"transfer_to",
|
360
|
+
"status":"",
|
361
|
+
"negation":false},
|
362
|
+
"2.16.840.1.113883.10.20.28.3.117":{
|
363
|
+
"definition":"assessment",
|
364
|
+
"status":"performed",
|
365
|
+
"negation":false},
|
366
|
+
"2.16.840.1.113883.10.20.28.3.118":{
|
367
|
+
"definition":"assessment",
|
368
|
+
"status":"recommended",
|
369
|
+
"negation":false},
|
370
|
+
"2.16.840.1.113883.10.20.28.3.120": {
|
371
|
+
"definition":"adverse_event",
|
372
|
+
"status":"",
|
373
|
+
"negation":false},
|
374
|
+
"2.16.840.1.113883.10.20.28.3.119": {
|
375
|
+
"definition":"allergy_intolerance",
|
376
|
+
"status":"",
|
377
|
+
"negation":false}
|
378
|
+
}
|