├── CQLStyleGuide.docx ├── Images ├── comparing-intervals.png ├── first-example.png ├── index-example-1.png ├── index-example.png ├── last-example.png ├── list-comparison.png ├── list-except.png ├── list-intersect.png ├── list-union.png ├── retrieve-example.png ├── return-example.png ├── sort-example.png ├── timing-phrases-starts-with-offset.png ├── timing-phrases-starts-within.png ├── timing-phrases-starts.png ├── where-example.png ├── with-example.png └── without-example.png ├── README.md └── Source ├── CheatSheet ├── CQL Cheat Sheet.pdf ├── CQLBasics-cheatsheet.md └── cheatsheet.md ├── Cooking With CQL ├── 10 │ ├── 00_Working.cql │ ├── 02_CMS22.cql │ ├── 02_CMS22.xml │ ├── 02_CMS22_Working.cql │ ├── 14_RelatedToGestationalAge.cql │ ├── 14_RelatedToGestationalAge.xml │ └── 14_RelatedToGestationalAge_Working.cql ├── 11 │ ├── 15_CMS53.cql │ ├── 15_CMS53.xml │ ├── 15_CMS53_Working.cql │ ├── 16_MultipleWithClauses.cql │ ├── 17_MoreBPReadings.cql │ └── AMI8.cql ├── 12 │ ├── 19_CMS146.cql │ ├── 19_CMS146_Working.cql │ └── Test146_v5_1_Artifacts │ │ ├── Test146_CQL.cql │ │ ├── Test146_ELM.xml │ │ ├── Test146_v5_1_Artifacts.zip │ │ ├── Test146_v5_1_HumanReadable.html │ │ └── Test146_v5_1_eMeasure.xml ├── 13 │ ├── 08_CMS55.cql │ ├── 08_CMS55.xml │ ├── 08_CMS55_Working.cql │ ├── 19_CMS111.cql │ ├── 19_CMS111.xml │ ├── 19_CMS111_Working.cql │ ├── 20_CMS32.cql │ ├── 20_CMS32.xml │ └── 20_CMS32_Working.cql ├── 14 │ ├── 21_CMS72.cql │ ├── 21_CMS72.json │ ├── 21_CMS72_Working.cql │ ├── 22_CMS72_HospitalizationApproach.cql │ ├── 22_CMS72_HospitalizationApproach.json │ └── 22_CMS72_HospitalizationApproach.xml ├── 15 │ ├── 23_ResultTypes.cql │ ├── 24_CMS31.cql │ ├── 24_CMS31.xml │ └── 25_AMI8.cql ├── 16 │ ├── 26_DocumentationofCurrentMedicationsintheMedicalRecord-0.0.008.formatted.cql │ ├── 26_DocumentationofCurrentMedicationsintheMedicalRecord-0.0.008.formatted.xml │ ├── 27_ExistsIssue.cql │ ├── 27_ExistsIssue.xml │ ├── 28_ChoiceUnionUseCases.cql │ ├── 28_ChoiceUnionUseCases.xml │ ├── 29_MeasureObservations.cql │ ├── 29_MeasureObservations.xml │ ├── 30_AllergyToEggs.cql │ ├── 30_AllergyToEggs.xml │ ├── 31_DayOrLess.cql │ ├── 31_DayOrLess.xml │ ├── 32_LengthOfStay.cql │ └── README.md ├── 17 │ ├── 25_Terminology.cql │ ├── 25_Terminology.xml │ ├── 34_PluralAttributes.cql │ ├── 34_PluralAttributes.xml │ ├── 35_Fulfills.cql │ ├── 37_DoseDividedByWeight.cql │ ├── 39_MultiSourceQueries.cql │ ├── 40_SideBySide_CMS68.cql │ ├── 41_SideBySide_CMS22.cql │ ├── CQMCommon-1.0.0.cql │ ├── CQMCommon-1.0.0.xml │ └── perfect.pdf ├── 18 │ ├── 40_LocationPeriod.cql │ ├── 40_LocationPeriod.xml │ ├── 41_Diagnoses.cql │ ├── 41_Diagnoses.xml │ ├── 42_StudyComponents.cql │ └── 42_StudyComponents.xml ├── 19 │ ├── 44_HepBVaccinations.cql │ ├── 44_HepBVaccinations.xml │ ├── 45_TurningAnAgeDuringMeasurementPeriod.cql │ ├── 46_CMS128.cql │ ├── 46_CMS128.xml │ ├── 47_CMS159.cql │ ├── 47_CMS159.xml │ ├── 48_CMS160.cql │ ├── 48_CMS160.xml │ ├── 49_CMS161.cql │ ├── 49_CMS161.xml │ ├── 50_CMS169.cql │ └── 50_CMS169.xml ├── 20 │ ├── 44_CMS117Draft_SimplifiedHeader.cql │ └── CMS117_Draft │ │ ├── CMS117_v5_4_HumanReadable.html │ │ ├── CMS117_v5_4_eCQM.xml │ │ ├── TestCMS117-5.1.021.cql │ │ └── TestCMS117-5.1.021.xml ├── 21 │ ├── 45_SecondTylenolDuringAnEncounter.cql │ ├── 45_SecondTylenolDuringAnEncounter.xml │ ├── 46_PVCForOlderAdults.cql │ ├── 46_PVCForOlderAdults.xml │ ├── 47_OpioidCQM_STU3.cql │ ├── 48_PotentialOpioidOveruse.cql │ └── OMTKLogic-0.1.0.cql ├── 22 │ ├── 24_ConsecutiveHeartRates.cql │ ├── 24_ConsecutiveHeartRates.xml │ ├── 43_SmokingCessation.cql │ ├── 43_SmokingCessation.xml │ ├── 44_AllergyToEggs_Revisited.cql │ ├── 50_EncounterDiagnosesRedux.cql │ └── 51_EDEncountersRedux.cql ├── 23 │ ├── 52_SpecificOccurrencesRedux.cql │ ├── 53_DRAFT_CMS105_Walkthrough.cql │ ├── DRAFT_CMS105_v5_4_Artifacts │ │ ├── CMS105_v5_4_HumanReadable.html │ │ ├── CMS105_v5_4_eCQM.xml │ │ ├── DischargedonStatinMedication-6.1.013.cql │ │ ├── DischargedonStatinMedication-6.1.013.json │ │ ├── DischargedonStatinMedication-6.1.013.xml │ │ ├── MATGlobalCommonFunctions-2.0.000.cql │ │ ├── MATGlobalCommonFunctions-2.0.000.json │ │ ├── MATGlobalCommonFunctions-2.0.000.xml │ │ ├── TJC_Overall-1.4.000.cql │ │ ├── TJC_Overall-1.4.000.json │ │ └── TJC_Overall-1.4.000.xml │ └── EH_CAH_CMS105v6_NQFXXXX_Stroke6 │ │ ├── CMS105v6.html │ │ ├── CMS105v6.xml │ │ └── CMS105v6_SimpleXML.xml ├── 24 │ ├── 55_ClaimQuery.cql │ ├── 55_ClaimQuery.xml │ ├── 56_RegionalAnesthesia │ │ └── RegionalAnesthesia-0.0.0.cql │ ├── 57_ContraceptiveProvision │ │ └── ContraceptiveProvisionAccesstoLongActingReversibleContraceptiveMethod.cql │ ├── 58_PETReport │ │ ├── 2018-04 Post Public Comment ACR Phase 2 Draft QM #5.docx │ │ ├── PET report.docx │ │ └── PETReport.cql │ ├── 59_Overlaps.cql │ └── _Agenda.txt ├── 25 │ ├── 62_NegationRedux.cql │ ├── 63_CalculationDifferences.cql │ ├── Timing Info for Logic Document.docx │ ├── _Agenda.cql │ ├── cms32.pptx │ └── eCQM-Logic-and-Guidance-v-1-13_2017-05-05-508.pdf ├── 26 │ ├── 66_ContraceptiveProvision.cql │ ├── 66_ContraceptiveProvision_Original.cql │ ├── ExampleContraceptiveMeasureW_v5_5_Artifacts │ │ ├── ExampleContraceptiveMeasureW_v5_5_HumanReadable.html │ │ ├── ExampleContraceptiveMeasureW_v5_5_eCQM.xml │ │ ├── ExampleContraceptiveMeasureWorking-0.0.008.cql │ │ ├── ExampleContraceptiveMeasureWorking-0.0.008.json │ │ └── ExampleContraceptiveMeasureWorking-0.0.008.xml │ └── _Agenda.txt ├── 27 │ ├── 67_ObservationStatus.cql │ ├── Observation Status_AS.pptx │ ├── _Agenda.txt │ └── episode-of-care.png ├── 28 │ ├── 68_DosesPerDayCalculations.cql │ ├── 70_AdverseEventsFollowingBloodTransfusion.cql │ ├── 70_AdverseEventsFollowingBloodTransfusion_FHIR.cql │ ├── 71_BloodPressureAverage.cql │ ├── 72_BloodTransfusionFirstOccurrence.cql │ ├── 73_Hypoglycemia.cql │ ├── 74_PrenatalImmunization.cql │ ├── 74_PrenatalImmunization.xml │ ├── 75_Functions.cql │ └── _Agenda.txt ├── 29 │ ├── 50_CalculateAgeRedux.cql │ ├── 50_CalculateAgeRedux.xml │ ├── 69_CalendarAgeInDaysCalculation.cql │ ├── 76_HospitalizationAdmissionSource.cql │ ├── 76_HospitalizationAdmissionSource.xml │ ├── 77_BooleanNamingConventions.cql │ ├── MATGlobalCommonFunctions-3.0.000.cql │ └── _Agendat.txt ├── 30 │ ├── 09_ACO38.cql │ ├── 78_HypoglycemiaRisk.cql │ ├── 79_AppropriateUseOfAntiMRSAAntibiotics.cql │ ├── 80_PositiveScreens.cql │ ├── 81_ACO38_RiskAdjustmentVariables.cql │ └── _Agenda.txt ├── 31 │ ├── 82_SingletonResults.cql │ ├── 83_LowestVsMostRecentBloodPressure.cql │ ├── 84_SameOrAfterOnTrial.cql │ ├── 85_DefaultTemporalPrecision.cql │ ├── 86_BloodPressureExamWithoutInpatientStay.cql │ ├── 87_GlucocorticoidDosage.cql │ ├── 87_GlucocorticoidDosage.xml │ ├── 88_CoalesceSemantics.cql │ ├── DayMonthTimings-0.9.000.cql │ └── _Agenda.txt ├── 32 │ ├── 89_AgeCalculation.cql │ ├── 89_AgeCalculation.xml │ ├── 89_MostRecentLabResult.cql │ ├── 89_MostRecentLabResult.xml │ ├── 90_ComparingPairsOfEvents.cql │ ├── 90_ComparingPairsOfEvents.xml │ ├── 91_SequentialEvents.cql │ ├── 91_SequentialEvents.xml │ ├── 93_AgeBasedRiskFactors.cql │ ├── 93_AgeBasedRiskFactors.xml │ ├── 94_FollowupTimeframe.cql │ ├── 94_FollowupTimeframe.xml │ ├── 95_IntermediateResults.cql │ ├── 95_IntermediateResults.xml │ ├── 96_MaximumValue.cql │ ├── 96_MaximumValue.xml │ ├── 97_DeterminingCoverage.cql │ ├── 97_DeterminingCoverage.xml │ ├── MATGlobalCommonFunctions-2.0.000.cql │ ├── MATGlobalCommonFunctions-2.0.000.xml │ └── _Agenda.txt ├── 33 │ ├── 100_NegationRationale.cql │ ├── 102_RelatedContextRetrieves.cql │ └── _Agenda.txt ├── 34 │ ├── 102_DurationInDays.cql │ ├── 103_DurationWithPartials.cql │ ├── 105_MultipleEncounters.cql │ ├── 98_MultisourceQueries.cql │ ├── 99_EqualVsEquivalent.cql │ ├── QOL_v5_6_Artifacts_for Cooking with CQL session.zip │ ├── QOL_v5_6_Artifacts_for Cooking with CQL session │ │ └── QOL_v5_6_Artifacts │ │ │ ├── MATGlobalCommonFunctions-4.0.000.cql │ │ │ ├── MATGlobalCommonFunctions-4.0.000.json │ │ │ ├── MATGlobalCommonFunctions-4.0.000.xml │ │ │ ├── QOL_v5_6_HumanReadable.html │ │ │ ├── QOL_v5_6_eCQM.xml │ │ │ ├── QualityofLifeAssessmentforPatientswhoReceiveSubstanceUseDisorderTreatment-0.0.042.cql │ │ │ ├── QualityofLifeAssessmentforPatientswhoReceiveSubstanceUseDisorderTreatment-0.0.042.json │ │ │ └── QualityofLifeAssessmentforPatientswhoReceiveSubstanceUseDisorderTreatment-0.0.042.xml │ ├── Visualization of the QOL Measure.xlsx │ └── _Agenda.txt ├── 35 │ ├── 106_MultiSourceQueries_Redux.cql │ ├── 107_TimingExamples.cql │ ├── Measure examples regarding timing - from Allscripts request.docx │ └── _Agenda.txt ├── 36 │ ├── 110_NestedDefinitions.cql │ ├── 111_HospitalizationWithObservation.cql │ ├── 112_QDMandCQLTimingRedux.cql │ ├── 113_IMPAQMeasureQuestion.cql │ ├── CMS826v0_v5_6_Artifacts │ │ ├── HospitalHarmPressureInjury-0.0.029.cql │ │ ├── HospitalHarmPressureInjury-0.0.029.json │ │ ├── HospitalHarmPressureInjury-0.0.029.xml │ │ ├── PI_v5_6_HumanReadable.html │ │ └── PI_v5_6_eCQM.xml │ ├── MATGlobalCommonFunctions-2.0.000.cql │ ├── MATGlobalCommonFunctions-4.0.000.cql │ └── _Agenda.txt ├── 37 │ ├── 104_IntervalsWithNullEndpoints.cql │ ├── 108_Joins.cql │ ├── 108_Joins.xml │ ├── 114_MedicationsPresentOnAdmission.cql │ ├── 115_NonDeterministicSupport.cql │ ├── 116_QDMToFHIRSideBySide.cql │ └── _Agenda.txt ├── 38 │ └── _Agenda.txt ├── 39 │ ├── 118_MeasureWalkthrough.cql │ ├── 119_EXM9_ExclusiveBreastmilkFeeding.cql │ ├── CMS826v0_v5_6_Artifacts │ │ ├── HospitalHarmPressureInjury-0.0.029.cql │ │ ├── HospitalHarmPressureInjury-0.0.029.json │ │ ├── HospitalHarmPressureInjury-0.0.029.xml │ │ ├── PI_v5_6_HumanReadable.html │ │ └── PI_v5_6_eCQM.xml │ ├── EXM130 │ │ ├── FHIR │ │ │ ├── AdultOutpatientEncounters_FHIR3-1.1.000.cql │ │ │ ├── EXM130_FHIR3-7.2.000.cql │ │ │ ├── FHIRHelpers-3.0.0.cql │ │ │ ├── Hospice_FHIR3-1.0.000.cql │ │ │ ├── MATGlobalCommonFunctions_FHIR3-2.0.000.cql │ │ │ └── SupplementalDataElements_FHIR3-1.0.0.cql │ │ └── QDM │ │ │ ├── Adult_Outpatient_Encounters-1.1.000.cql │ │ │ ├── Adult_Outpatient_Encounters-1.1.000.json │ │ │ ├── Adult_Outpatient_Encounters-1.1.000.xml │ │ │ ├── CMS130v7.html │ │ │ ├── CMS130v7.xml │ │ │ ├── ColorectalCancerScreening-7.2.000.cql │ │ │ ├── ColorectalCancerScreening-7.2.000.json │ │ │ ├── ColorectalCancerScreening-7.2.000.xml │ │ │ ├── Hospice-1.0.000.cql │ │ │ ├── Hospice-1.0.000.json │ │ │ ├── Hospice-1.0.000.xml │ │ │ ├── MATGlobalCommonFunctions-2.0.000.cql │ │ │ ├── MATGlobalCommonFunctions-2.0.000.json │ │ │ └── MATGlobalCommonFunctions-2.0.000.xml │ ├── EXM9 │ │ ├── EXM9_FHIR4-8.1.000.cql │ │ ├── EXM9_FHIR4-8.1.001.cql │ │ ├── FHIRHelpers-4.0.0.cql │ │ ├── MATGlobalCommonFunctions_FHIR4-4.0.000.cql │ │ └── SupplementalDataElements_FHIR4-1.0.0.cql │ └── _Agenda.md ├── 40 │ ├── 101_EntityExamples.cql │ ├── 117_PressureInjuryRedux.cql │ ├── 117_PressureInjuryRedux.xml │ ├── 118_IsVsAs.cql │ ├── 119_CQLIT206.cql │ ├── 120_CQLIT207.cql │ ├── AttribPrfTest_v5_8_Artifacts │ │ ├── AttribPrfTest_v5_8_HumanReadable.html │ │ ├── AttribPrfTest_v5_8_eCQM.xml │ │ ├── AttributionPerformerTest-0.0.003.cql │ │ ├── AttributionPerformerTest-0.0.003.json │ │ └── AttributionPerformerTest-0.0.003.xml │ ├── CMS826v0_v5_6_Artifacts │ │ ├── HospitalHarmPressureInjury-0.0.029.cql │ │ ├── HospitalHarmPressureInjury-0.0.029.json │ │ ├── HospitalHarmPressureInjury-0.0.029.xml │ │ ├── PI_v5_6_HumanReadable.html │ │ └── PI_v5_6_eCQM.xml │ ├── CQLIT-206 │ │ ├── Screenshot from 2019-11-30.png │ │ └── TestPJMCQL206BCG.cql │ ├── CQLIT-207 │ │ ├── Archive │ │ │ ├── Screenshot from 2019-12-04a Numerators.png │ │ │ ├── Screenshot from 2019-12-04b DepartureTimeNull.png │ │ │ ├── Screenshot from 2019-12-04c EDx2.png │ │ │ └── TestPJMCMS111ED2.cql │ │ ├── Screenshot from 2019-12-05a Numerators.png │ │ ├── Screenshot from 2019-12-05b AssessRelevantPeriod.png │ │ ├── Screenshot from 2019-12-05c DepartureTimeNull.png │ │ ├── Screenshot from 2019-12-05d EDx2Null.png │ │ └── TestPJMCMS111ED2.cql │ ├── Measure Observation Calculation Error.docx │ └── _Agenda.md ├── 41 │ ├── 121_BeforeAndAfterAssessments.cql │ ├── 122_MedicationsNotDocumented.cql │ ├── 123_TimingWithChoiceElements.cql │ ├── 124_ObservationEffective.cql │ ├── 125_ConditionOnsetAbatementPrevalencePeriod.cql │ ├── 126_BloodPressureComponents.cql │ ├── 127_ProcedurePerformancePeriod.cql │ ├── 128_TimingWithChoiceElements_QDM.cql │ ├── MATGlobalCommonFunctions_FHIR4-4.0.000.cql │ └── _Agenda.md ├── 42 │ ├── 130_QICorePatterns.cql │ ├── MATGlobalCommonFunctions_FHIR4-4.0.000.cql │ ├── Scratch.cql │ └── _Agenda.txt ├── 43 │ ├── 131_FHIR.cql │ ├── 131_FHIRWithHelpers.cql │ ├── 131_QICore.cql │ ├── 132_EncountersPerDay.cql │ └── _Agenda.md ├── 44 │ ├── 133_QueryReturnTypes.cql │ ├── 135_TroponinMeasure.cql │ ├── ConversionLogic-3.1.000.cql │ ├── MATGlobalCommonFunctions-5.0.000.cql │ ├── OpioidData-3.0.000.cql │ ├── SupplementalDataElements-2.0.0.cql │ ├── TJCOverall-5.0.000.cql │ ├── UsingCollapseAndExpand.cql │ └── _Agenda.md ├── 45 │ ├── 136_TroponinMeasureFollowup.cql │ ├── 137_Coalesce.md │ ├── 139_HighRiskMedsNumerator.md │ ├── 140_AdvancedIllness.md │ ├── 141_LongTermCare.md │ ├── CMS71v10 │ │ ├── AnticoagulationTherapyforAtrialFibrillationFlutter-10.2.000.cql │ │ ├── AnticoagulationTherapyforAtrialFibrillationFlutter-10.2.000.json │ │ ├── AnticoagulationTherapyforAtrialFibrillationFlutter-10.2.000.xml │ │ ├── CMS71v10.html │ │ ├── CMS71v10.xml │ │ ├── MATGlobalCommonFunctions-5.0.000.cql │ │ ├── MATGlobalCommonFunctions-5.0.000.json │ │ ├── MATGlobalCommonFunctions-5.0.000.xml │ │ ├── TJC_Overall-4.4.000.cql │ │ ├── TJC_Overall-4.4.000.json │ │ └── TJC_Overall-4.4.000.xml │ └── _Agenda.md ├── 46 │ ├── 142_InterpretingTimingPhrases.md │ ├── 143_UsingWith.md │ ├── 144_OrganizationAttributesInQDM.md │ ├── InterpretingTimingPhrases.cql │ ├── OrganizationAttributesInQDM.cql │ └── _Agenda.md ├── 47 │ ├── 145_LabTestsEverySixWeeks.cql │ ├── 146_CompositeMeasures.cql │ ├── 148_HospitalStay48HoursOrMore.cql │ ├── AKI LOS _Cooking with CQL.docx │ ├── MATGlobalCommonFunctions-5.0.000.cql │ ├── RiskstandardizedMajBleedingRate_v5_91_Artifacts.zip │ ├── RiskstandardizedMajBleedingRate_v5_91_Artifacts │ │ ├── MATGlobalCommonFunctions-5.0.000.cql │ │ ├── MATGlobalCommonFunctions-5.0.000.json │ │ ├── MATGlobalCommonFunctions-5.0.000.xml │ │ ├── RiskStandardizedMajorBleedingRateFollowingTHA_TKAProcedures-0.0.023.cql │ │ ├── RiskStandardizedMajorBleedingRateFollowingTHA_TKAProcedures-0.0.023.json │ │ ├── RiskStandardizedMajorBleedingRateFollowingTHA_TKAProcedures-0.0.023.xml │ │ ├── RiskstandardizedMajBleedingRate_v5_91_HumanReadable.html │ │ └── RiskstandardizedMajBleedingRate_v5_91_eCQM.xml │ ├── RiskstandardizedVTERate_v5_91_Artifacts.zip │ ├── RiskstandardizedVTERate_v5_91_Artifacts │ │ ├── MATGlobalCommonFunctions-5.0.000.cql │ │ ├── MATGlobalCommonFunctions-5.0.000.json │ │ ├── MATGlobalCommonFunctions-5.0.000.xml │ │ ├── RiskStandardizedVTERateFollowingTHA_TKAProcedures-0.0.036.cql │ │ ├── RiskStandardizedVTERateFollowingTHA_TKAProcedures-0.0.036.json │ │ ├── RiskStandardizedVTERateFollowingTHA_TKAProcedures-0.0.036.xml │ │ ├── RiskstandardizedVTERate_v5_91_HumanReadable.html │ │ └── RiskstandardizedVTERate_v5_91_eCQM.xml │ ├── Scratchpad.cql │ ├── THATKACommon.cql │ └── _Agenda.md ├── 48 │ ├── 149_LabTestsEverySixWeeksRedux.cql │ ├── 150_QDMTimings.cql │ ├── 151_IntervalBoundaryAccess.cql │ ├── Scratchpad.cql │ └── _Agenda.md ├── 49 │ ├── 36_CumulativeMedicationDuration.cql │ ├── CQLv151ChangesApplied.cql │ ├── CQLv151ChangesAppliedWorking.cql │ ├── Scratchpad.cql │ └── _Agenda.md ├── 50 │ ├── 147_MedicationCoverage.cql │ ├── 153_TestEntities.cql │ ├── 154_CollapseWithNullEndingBoundary.cql │ ├── RatioExample │ │ ├── EXMRatiov603-Artifacts.zip │ │ ├── MATGlobalCommonFunctions.cql │ │ ├── RatioExample_CQL.cql │ │ └── RatioExample_eCQM.xml │ ├── RatioExampleFHIR │ │ ├── EXMRatio.cql │ │ ├── EXMRatioFHIRv603-Artifacts.zip │ │ ├── Library-EXMRatio.json │ │ ├── MATGlobalCommonFunctions.cql │ │ └── measure-ratio-exm.xml │ ├── Test.cql │ ├── Test2.cql │ ├── Test3.cql │ ├── Test4.cql │ └── _Agenda.md ├── 51 │ ├── CalculatingMonths.cql │ ├── CalendarVsUCUM.cql │ ├── CumulativeMedicationDurationFHIR.cql │ └── _Agenda.md ├── 52 │ ├── BleedingEvents.cql │ ├── Bleedingv604-Artifacts.zip │ ├── Bleedingv604-Artifacts │ │ ├── Bleeding-v6-04-HumanReadable.html │ │ ├── Bleeding-v6-04-eCQM.xml │ │ ├── HospitalHarmVTEPharmacoprophylaxisRelatedMajorBleeding-0.1.055.cql │ │ ├── HospitalHarmVTEPharmacoprophylaxisRelatedMajorBleeding-0.1.055.json │ │ ├── HospitalHarmVTEPharmacoprophylaxisRelatedMajorBleeding-0.1.055.xml │ │ ├── HospitalHarmVTEPharmacoprophylaxisRelatedMajorBleeding-0.1.058.cql │ │ ├── HospitalHarmVTEPharmacoprophylaxisRelatedMajorBleeding-0.1.058.json │ │ ├── HospitalHarmVTEPharmacoprophylaxisRelatedMajorBleeding-0.1.058.xml │ │ ├── MATGlobalCommonFunctions-6.2.000.cql │ │ ├── MATGlobalCommonFunctions-6.2.000.json │ │ └── MATGlobalCommonFunctions-6.2.000.xml │ ├── MATGlobalCommonFunctions-6.2.000.cql │ ├── TSHTestingEveryEightWeeks.cql │ ├── WellnessComposite.cql │ └── _Agenda.md ├── 53 │ ├── CQLIT-266 Expand Intervals.docx │ ├── CumulativeMedicationDurationFHIR.cql │ ├── DRAFT_MonitoringofTSHandFT4v604-Artifacts_Update.zip │ ├── FHIRReferences.cql │ ├── MATGlobalCommonFunctions-6.2.000.cql │ ├── TSHTestingAndMonitoring.docx │ ├── TSHTestingEveryEightWeeks.cql │ ├── TestPJMCQLIT266.cql │ ├── TestPJMCQLIT266v604-Artifacts.zip │ └── _Agenda.md ├── 54 │ ├── CumulativeMedicationDurationFHIR4.cql │ ├── MATGlobalCommonFunctionsFHIR4.cql │ ├── Patterns.md │ ├── Scratch.cql │ ├── Stratifiers.md │ ├── Stratifiers.png │ └── _Agenda.md ├── 55 │ ├── AdultOutpatientEncountersFHIR4.cql │ ├── AgeCalculationExample.cql │ ├── BloodPressureExample.cql │ ├── ImmunizationNotDoneExample.cql │ ├── MATGlobalCommonFunctionsFHIR4-5.0.000.cql │ ├── MATGlobalCommonFunctionsFHIR4-6.0.000.cql │ └── _Agenda.md ├── 56 │ ├── Clinical Reasoning 28 Track Preview.pptx │ ├── FHIRReferencesRevisited.cql │ ├── Quality Measure Reference Tooling.pptx │ └── _Agenda.md ├── 57 │ ├── AdultOutpatientEncounters-2.0.001.cql │ ├── AdultOutpatientEncountersFHIR4.cql │ ├── AgeCalculationExample.cql │ ├── AgeCalculationExampleFHIR.cql │ ├── CumulativeMedicationDuration-0.3.000.cql │ ├── CumulativeMedicationDuration-0.3.000.md │ ├── FHIRCommon-1.0.000.cql │ ├── MATGlobalCommonFunctions-6.3.000.cql │ ├── MATGlobalCommonFunctions-7.0.000.cql │ ├── MATGlobalCommonFunctions-7.0.000.md │ ├── MATGlobalCommonFunctionsFHIR4-5.0.000.cql │ ├── MATGlobalCommonFunctionsFHIR4-6.0.000.cql │ ├── Scratchpad.cql │ ├── UCUMBestPractice.cql │ ├── UCUMBestPractice.md │ └── _Agenda.md ├── 58 │ ├── CQL Library Sharingv2.pptx │ ├── Concepts.cql │ ├── CumulativeMedicationDuration-0.4.000.cql │ ├── CumulativeMedicationDuration-0.4.000.md │ ├── CumulativeMedicationDurationQuestions.md │ ├── FHIRCommon.cql │ ├── FluentFunctions.cql │ ├── MATGlobalCommonFunctions-7.0.000.cql │ ├── MATGlobalCommonFunctionsFHIR4.cql │ ├── QICoreElements.cql │ ├── USCoreElements.cql │ ├── VTEFHIR4.cql │ └── _Agenda.md ├── 59 │ ├── FHIRCommon.cql │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── CumulativeMedicationDuration.cql │ │ ├── CumulativeMedicationDurationTests.cql │ │ ├── FhirPathInstanceSelector.cql │ │ ├── GroupBy.cql │ │ ├── PatientLinks.cql │ │ ├── PatientLinksUnfiltered.cql │ │ ├── Scratchpad.cql │ │ ├── Test.cql │ │ ├── TestConversion.cql │ │ ├── UnfilteredScratchpad.cql │ │ └── demographics.cql │ │ └── tests │ │ └── library │ │ ├── CumulativeMedicationDurationTests │ │ ├── example-1-a │ │ │ ├── Patient-example-1-a.json │ │ │ └── medicationrequest-example-1-a.json │ │ ├── example-1-b │ │ │ ├── Patient-example-1-b.json │ │ │ └── medicationrequest-example-1-b.json │ │ ├── example-1-c │ │ │ ├── Patient-example-1-c.json │ │ │ └── medicationrequest-example-1-c.json │ │ ├── example-2-a │ │ │ ├── Patient-example-2-a.json │ │ │ └── medicationdispense-example-2-a.json │ │ ├── example-2-b │ │ │ ├── Patient-example-2-b.json │ │ │ └── medicationdispense-example-2-b.json │ │ ├── example-3-a │ │ │ ├── Patient-example-3-a.json │ │ │ └── medicationrequest-example-3-a.json │ │ ├── example-3-b │ │ │ ├── Patient-example-3-b.json │ │ │ └── medicationrequest-example-3-b.json │ │ ├── example-3-c │ │ │ ├── Patient-example-3-c.json │ │ │ └── medicationrequest-example-3-c.json │ │ ├── example-4-a │ │ │ ├── Patient-example-4-a.json │ │ │ └── medicationdispense-example-4-a.json │ │ ├── example-4-b │ │ │ ├── Patient-example-4-b.json │ │ │ └── medicationdispense-example-4-b.json │ │ ├── example-5 │ │ │ ├── MedicationRequest-example.json │ │ │ └── Patient-example-5.json │ │ └── example-6 │ │ │ ├── MedicationDispense-example.json │ │ │ └── Patient-example-6.json │ │ └── Test │ │ └── example-1-a │ │ ├── Patient-example-1-a.json │ │ └── medicationrequest-example-1-a.json ├── 60 │ ├── CQLErrataReview.md │ ├── QICoreAuthoring.md │ └── _Agenda.md ├── 61 │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── Aggregates.cql │ │ └── AggregatesAnswers.cql │ │ ├── tests │ │ └── library │ │ │ └── Aggregates │ │ │ └── example │ │ │ ├── AdverseEvent │ │ │ └── AdverseEvent-example.json │ │ │ ├── AllergyIntolerance │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ └── AllergyIntolerance-example.json │ │ │ ├── BodyStructure │ │ │ └── BodyStructure-example.json │ │ │ ├── CarePlan │ │ │ ├── CarePlan-colonoscopy.json │ │ │ └── CarePlan-example.json │ │ │ ├── CareTeam │ │ │ └── CareTeam-example.json │ │ │ ├── Claim │ │ │ └── Claim-example.json │ │ │ ├── Communication │ │ │ ├── Communication-example.json │ │ │ └── Communication-negation-example.json │ │ │ ├── CommunicationRequest │ │ │ └── CommunicationRequest-example.json │ │ │ ├── Condition │ │ │ ├── Condition-appendicitis-example.json │ │ │ ├── Condition-example.json │ │ │ └── Condition-hc1.json │ │ │ ├── Coverage │ │ │ └── Coverage-example.json │ │ │ ├── Device │ │ │ ├── Device-example.json │ │ │ ├── Device-udi-1.json │ │ │ ├── Device-udi-2.json │ │ │ └── Device-udi-3.json │ │ │ ├── DeviceRequest │ │ │ ├── DeviceRequest-example.json │ │ │ └── DeviceRequest-negation-example.json │ │ │ ├── DeviceUseStatement │ │ │ └── DeviceUseStatement-example.json │ │ │ ├── DiagnosticReport │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ ├── DiagnosticReport-cbc.json │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ ├── DiagnosticReport-example.json │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ ├── DiagnosticReport-note-example.json │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ ├── DocumentReference │ │ │ └── DocumentReference-episode-summary.json │ │ │ ├── Encounter │ │ │ ├── Encounter-1036.json │ │ │ ├── Encounter-example-1.json │ │ │ └── Encounter-example.json │ │ │ ├── FamilyMemberHistory │ │ │ └── FamilyMemberHistory-example.json │ │ │ ├── Flag │ │ │ └── Flag-example.json │ │ │ ├── Goal │ │ │ ├── Goal-example.json │ │ │ └── Goal-goal-1.json │ │ │ ├── ImagingStudy │ │ │ └── ImagingStudy-example.json │ │ │ ├── Immunization │ │ │ ├── Immunization-example.json │ │ │ ├── Immunization-imm-1.json │ │ │ └── Immunization-negation-example.json │ │ │ ├── ImmunizationEvaluation │ │ │ └── ImmunizationEvaluation-example.json │ │ │ ├── ImmunizationRecommendation │ │ │ └── ImmunizationRecommendation-example.json │ │ │ ├── Location │ │ │ ├── Location-example.json │ │ │ └── Location-hl7east.json │ │ │ ├── Medication │ │ │ ├── Medication-example.json │ │ │ ├── Medication-uscore-med1.json │ │ │ └── Medication-uscore-med2.json │ │ │ ├── MedicationAdministration │ │ │ ├── MedicationAdministration-example.json │ │ │ └── MedicationAdministration-negation-example.json │ │ │ ├── MedicationDispense │ │ │ ├── MedicationDispense-example.json │ │ │ └── MedicationDispense-negation-example.json │ │ │ ├── MedicationRequest │ │ │ ├── MedicationRequest-example.json │ │ │ ├── MedicationRequest-negation-example.json │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ ├── MedicationStatement │ │ │ └── MedicationStatement-example.json │ │ │ ├── NutritionOrder │ │ │ └── NutritionOrder-example.json │ │ │ ├── Observation │ │ │ ├── Observation-blood-glucose.json │ │ │ ├── Observation-blood-pressure.json │ │ │ ├── Observation-bmi.json │ │ │ ├── Observation-bp-data-absent.json │ │ │ ├── Observation-bun.json │ │ │ ├── Observation-erythrocytes.json │ │ │ ├── Observation-example.json │ │ │ ├── Observation-head-circumference.json │ │ │ ├── Observation-heart-rate.json │ │ │ ├── Observation-height.json │ │ │ ├── Observation-hemoglobin.json │ │ │ ├── Observation-length.json │ │ │ ├── Observation-mchc.json │ │ │ ├── Observation-negation-example.json │ │ │ ├── Observation-neutrophils.json │ │ │ ├── Observation-oxygen-saturation.json │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ ├── Observation-respiratory-rate.json │ │ │ ├── Observation-satO2-fiO2.json │ │ │ ├── Observation-serum-calcium.json │ │ │ ├── Observation-serum-chloride.json │ │ │ ├── Observation-serum-co2.json │ │ │ ├── Observation-serum-creatinine.json │ │ │ ├── Observation-serum-potassium.json │ │ │ ├── Observation-serum-sodium.json │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ ├── Observation-some-day-smoker.json │ │ │ ├── Observation-temperature.json │ │ │ ├── Observation-urine-bacteria.json │ │ │ ├── Observation-urine-bilirubin.json │ │ │ ├── Observation-urine-cells.json │ │ │ ├── Observation-urine-clarity.json │ │ │ ├── Observation-urine-color.json │ │ │ ├── Observation-urine-epi-cells.json │ │ │ ├── Observation-urine-glucose.json │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ ├── Observation-urine-ketone.json │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ ├── Observation-urine-nitrite.json │ │ │ ├── Observation-urine-ph.json │ │ │ ├── Observation-urine-protein.json │ │ │ ├── Observation-urine-rbcs.json │ │ │ ├── Observation-urine-sediment.json │ │ │ ├── Observation-urine-wbcs.json │ │ │ ├── Observation-urobilinogen.json │ │ │ ├── Observation-usg.json │ │ │ ├── Observation-vitals-panel.json │ │ │ └── Observation-weight.json │ │ │ ├── Organization │ │ │ ├── Organization-acme-lab.json │ │ │ ├── Organization-example-organization-2.json │ │ │ ├── Organization-example.json │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ ├── Patient │ │ │ └── Patient-example.json │ │ │ ├── Practitioner │ │ │ ├── Practitioner-example.json │ │ │ ├── Practitioner-practitioner-1.json │ │ │ └── Practitioner-practitioner-2.json │ │ │ ├── PractitionerRole │ │ │ └── PractitionerRole-example.json │ │ │ ├── Procedure │ │ │ ├── Procedure-defib-implant.json │ │ │ ├── Procedure-example.json │ │ │ ├── Procedure-negation-example.json │ │ │ └── Procedure-rehab.json │ │ │ ├── RelatedPerson │ │ │ └── RelatedPerson-example.json │ │ │ ├── ServiceRequest │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ ├── ServiceRequest-elective-example.json │ │ │ ├── ServiceRequest-example.json │ │ │ ├── ServiceRequest-negation-example.json │ │ │ └── ServiceRequest-referral-example.json │ │ │ ├── Specimen │ │ │ └── Specimen-example.json │ │ │ ├── Substance │ │ │ └── Substance-example.json │ │ │ └── Task │ │ │ └── Task-example.json │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 62 │ ├── CAPSeverity.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── CAP.cql │ │ ├── CURBConcepts.cql │ │ ├── CURBElements.cql │ │ ├── FHIRCommon.cql │ │ └── FHIRShared.cql │ │ ├── tests │ │ ├── library │ │ │ └── CAP │ │ │ │ ├── example-01-not-included │ │ │ │ └── Patient-example-01-not-included.json │ │ │ │ ├── example-02-included-no-data │ │ │ │ ├── Condition-community-acquired-pneumonia.json │ │ │ │ └── Patient-example-02-included-no-data.json │ │ │ │ ├── example-03-included-c │ │ │ │ ├── Condition-community-acquired-pneumonia.json │ │ │ │ ├── Observation-confusion.json │ │ │ │ └── Patient-example-03-included-c.json │ │ │ │ ├── example-04-included-cr │ │ │ │ ├── Condition-community-acquired-pneumonia.json │ │ │ │ ├── Observation-confusion.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ └── Patient-example-04-included-cr.json │ │ │ │ ├── example-05-included-crb │ │ │ │ ├── Condition-community-acquired-pneumonia.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-confusion.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ └── Patient-example-05-included-crb.json │ │ │ │ ├── example-06-included-crb65 │ │ │ │ ├── Condition-community-acquired-pneumonia.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-confusion.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ └── Patient-example-06-included-crb65.json │ │ │ │ └── example-07-included-curb65 │ │ │ │ ├── Condition-community-acquired-pneumonia.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-blood-urea-nitrogen.json │ │ │ │ ├── Observation-confusion.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ └── Patient-example-07-included-curb65.json │ │ └── results │ │ │ └── CAP.txt │ │ └── vocabulary │ │ └── valueset │ │ ├── README.md │ │ └── external │ │ ├── valueset-active-condition.xml │ │ └── valueset-inactive-condition.xml ├── 63 │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── Beginning.md │ │ ├── Example01.cql │ │ ├── Example02.cql │ │ └── MATGlobalCommonFunctionsFHIR4.cql │ │ ├── tests │ │ └── library │ │ │ ├── Beginning │ │ │ └── example │ │ │ │ ├── Patient-example.json │ │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ │ ├── Example01 │ │ │ └── example │ │ │ │ ├── encounter-example-1.json │ │ │ │ └── patient-example.json │ │ │ └── Example02 │ │ │ ├── denom-EXM124 │ │ │ ├── Encounter │ │ │ │ └── denom-EXM124-1.json │ │ │ ├── Observation │ │ │ │ └── denom-EXM124-2.json │ │ │ └── Patient │ │ │ │ └── denom-EXM124.json │ │ │ ├── neg-ip-EXM124 │ │ │ ├── Encounter │ │ │ │ └── neg-ip-EXM124-1.json │ │ │ ├── Observation │ │ │ │ └── neg-ip-EXM124-2.json │ │ │ └── Patient │ │ │ │ └── neg-ip-EXM124.json │ │ │ └── numer-EXM124 │ │ │ ├── Encounter │ │ │ └── numer-EXM124-1.json │ │ │ ├── Observation │ │ │ └── numer-EXM124-2.json │ │ │ └── Patient │ │ │ └── numer-EXM124.json │ │ └── vocabulary │ │ └── valueset │ │ ├── README.md │ │ └── external │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.12.1001.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.12.1016.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.12.1023.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.12.1025.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.12.1080.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.12.1089.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.108.12.1017.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.110.12.1059.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.111.12.1016.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.198.12.1014.json │ │ └── valueset-20.16.840.1.113883.3.464.1003.101.12.1001.json ├── 64 │ └── _Agenda.md ├── 65 │ ├── CQL Authoring.pptx │ ├── _Agenda.md │ └── input │ │ ├── README.md │ │ ├── cql │ │ ├── CervicalCancerScreening.cql │ │ ├── CervicalCancerScreeningComplete.cql │ │ ├── FHIRCommon.cql │ │ ├── FHIRCommonTests.cql │ │ ├── LungCancerScreening.cql │ │ └── LungCancerScreeningComplete.cql │ │ ├── tests │ │ ├── library │ │ │ ├── CervicalCancerScreening │ │ │ │ ├── denom-EXM124 │ │ │ │ │ ├── denom-EXM124-1.json │ │ │ │ │ ├── denom-EXM124-2.json │ │ │ │ │ ├── denom-EXM124.json │ │ │ │ │ └── measurereport-denom-EXM124-9.2.000-expectedresults.json │ │ │ │ ├── denomexcl-EXM124 │ │ │ │ │ ├── denomexcl-EXM124-1.json │ │ │ │ │ ├── denomexcl-EXM124-2.json │ │ │ │ │ └── denomexcl-EXM124.json │ │ │ │ └── numer-EXM124 │ │ │ │ │ ├── measurereport-numer-EXM124-9.2.000-expectedresults.json │ │ │ │ │ ├── numer-EXM124-1.json │ │ │ │ │ ├── numer-EXM124-2.json │ │ │ │ │ └── numer-EXM124.json │ │ │ └── LungCancerScreening │ │ │ │ ├── Former-Smoker │ │ │ │ ├── Former-Smoker.json │ │ │ │ ├── condition-Former-Smoker-1.json │ │ │ │ ├── observation-Former-Smoker-1.json │ │ │ │ ├── observation-Former-Smoker-2.json │ │ │ │ └── procedure-Former-Smoker-1.json │ │ │ │ ├── Heavy-Smoker │ │ │ │ ├── Heavy-Smoker.json │ │ │ │ ├── condition-Heavy-Smoker-1.json │ │ │ │ ├── observation-Heavy-Smoker-1.json │ │ │ │ └── procedure-Heavy-Smoker-1.json │ │ │ │ └── Never-Smoker │ │ │ │ ├── Never-Smoker.json │ │ │ │ └── observation-Never-Smoker-1.json │ │ └── results │ │ │ ├── CervicalCancerScreening.txt │ │ │ └── LungCancerScreening.txt │ │ └── vocabulary │ │ └── valueset │ │ ├── README.md │ │ └── external │ │ ├── ValueSet-2.16.840.1.113883.3.464.1003.108.12.1017.json │ │ ├── ValueSet-2.16.840.1.113883.3.464.1003.110.12.1059.json │ │ ├── ValueSet-2.16.840.1.113883.3.464.1003.198.12.1014.json │ │ ├── ValueSet-2.16.840.1.113883.3.666.5.307.json │ │ ├── ValueSet-ConditionClinicalStatusActive.json │ │ ├── ValueSet-CurrentSmoker.json │ │ ├── ValueSet-LungCancer.json │ │ ├── ValueSet-birthsex.json │ │ ├── ValueSet-chest-ct-procedure.json │ │ ├── ValueSet-detailed-ethnicity.json │ │ ├── ValueSet-detailed-race.json │ │ ├── ValueSet-omb-ethnicity-category.json │ │ ├── ValueSet-omb-race-category.json │ │ ├── ValueSet-simple-language.json │ │ ├── ValueSet-us-core-allergy-substance.json │ │ ├── ValueSet-us-core-careteam-provider-roles.json │ │ ├── ValueSet-us-core-clinical-note-type.json │ │ ├── ValueSet-us-core-condition-category.json │ │ ├── ValueSet-us-core-condition-code.json │ │ ├── ValueSet-us-core-diagnosticreport-category.json │ │ ├── ValueSet-us-core-diagnosticreport-lab-codes.json │ │ ├── ValueSet-us-core-diagnosticreport-report-and-note-codes.json │ │ ├── ValueSet-us-core-documentreference-category.json │ │ ├── ValueSet-us-core-documentreference-type.json │ │ ├── ValueSet-us-core-encounter-type.json │ │ ├── ValueSet-us-core-medication-codes.json │ │ ├── ValueSet-us-core-narrative-status.json │ │ ├── ValueSet-us-core-ndc-vaccine-codes.json │ │ ├── ValueSet-us-core-observation-smoking-status-status.json │ │ ├── ValueSet-us-core-observation-smokingstatus.json │ │ ├── ValueSet-us-core-observation-value-codes.json │ │ ├── ValueSet-us-core-procedure-code.json │ │ ├── ValueSet-us-core-procedure-icd10pcs.json │ │ ├── ValueSet-us-core-provenance-participant-type.json │ │ ├── ValueSet-us-core-provider-role.json │ │ ├── ValueSet-us-core-provider-specialty.json │ │ ├── ValueSet-us-core-smoking-status-observation-codes.json │ │ ├── ValueSet-us-core-usps-state.json │ │ ├── ValueSet-us-core-vaccines-cvx.json │ │ ├── valueset-community-medication.json │ │ ├── valueset-laboratory.json │ │ ├── valueset-marital-status.json │ │ └── valueset-vital-sign.json ├── 66 │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── FHIRCommon.cql │ │ ├── FHIRCommonTests.cql │ │ ├── FHIRHelpers.cql │ │ ├── ProfilePatterns.cql │ │ ├── QICoreCommon.cql │ │ ├── QICoreCommonTests.cql │ │ └── UsagePatterns.cql │ │ ├── tests │ │ └── library │ │ │ └── QuestionnaireExtraction │ │ │ └── example │ │ │ ├── Patient-example.json │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 67 │ ├── Negation in QICore.pptx │ ├── _Agenda.md │ ├── input │ │ ├── cql │ │ │ ├── FHIRHelpers.cql │ │ │ ├── QICoreCommon.cql │ │ │ ├── QICoreNegation.cql │ │ │ └── QICorePatterns.cql │ │ ├── tests │ │ │ ├── library │ │ │ │ ├── QICoreNegation │ │ │ │ │ └── example │ │ │ │ │ │ ├── AdverseEvent │ │ │ │ │ │ └── AdverseEvent-example.json │ │ │ │ │ │ ├── AllergyIntolerance │ │ │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ │ │ ├── BodyStructure │ │ │ │ │ │ └── BodyStructure-example.json │ │ │ │ │ │ ├── CarePlan │ │ │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ │ │ └── CarePlan-example.json │ │ │ │ │ │ ├── CareTeam │ │ │ │ │ │ └── CareTeam-example.json │ │ │ │ │ │ ├── Claim │ │ │ │ │ │ └── Claim-example.json │ │ │ │ │ │ ├── Communication │ │ │ │ │ │ ├── Communication-example.json │ │ │ │ │ │ └── Communication-negation-example.json │ │ │ │ │ │ ├── CommunicationRequest │ │ │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ │ │ ├── Condition │ │ │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ │ │ ├── Condition-example.json │ │ │ │ │ │ └── Condition-hc1.json │ │ │ │ │ │ ├── Coverage │ │ │ │ │ │ └── Coverage-example.json │ │ │ │ │ │ ├── Device │ │ │ │ │ │ ├── Device-example.json │ │ │ │ │ │ ├── Device-udi-1.json │ │ │ │ │ │ ├── Device-udi-2.json │ │ │ │ │ │ └── Device-udi-3.json │ │ │ │ │ │ ├── DeviceRequest │ │ │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ │ │ ├── DeviceRequest-negation-example.json │ │ │ │ │ │ └── DeviceRequest-negation-with-code-example.json │ │ │ │ │ │ ├── DeviceUseStatement │ │ │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ │ │ ├── DiagnosticReport │ │ │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ │ │ ├── DocumentReference │ │ │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ │ │ ├── Encounter │ │ │ │ │ │ ├── Encounter-1036.json │ │ │ │ │ │ ├── Encounter-example-1.json │ │ │ │ │ │ └── Encounter-example.json │ │ │ │ │ │ ├── FamilyMemberHistory │ │ │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ │ │ ├── Flag │ │ │ │ │ │ └── Flag-example.json │ │ │ │ │ │ ├── Goal │ │ │ │ │ │ ├── Goal-example.json │ │ │ │ │ │ └── Goal-goal-1.json │ │ │ │ │ │ ├── ImagingStudy │ │ │ │ │ │ └── ImagingStudy-example.json │ │ │ │ │ │ ├── Immunization │ │ │ │ │ │ ├── Immunization-example.json │ │ │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ │ │ ├── Immunization-negation-example-code.json │ │ │ │ │ │ └── Immunization-negation-example.json │ │ │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ │ │ ├── ImplementationGuide │ │ │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ │ │ ├── Location │ │ │ │ │ │ ├── Location-example.json │ │ │ │ │ │ └── Location-hl7east.json │ │ │ │ │ │ ├── Medication │ │ │ │ │ │ ├── Medication-example.json │ │ │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ │ │ ├── MedicationAdmnistration │ │ │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ │ │ ├── MedicationAdministration-negation-example.json │ │ │ │ │ │ └── MedicationAdministration-negation-with-code-example.json │ │ │ │ │ │ ├── MedicationDispense │ │ │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ │ │ ├── MedicationDispense-negation-example.json │ │ │ │ │ │ └── MedicationDispense-negation-with-code-example.json │ │ │ │ │ │ ├── MedicationRequest │ │ │ │ │ │ ├── MedicationRequest-cmd-example.json │ │ │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ │ │ ├── MedicationRequest-negation-example-code.json │ │ │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ │ │ ├── MedicationStatement │ │ │ │ │ │ └── MedicationStatement-example.json │ │ │ │ │ │ ├── NutritionOrder │ │ │ │ │ │ └── NutritionOrder-example.json │ │ │ │ │ │ ├── Observation │ │ │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ │ │ ├── Observation-bmi.json │ │ │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ │ │ ├── Observation-bun.json │ │ │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ │ │ ├── Observation-example.json │ │ │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ │ │ ├── Observation-height.json │ │ │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ │ │ ├── Observation-length.json │ │ │ │ │ │ ├── Observation-mchc.json │ │ │ │ │ │ ├── Observation-negation-example.json │ │ │ │ │ │ ├── Observation-negation-with-code-example.json │ │ │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ │ │ ├── Observation-temperature.json │ │ │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ │ │ ├── Observation-urine-color.json │ │ │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ │ │ ├── Observation-usg.json │ │ │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ │ │ └── Observation-weight.json │ │ │ │ │ │ ├── Organization │ │ │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ │ │ ├── Organization-example.json │ │ │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ │ │ ├── Patient │ │ │ │ │ │ └── Patient-example.json │ │ │ │ │ │ ├── Practitioner │ │ │ │ │ │ ├── Practitioner-example.json │ │ │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ │ │ ├── PractitionerRole │ │ │ │ │ │ └── PractitionerRole-example.json │ │ │ │ │ │ ├── Procedure │ │ │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ │ │ ├── Procedure-example.json │ │ │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ │ │ ├── Procedure-negation-with-code-example.json │ │ │ │ │ │ └── Procedure-rehab.json │ │ │ │ │ │ ├── RelatedPerson │ │ │ │ │ │ └── RelatedPerson-example.json │ │ │ │ │ │ ├── ServiceRequest │ │ │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ │ │ ├── ServiceRequest-negation-example-code.json │ │ │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ │ │ ├── Specimen │ │ │ │ │ │ └── Specimen-example.json │ │ │ │ │ │ ├── Substance │ │ │ │ │ │ └── Substance-example.json │ │ │ │ │ │ └── Task │ │ │ │ │ │ ├── Task-example.json │ │ │ │ │ │ ├── Task-negation-example.json │ │ │ │ │ │ └── Task-negation-with-code-example.json │ │ │ │ └── QICorePatterns │ │ │ │ │ └── example │ │ │ │ │ ├── AdverseEvent │ │ │ │ │ └── AdverseEvent-example.json │ │ │ │ │ ├── AllergyIntolerance │ │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ │ ├── BodyStructure │ │ │ │ │ └── BodyStructure-example.json │ │ │ │ │ ├── CarePlan │ │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ │ └── CarePlan-example.json │ │ │ │ │ ├── CareTeam │ │ │ │ │ └── CareTeam-example.json │ │ │ │ │ ├── Claim │ │ │ │ │ └── Claim-example.json │ │ │ │ │ ├── Communication │ │ │ │ │ ├── Communication-example.json │ │ │ │ │ └── Communication-negation-example.json │ │ │ │ │ ├── CommunicationRequest │ │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ │ ├── Condition │ │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ │ ├── Condition-example.json │ │ │ │ │ └── Condition-hc1.json │ │ │ │ │ ├── Coverage │ │ │ │ │ └── Coverage-example.json │ │ │ │ │ ├── Device │ │ │ │ │ ├── Device-example.json │ │ │ │ │ ├── Device-udi-1.json │ │ │ │ │ ├── Device-udi-2.json │ │ │ │ │ └── Device-udi-3.json │ │ │ │ │ ├── DeviceRequest │ │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ │ ├── DeviceRequest-negation-example.json │ │ │ │ │ └── DeviceRequest-negation-with-code-example.json │ │ │ │ │ ├── DeviceUseStatement │ │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ │ ├── DiagnosticReport │ │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ │ ├── DocumentReference │ │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ │ ├── Encounter │ │ │ │ │ ├── Encounter-1036.json │ │ │ │ │ ├── Encounter-example-1.json │ │ │ │ │ └── Encounter-example.json │ │ │ │ │ ├── FamilyMemberHistory │ │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ │ ├── Flag │ │ │ │ │ └── Flag-example.json │ │ │ │ │ ├── Goal │ │ │ │ │ ├── Goal-example.json │ │ │ │ │ └── Goal-goal-1.json │ │ │ │ │ ├── ImagingStudy │ │ │ │ │ └── ImagingStudy-example.json │ │ │ │ │ ├── Immunization │ │ │ │ │ ├── Immunization-example.json │ │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ │ ├── Immunization-negation-example-code.json │ │ │ │ │ └── Immunization-negation-example.json │ │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ │ ├── ImplementationGuide │ │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ │ ├── Location │ │ │ │ │ ├── Location-example.json │ │ │ │ │ └── Location-hl7east.json │ │ │ │ │ ├── Medication │ │ │ │ │ ├── Medication-example.json │ │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ │ ├── MedicationAdmnistration │ │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ │ ├── MedicationAdministration-negation-example.json │ │ │ │ │ └── MedicationAdministration-negation-with-code-example.json │ │ │ │ │ ├── MedicationDispense │ │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ │ ├── MedicationDispense-negation-example.json │ │ │ │ │ └── MedicationDispense-negation-with-code-example.json │ │ │ │ │ ├── MedicationRequest │ │ │ │ │ ├── MedicationRequest-cmd-example.json │ │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ │ ├── MedicationRequest-negation-example-code.json │ │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ │ ├── MedicationStatement │ │ │ │ │ └── MedicationStatement-example.json │ │ │ │ │ ├── NutritionOrder │ │ │ │ │ └── NutritionOrder-example.json │ │ │ │ │ ├── Observation │ │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ │ ├── Observation-bmi.json │ │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ │ ├── Observation-bun.json │ │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ │ ├── Observation-example.json │ │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ │ ├── Observation-height.json │ │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ │ ├── Observation-length.json │ │ │ │ │ ├── Observation-mchc.json │ │ │ │ │ ├── Observation-negation-example.json │ │ │ │ │ ├── Observation-negation-with-code-example.json │ │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ │ ├── Observation-temperature.json │ │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ │ ├── Observation-urine-color.json │ │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ │ ├── Observation-usg.json │ │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ │ └── Observation-weight.json │ │ │ │ │ ├── Organization │ │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ │ ├── Organization-example.json │ │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ │ ├── Patient │ │ │ │ │ └── Patient-example.json │ │ │ │ │ ├── Practitioner │ │ │ │ │ ├── Practitioner-example.json │ │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ │ ├── PractitionerRole │ │ │ │ │ └── PractitionerRole-example.json │ │ │ │ │ ├── Procedure │ │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ │ ├── Procedure-example.json │ │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ │ ├── Procedure-negation-with-code-example.json │ │ │ │ │ └── Procedure-rehab.json │ │ │ │ │ ├── RelatedPerson │ │ │ │ │ └── RelatedPerson-example.json │ │ │ │ │ ├── ServiceRequest │ │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ │ ├── ServiceRequest-negation-example-code.json │ │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ │ ├── Specimen │ │ │ │ │ └── Specimen-example.json │ │ │ │ │ ├── Substance │ │ │ │ │ └── Substance-example.json │ │ │ │ │ └── Task │ │ │ │ │ ├── Task-example.json │ │ │ │ │ ├── Task-negation-example.json │ │ │ │ │ └── Task-negation-with-code-example.json │ │ │ └── results │ │ │ │ ├── QICoreNegation.txt │ │ │ │ └── QICorePatterns.txt │ │ └── vocabulary │ │ │ └── valueset │ │ │ ├── README.md │ │ │ ├── ValueSet-birthsex.json │ │ │ ├── ValueSet-communication-category.json │ │ │ ├── ValueSet-detailed-ethnicity.json │ │ │ ├── ValueSet-detailed-race.json │ │ │ ├── ValueSet-device-codes.json │ │ │ ├── ValueSet-immunization-codes.json │ │ │ ├── ValueSet-medication-codes.json │ │ │ ├── ValueSet-omb-ethnicity-category.json │ │ │ ├── ValueSet-omb-race-category.json │ │ │ ├── ValueSet-qicore-allergyintolerance-reason-refuted.json │ │ │ ├── ValueSet-qicore-appropriateness-score.json │ │ │ ├── ValueSet-qicore-bodystructure-precoordinated.json │ │ │ ├── ValueSet-qicore-communication-reason-not-performed.json │ │ │ ├── ValueSet-qicore-condition-certainty.json │ │ │ ├── ValueSet-qicore-condition-criticality.json │ │ │ ├── ValueSet-qicore-condition-stage.json │ │ │ ├── ValueSet-qicore-encounter-canceled-reason.json │ │ │ ├── ValueSet-qicore-encounter-condition-role.json │ │ │ ├── ValueSet-qicore-flag-category.json │ │ │ ├── ValueSet-qicore-goal-reason-rejected.json │ │ │ ├── ValueSet-qicore-medication-dose-type.json │ │ │ ├── ValueSet-qicore-negation-reason.json │ │ │ ├── ValueSet-qicore-observation-body-position.json │ │ │ ├── ValueSet-qicore-observation-delta.json │ │ │ ├── ValueSet-qicore-observation-verification.json │ │ │ ├── ValueSet-qicore-patient-disability.json │ │ │ ├── ValueSet-qicore-present-on-admission.json │ │ │ ├── ValueSet-qicore-priority.json │ │ │ ├── ValueSet-qicore-procedure-type.json │ │ │ ├── ValueSet-qicore-servicerequest-reason-rejected.json │ │ │ ├── ValueSet-simple-language.json │ │ │ ├── ValueSet-us-core-allergy-substance.json │ │ │ ├── ValueSet-us-core-careteam-provider-roles.json │ │ │ ├── ValueSet-us-core-clinical-note-type.json │ │ │ ├── ValueSet-us-core-condition-category.json │ │ │ ├── ValueSet-us-core-condition-code.json │ │ │ ├── ValueSet-us-core-diagnosticreport-category.json │ │ │ ├── ValueSet-us-core-diagnosticreport-lab-codes.json │ │ │ ├── ValueSet-us-core-diagnosticreport-report-and-note-codes.json │ │ │ ├── ValueSet-us-core-documentreference-category.json │ │ │ ├── ValueSet-us-core-documentreference-type.json │ │ │ ├── ValueSet-us-core-encounter-type.json │ │ │ ├── ValueSet-us-core-medication-codes.json │ │ │ ├── ValueSet-us-core-narrative-status.json │ │ │ ├── ValueSet-us-core-ndc-vaccine-codes.json │ │ │ ├── ValueSet-us-core-observation-smoking-status-status.json │ │ │ ├── ValueSet-us-core-observation-smokingstatus-max.json │ │ │ ├── ValueSet-us-core-observation-smokingstatus.json │ │ │ ├── ValueSet-us-core-observation-value-codes.json │ │ │ ├── ValueSet-us-core-procedure-code.json │ │ │ ├── ValueSet-us-core-procedure-icd10pcs.json │ │ │ ├── ValueSet-us-core-provenance-participant-type.json │ │ │ ├── ValueSet-us-core-provider-role.json │ │ │ ├── ValueSet-us-core-provider-specialty.json │ │ │ ├── ValueSet-us-core-smoking-status-observation-codes.json │ │ │ ├── ValueSet-us-core-usps-state.json │ │ │ ├── ValueSet-us-core-vaccines-cvx.json │ │ │ ├── valueset-2.16.840.1.113762.1.4.1045.39.json │ │ │ ├── valueset-2.16.840.1.113762.1.4.1110.65.json │ │ │ ├── valueset-2.16.840.1.113883.3.117.1.7.1.230.json │ │ │ ├── valueset-2.16.840.1.113883.3.526.3.1009.json │ │ │ ├── valueset-2.16.840.1.113883.3.526.3.1254.json │ │ │ └── valueset-marital-status.json │ └── ~$Negation in QICore.pptx ├── 68 │ ├── TypesAndValues.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── FHIRCommon.cql │ │ ├── FHIRHelpers.cql │ │ ├── MATGlobalCommonFunctionsFHIR4.cql │ │ ├── TestConvert.cql │ │ └── TypesAndValues.cql │ │ ├── tests │ │ ├── library │ │ │ └── QuestionnaireExtraction │ │ │ │ └── example │ │ │ │ ├── Patient-example.json │ │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── results │ │ │ └── TypesAndValues.txt │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 69 │ ├── ColorectalCancerScreeningExample.pptx │ ├── WALKTHROUGH.md │ ├── _Agenda.md │ ├── images │ │ ├── ccs-cds-execute-cql.png │ │ ├── ccs-cds-execute-results.png │ │ └── integration-content-service.png │ └── input │ │ ├── cql │ │ ├── ColorectalCancerConcepts.cql │ │ ├── ColorectalCancerElements.cql │ │ ├── ColorectalCancerScreeningCDS.cql │ │ ├── ColorectalCancerScreeningCQM.cql │ │ ├── FHIRCommon.cql │ │ ├── FHIRHelpers.cql │ │ ├── FHIRReferencesRevisited.cql │ │ └── cql-options.json │ │ ├── tests │ │ ├── library │ │ │ ├── ColorectalCancerElements │ │ │ │ ├── denom-EXM130 │ │ │ │ │ ├── encounter-denom-EXM130-1.json │ │ │ │ │ ├── guidanceresponse-cce-denom-EXM130.json │ │ │ │ │ ├── patient-denom-EXM130.json │ │ │ │ │ └── procedure-denom-EXM130-2.json │ │ │ │ └── numer-EXM130 │ │ │ │ │ ├── encounter-numer-EXM130-4.json │ │ │ │ │ ├── guidanceresponse-cce-numer-EXM130.json │ │ │ │ │ ├── patient-numer-EXM130.json │ │ │ │ │ └── procedure-numer-EXM130-1.json │ │ │ ├── ColorectalCancerScreeningCDS │ │ │ │ ├── should-not-screen-ccs │ │ │ │ │ ├── encounter-should-not-screen-ccs-4.json │ │ │ │ │ ├── guidanceresponse-should-not-screen-ccs-6.json │ │ │ │ │ ├── patient-should-not-screen-ccs.json │ │ │ │ │ └── procedure-should-not-screen-ccs-1.json │ │ │ │ └── should-screen-ccs │ │ │ │ │ ├── encounter-should-screen-ccs-1.json │ │ │ │ │ ├── guidanceresponse-should-screen-ccs-5.json │ │ │ │ │ ├── patient-should-screen-ccs.json │ │ │ │ │ └── procedure-should-screen-ccs-2.json │ │ │ └── ColorectalCancerScreeningCQM │ │ │ │ ├── denom-EXM130 │ │ │ │ ├── encounter-denom-EXM130-1.json │ │ │ │ ├── guidanceresponse-ccs-cqm-denom-EXM130.json │ │ │ │ ├── patient-denom-EXM130.json │ │ │ │ └── procedure-denom-EXM130-2.json │ │ │ │ └── numer-EXM130 │ │ │ │ ├── encounter-numer-EXM130-4.json │ │ │ │ ├── guidanceresponse-ccs-cqm-numer-EXM130.json │ │ │ │ ├── patient-numer-EXM130.json │ │ │ │ └── procedure-numer-EXM130-1.json │ │ └── results │ │ │ ├── ColorectalCancerElements.txt │ │ │ ├── ColorectalCancerScreeningCDS.txt │ │ │ └── ColorectalCancerScreeningCQM.txt │ │ └── vocabulary │ │ ├── codesystem │ │ ├── external │ │ │ ├── CodeSystem-careplan-category.json │ │ │ ├── CodeSystem-cdcrec.json │ │ │ ├── CodeSystem-condition-category.json │ │ │ ├── CodeSystem-us-core-documentreference-category.json │ │ │ └── CodeSystem-us-core-provenance-participant-type.json │ │ └── readme.txt │ │ └── valueset │ │ ├── README.md │ │ └── external │ │ ├── ValueSet-ConditionClinical.json │ │ ├── ValueSet-CurrentSmoker.json │ │ ├── ValueSet-LungCancer.json │ │ ├── ValueSet-birthsex.json │ │ ├── ValueSet-detailed-ethnicity.json │ │ ├── ValueSet-detailed-race.json │ │ ├── ValueSet-omb-ethnicity-category.json │ │ ├── ValueSet-omb-race-category.json │ │ ├── ValueSet-simple-language.json │ │ ├── ValueSet-us-core-allergy-substance.json │ │ ├── ValueSet-us-core-careteam-provider-roles.json │ │ ├── ValueSet-us-core-clinical-note-type.json │ │ ├── ValueSet-us-core-condition-category.json │ │ ├── ValueSet-us-core-condition-code.json │ │ ├── ValueSet-us-core-diagnosticreport-category.json │ │ ├── ValueSet-us-core-diagnosticreport-lab-codes.json │ │ ├── ValueSet-us-core-diagnosticreport-report-and-note-codes.json │ │ ├── ValueSet-us-core-documentreference-category.json │ │ ├── ValueSet-us-core-documentreference-type.json │ │ ├── ValueSet-us-core-encounter-type.json │ │ ├── ValueSet-us-core-medication-codes.json │ │ ├── ValueSet-us-core-narrative-status.json │ │ ├── ValueSet-us-core-ndc-vaccine-codes.json │ │ ├── ValueSet-us-core-observation-smoking-status-status.json │ │ ├── ValueSet-us-core-observation-smokingstatus.json │ │ ├── ValueSet-us-core-observation-value-codes.json │ │ ├── ValueSet-us-core-procedure-code.json │ │ ├── ValueSet-us-core-procedure-icd10pcs.json │ │ ├── ValueSet-us-core-provenance-participant-type.json │ │ ├── ValueSet-us-core-provider-role.json │ │ ├── ValueSet-us-core-provider-specialty.json │ │ ├── ValueSet-us-core-smoking-status-observation-codes.json │ │ ├── ValueSet-us-core-usps-state.json │ │ ├── ValueSet-us-core-vaccines-cvx.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.108.12.1001.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.108.12.1020.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.108.12.1038.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.108.12.1039.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.198.12.1010.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.198.12.1011.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.198.12.1019.json │ │ ├── valueset-active-condition.xml │ │ ├── valueset-inactive-condition.xml │ │ └── valueset-marital-status.json ├── 70 │ ├── AuthoringPatterns.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── AuthoringPatterns.cql │ │ ├── CQMCommon.cql │ │ ├── FHIRHelpers.cql │ │ ├── ProfilePatterns.cql │ │ ├── QICoreCommon.cql │ │ ├── QICoreCommonTests.cql │ │ ├── QICorePatterns.cql │ │ ├── TestRuntimeOverloads.cql │ │ └── UsagePatterns.cql │ │ ├── tests │ │ ├── library │ │ │ ├── QICoreCommonTests │ │ │ │ └── example │ │ │ │ │ ├── AdverseEvent │ │ │ │ │ └── AdverseEvent-example.json │ │ │ │ │ ├── AllergyIntolerance │ │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ │ ├── BodyStructure │ │ │ │ │ └── BodyStructure-example.json │ │ │ │ │ ├── CarePlan │ │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ │ └── CarePlan-example.json │ │ │ │ │ ├── CareTeam │ │ │ │ │ └── CareTeam-example.json │ │ │ │ │ ├── Claim │ │ │ │ │ └── Claim-example.json │ │ │ │ │ ├── Communication │ │ │ │ │ ├── Communication-example.json │ │ │ │ │ └── Communication-negation-example.json │ │ │ │ │ ├── CommunicationRequest │ │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ │ ├── Condition │ │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ │ ├── Condition-example.json │ │ │ │ │ └── Condition-hc1.json │ │ │ │ │ ├── Coverage │ │ │ │ │ └── Coverage-example.json │ │ │ │ │ ├── Device │ │ │ │ │ ├── Device-example.json │ │ │ │ │ ├── Device-udi-1.json │ │ │ │ │ ├── Device-udi-2.json │ │ │ │ │ └── Device-udi-3.json │ │ │ │ │ ├── DeviceRequest │ │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ │ ├── DeviceUseStatement │ │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ │ ├── DiagnosticReport │ │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ │ ├── DocumentReference │ │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ │ ├── Encounter │ │ │ │ │ ├── Encounter-1036.json │ │ │ │ │ ├── Encounter-example-1.json │ │ │ │ │ └── Encounter-example.json │ │ │ │ │ ├── FamilyMemberHistory │ │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ │ ├── Flag │ │ │ │ │ └── Flag-example.json │ │ │ │ │ ├── Goal │ │ │ │ │ ├── Goal-example.json │ │ │ │ │ └── Goal-goal-1.json │ │ │ │ │ ├── ImagingStudy │ │ │ │ │ └── ImagingStudy-example.json │ │ │ │ │ ├── Immunization │ │ │ │ │ ├── Immunization-example.json │ │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ │ └── Immunization-negation-example.json │ │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ │ ├── ImplementationGuide │ │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ │ ├── Location │ │ │ │ │ ├── Location-example.json │ │ │ │ │ └── Location-hl7east.json │ │ │ │ │ ├── Medication │ │ │ │ │ ├── Medication-example.json │ │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ │ ├── MedicationAdmnistration │ │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ │ ├── MedicationDispense │ │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ │ ├── MedicationRequest │ │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ │ ├── MedicationStatement │ │ │ │ │ └── MedicationStatement-example.json │ │ │ │ │ ├── NutritionOrder │ │ │ │ │ └── NutritionOrder-example.json │ │ │ │ │ ├── Observation │ │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ │ ├── Observation-bmi.json │ │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ │ ├── Observation-bun.json │ │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ │ ├── Observation-example.json │ │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ │ ├── Observation-height.json │ │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ │ ├── Observation-length.json │ │ │ │ │ ├── Observation-mchc.json │ │ │ │ │ ├── Observation-negation-example.json │ │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ │ ├── Observation-temperature.json │ │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ │ ├── Observation-urine-color.json │ │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ │ ├── Observation-usg.json │ │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ │ └── Observation-weight.json │ │ │ │ │ ├── Organization │ │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ │ ├── Organization-example.json │ │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ │ ├── Patient │ │ │ │ │ └── Patient-example.json │ │ │ │ │ ├── Practitioner │ │ │ │ │ ├── Practitioner-example.json │ │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ │ ├── PractitionerRole │ │ │ │ │ └── PractitionerRole-example.json │ │ │ │ │ ├── Procedure │ │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ │ ├── Procedure-example.json │ │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ │ └── Procedure-rehab.json │ │ │ │ │ ├── RelatedPerson │ │ │ │ │ └── RelatedPerson-example.json │ │ │ │ │ ├── ServiceRequest │ │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ │ ├── Specimen │ │ │ │ │ └── Specimen-example.json │ │ │ │ │ ├── Substance │ │ │ │ │ └── Substance-example.json │ │ │ │ │ ├── Task │ │ │ │ │ └── Task-example.json │ │ │ │ │ ├── tests-AdverseEvent-bundle.json │ │ │ │ │ ├── tests-AllergyIntolerance-bundle.json │ │ │ │ │ ├── tests-BodyStructure-bundle.json │ │ │ │ │ ├── tests-CarePlan-bundle.json │ │ │ │ │ ├── tests-CareTeam-bundle.json │ │ │ │ │ ├── tests-Claim-bundle.json │ │ │ │ │ ├── tests-Communication-bundle.json │ │ │ │ │ ├── tests-CommunicationRequest-bundle.json │ │ │ │ │ ├── tests-Condition-bundle.json │ │ │ │ │ ├── tests-Coverage-bundle.json │ │ │ │ │ ├── tests-Device-bundle.json │ │ │ │ │ ├── tests-DeviceRequest-bundle.json │ │ │ │ │ ├── tests-DeviceUseStatement-bundle.json │ │ │ │ │ ├── tests-DiagnosticReport-bundle.json │ │ │ │ │ ├── tests-DocumentReference-bundle.json │ │ │ │ │ ├── tests-Encounter-bundle.json │ │ │ │ │ ├── tests-FamilyMemberHistory-bundle.json │ │ │ │ │ ├── tests-Flag-bundle.json │ │ │ │ │ ├── tests-Goal-bundle.json │ │ │ │ │ ├── tests-ImagingStudy-bundle.json │ │ │ │ │ ├── tests-Immunization-bundle.json │ │ │ │ │ ├── tests-ImmunizationEvaluation-bundle.json │ │ │ │ │ ├── tests-ImmunizationRecommendation-bundle.json │ │ │ │ │ ├── tests-ImplementationGuide-bundle.json │ │ │ │ │ ├── tests-Location-bundle.json │ │ │ │ │ ├── tests-Medication-bundle.json │ │ │ │ │ ├── tests-MedicationAdmnistration-bundle.json │ │ │ │ │ ├── tests-MedicationDispense-bundle.json │ │ │ │ │ ├── tests-MedicationRequest-bundle.json │ │ │ │ │ ├── tests-MedicationStatement-bundle.json │ │ │ │ │ ├── tests-NutritionOrder-bundle.json │ │ │ │ │ ├── tests-Observation-bundle.json │ │ │ │ │ ├── tests-Organization-bundle.json │ │ │ │ │ ├── tests-Patient-bundle.json │ │ │ │ │ ├── tests-Practitioner-bundle.json │ │ │ │ │ ├── tests-PractitionerRole-bundle.json │ │ │ │ │ ├── tests-Procedure-bundle.json │ │ │ │ │ ├── tests-RelatedPerson-bundle.json │ │ │ │ │ ├── tests-ServiceRequest-bundle.json │ │ │ │ │ ├── tests-Specimen-bundle.json │ │ │ │ │ ├── tests-Substance-bundle.json │ │ │ │ │ └── tests-Task-bundle.json │ │ │ └── QuestionnaireExtraction │ │ │ │ └── example │ │ │ │ ├── Patient-example.json │ │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── results │ │ │ └── TestRuntimeOverloads.txt │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 71 │ ├── Operators.md │ ├── QuantityCalculations.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── Operators.cql │ │ └── OperatorsKey.cql │ │ ├── tests │ │ └── results │ │ │ └── OperatorsKey.txt │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 72 │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── AuthoringPatterns.cql │ │ ├── CQMCommon.cql │ │ ├── FHIRHelpers.cql │ │ ├── ProfilePatterns.cql │ │ ├── QICoreCommon.cql │ │ ├── QICoreCommonTests.cql │ │ ├── QICorePatterns.cql │ │ ├── Queries.cql │ │ └── UsagePatterns.cql │ │ ├── tests │ │ ├── library │ │ │ ├── QICoreCommonTests │ │ │ │ └── example │ │ │ │ │ ├── AdverseEvent │ │ │ │ │ └── AdverseEvent-example.json │ │ │ │ │ ├── AllergyIntolerance │ │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ │ ├── BodyStructure │ │ │ │ │ └── BodyStructure-example.json │ │ │ │ │ ├── CarePlan │ │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ │ └── CarePlan-example.json │ │ │ │ │ ├── CareTeam │ │ │ │ │ └── CareTeam-example.json │ │ │ │ │ ├── Claim │ │ │ │ │ └── Claim-example.json │ │ │ │ │ ├── Communication │ │ │ │ │ ├── Communication-example.json │ │ │ │ │ └── Communication-negation-example.json │ │ │ │ │ ├── CommunicationRequest │ │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ │ ├── Condition │ │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ │ ├── Condition-example.json │ │ │ │ │ └── Condition-hc1.json │ │ │ │ │ ├── Coverage │ │ │ │ │ └── Coverage-example.json │ │ │ │ │ ├── Device │ │ │ │ │ ├── Device-example.json │ │ │ │ │ ├── Device-udi-1.json │ │ │ │ │ ├── Device-udi-2.json │ │ │ │ │ └── Device-udi-3.json │ │ │ │ │ ├── DeviceRequest │ │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ │ ├── DeviceUseStatement │ │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ │ ├── DiagnosticReport │ │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ │ ├── DocumentReference │ │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ │ ├── Encounter │ │ │ │ │ ├── Encounter-1.json │ │ │ │ │ ├── Encounter-1036.json │ │ │ │ │ ├── Encounter-2.json │ │ │ │ │ ├── Encounter-3.json │ │ │ │ │ ├── Encounter-4.json │ │ │ │ │ ├── Encounter-5.json │ │ │ │ │ ├── Encounter-6.json │ │ │ │ │ ├── Encounter-7.json │ │ │ │ │ ├── Encounter-8.json │ │ │ │ │ ├── Encounter-example-1.json │ │ │ │ │ └── Encounter-example.json │ │ │ │ │ ├── FamilyMemberHistory │ │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ │ ├── Flag │ │ │ │ │ └── Flag-example.json │ │ │ │ │ ├── Goal │ │ │ │ │ ├── Goal-example.json │ │ │ │ │ └── Goal-goal-1.json │ │ │ │ │ ├── ImagingStudy │ │ │ │ │ └── ImagingStudy-example.json │ │ │ │ │ ├── Immunization │ │ │ │ │ ├── Immunization-example.json │ │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ │ └── Immunization-negation-example.json │ │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ │ ├── ImplementationGuide │ │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ │ ├── Location │ │ │ │ │ ├── Location-example.json │ │ │ │ │ └── Location-hl7east.json │ │ │ │ │ ├── Medication │ │ │ │ │ ├── Medication-example.json │ │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ │ ├── MedicationAdmnistration │ │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ │ ├── MedicationDispense │ │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ │ ├── MedicationRequest │ │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ │ ├── MedicationStatement │ │ │ │ │ └── MedicationStatement-example.json │ │ │ │ │ ├── NutritionOrder │ │ │ │ │ └── NutritionOrder-example.json │ │ │ │ │ ├── Observation │ │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ │ ├── Observation-bmi.json │ │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ │ ├── Observation-bun.json │ │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ │ ├── Observation-example.json │ │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ │ ├── Observation-height.json │ │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ │ ├── Observation-length.json │ │ │ │ │ ├── Observation-mchc.json │ │ │ │ │ ├── Observation-negation-example.json │ │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ │ ├── Observation-temperature.json │ │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ │ ├── Observation-urine-color.json │ │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ │ ├── Observation-usg.json │ │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ │ └── Observation-weight.json │ │ │ │ │ ├── Organization │ │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ │ ├── Organization-example.json │ │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ │ ├── Patient │ │ │ │ │ └── Patient-example.json │ │ │ │ │ ├── Practitioner │ │ │ │ │ ├── Practitioner-example.json │ │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ │ ├── PractitionerRole │ │ │ │ │ └── PractitionerRole-example.json │ │ │ │ │ ├── Procedure │ │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ │ ├── Procedure-example.json │ │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ │ └── Procedure-rehab.json │ │ │ │ │ ├── RelatedPerson │ │ │ │ │ └── RelatedPerson-example.json │ │ │ │ │ ├── ServiceRequest │ │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ │ ├── Specimen │ │ │ │ │ └── Specimen-example.json │ │ │ │ │ ├── Substance │ │ │ │ │ └── Substance-example.json │ │ │ │ │ └── Task │ │ │ │ │ └── Task-example.json │ │ │ ├── Queries │ │ │ │ └── example │ │ │ │ │ ├── AdverseEvent-example.json │ │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ │ ├── AllergyIntolerance-example.json │ │ │ │ │ ├── BodyStructure-example.json │ │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ │ ├── CarePlan-example.json │ │ │ │ │ ├── CareTeam-example.json │ │ │ │ │ ├── Claim-example.json │ │ │ │ │ ├── Communication-example.json │ │ │ │ │ ├── Communication-negation-example.json │ │ │ │ │ ├── CommunicationRequest-example.json │ │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ │ ├── Condition-example.json │ │ │ │ │ ├── Condition-hc1.json │ │ │ │ │ ├── Coverage-example.json │ │ │ │ │ ├── Device-example.json │ │ │ │ │ ├── Device-udi-1.json │ │ │ │ │ ├── Device-udi-2.json │ │ │ │ │ ├── Device-udi-3.json │ │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ │ ├── DeviceRequest-negation-example.json │ │ │ │ │ ├── DeviceUseStatement-example.json │ │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ │ ├── DiagnosticReport-urinalysis.json │ │ │ │ │ ├── DocumentReference-episode-summary.json │ │ │ │ │ ├── Encounter-1.json │ │ │ │ │ ├── Encounter-1036.json │ │ │ │ │ ├── Encounter-2.json │ │ │ │ │ ├── Encounter-3.json │ │ │ │ │ ├── Encounter-4.json │ │ │ │ │ ├── Encounter-5.json │ │ │ │ │ ├── Encounter-6.json │ │ │ │ │ ├── Encounter-7.json │ │ │ │ │ ├── Encounter-8.json │ │ │ │ │ ├── Encounter-example-1.json │ │ │ │ │ ├── Encounter-example.json │ │ │ │ │ ├── FamilyMemberHistory-example.json │ │ │ │ │ ├── Flag-example.json │ │ │ │ │ ├── Goal-example.json │ │ │ │ │ ├── Goal-goal-1.json │ │ │ │ │ ├── ImagingStudy-example.json │ │ │ │ │ ├── Immunization-example.json │ │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ │ ├── Immunization-negation-example.json │ │ │ │ │ ├── ImmunizationEvaluation-example.json │ │ │ │ │ ├── ImmunizationRecommendation-example.json │ │ │ │ │ ├── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ │ ├── Location-example.json │ │ │ │ │ ├── Location-hl7east.json │ │ │ │ │ ├── Medication-example.json │ │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ │ ├── Medication-uscore-med2.json │ │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ │ ├── MedicationAdministration-negation-example.json │ │ │ │ │ ├── MedicationAdministration-parenteral-anticoagulant-2.json │ │ │ │ │ ├── MedicationAdministration-parenteral-anticoagulant.json │ │ │ │ │ ├── MedicationAdministration-warfarin-2.json │ │ │ │ │ ├── MedicationAdministration-warfarin.json │ │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ │ ├── MedicationDispense-negation-example.json │ │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ │ ├── MedicationRequest-uscore-mo2.json │ │ │ │ │ ├── MedicationStatement-example.json │ │ │ │ │ ├── NutritionOrder-example.json │ │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ │ ├── Observation-bmi.json │ │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ │ ├── Observation-bun.json │ │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ │ ├── Observation-example.json │ │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ │ ├── Observation-height.json │ │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ │ ├── Observation-inr-1.json │ │ │ │ │ ├── Observation-inr-2.json │ │ │ │ │ ├── Observation-inr-3.json │ │ │ │ │ ├── Observation-inr-4.json │ │ │ │ │ ├── Observation-inr-5.json │ │ │ │ │ ├── Observation-length.json │ │ │ │ │ ├── Observation-mchc.json │ │ │ │ │ ├── Observation-negation-example.json │ │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ │ ├── Observation-temperature.json │ │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ │ ├── Observation-urine-color.json │ │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ │ ├── Observation-usg.json │ │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ │ ├── Observation-weight.json │ │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ │ ├── Organization-example.json │ │ │ │ │ ├── Organization-saint-luke-w-endpoint.json │ │ │ │ │ ├── Patient-example.json │ │ │ │ │ ├── Practitioner-example.json │ │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ │ ├── Practitioner-practitioner-2.json │ │ │ │ │ ├── PractitionerRole-example.json │ │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ │ ├── Procedure-example.json │ │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ │ ├── Procedure-rehab.json │ │ │ │ │ ├── RelatedPerson-example.json │ │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ │ ├── ServiceRequest-referral-example.json │ │ │ │ │ ├── Specimen-example.json │ │ │ │ │ ├── Substance-example.json │ │ │ │ │ └── Task-example.json │ │ │ └── QuestionnaireExtraction │ │ │ │ └── example │ │ │ │ ├── Patient-example.json │ │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── results │ │ │ └── Queries.txt │ │ └── vocabulary │ │ ├── CodeSystem │ │ ├── CodeSystem-appropriateness-score.json │ │ ├── CodeSystem-careplan-category.json │ │ ├── CodeSystem-cdcrec.json │ │ ├── CodeSystem-communication-medium.json │ │ ├── CodeSystem-condition-category.json │ │ ├── CodeSystem-condition-criticality.json │ │ ├── CodeSystem-diagnosticorder-precondition.json │ │ ├── CodeSystem-observation-verification.json │ │ ├── CodeSystem-us-core-documentreference-category.json │ │ └── CodeSystem-us-core-provenance-participant-type.json │ │ └── valueset │ │ ├── README.md │ │ ├── ecqm │ │ ├── valueset-2.16.840.1.113883.3.117.1.7.1.213.json │ │ ├── valueset-2.16.840.1.113883.3.117.1.7.1.232.json │ │ ├── valueset-2.16.840.1.113883.3.1171.1.7.1.266.json │ │ └── valueset-2.16.840.1.113883.3.464.1003.101.12.1001.json │ │ └── qicore │ │ ├── ValueSet-birthsex.json │ │ ├── ValueSet-detailed-ethnicity.json │ │ ├── ValueSet-detailed-race.json │ │ ├── ValueSet-omb-ethnicity-category.json │ │ ├── ValueSet-omb-race-category.json │ │ ├── ValueSet-qicore-allergyintolerance-reason-refuted.json │ │ ├── ValueSet-qicore-appropriateness-score.json │ │ ├── ValueSet-qicore-bodystructure-precoordinated.json │ │ ├── ValueSet-qicore-communication-reason-not-performed.json │ │ ├── ValueSet-qicore-condition-certainty.json │ │ ├── ValueSet-qicore-condition-criticality.json │ │ ├── ValueSet-qicore-condition-stage.json │ │ ├── ValueSet-qicore-encounter-canceled-reason.json │ │ ├── ValueSet-qicore-encounter-condition-role.json │ │ ├── ValueSet-qicore-flag-category.json │ │ ├── ValueSet-qicore-goal-reason-rejected.json │ │ ├── ValueSet-qicore-medication-dose-type.json │ │ ├── ValueSet-qicore-negation-reason.json │ │ ├── ValueSet-qicore-observation-body-position.json │ │ ├── ValueSet-qicore-observation-delta.json │ │ ├── ValueSet-qicore-observation-verification.json │ │ ├── ValueSet-qicore-patient-disability.json │ │ ├── ValueSet-qicore-priority.json │ │ ├── ValueSet-qicore-procedure-type.json │ │ ├── ValueSet-qicore-servicerequest-reason-rejected.json │ │ ├── ValueSet-simple-language.json │ │ ├── ValueSet-us-core-allergy-substance.json │ │ ├── ValueSet-us-core-careteam-provider-roles.json │ │ ├── ValueSet-us-core-clinical-note-type.json │ │ ├── ValueSet-us-core-condition-category.json │ │ ├── ValueSet-us-core-condition-code.json │ │ ├── ValueSet-us-core-diagnosticreport-category.json │ │ ├── ValueSet-us-core-diagnosticreport-lab-codes.json │ │ ├── ValueSet-us-core-diagnosticreport-report-and-note-codes.json │ │ ├── ValueSet-us-core-documentreference-category.json │ │ ├── ValueSet-us-core-documentreference-type.json │ │ ├── ValueSet-us-core-encounter-type.json │ │ ├── ValueSet-us-core-medication-codes.json │ │ ├── ValueSet-us-core-narrative-status.json │ │ ├── ValueSet-us-core-ndc-vaccine-codes.json │ │ ├── ValueSet-us-core-observation-smoking-status-status.json │ │ ├── ValueSet-us-core-observation-smokingstatus.json │ │ ├── ValueSet-us-core-observation-value-codes.json │ │ ├── ValueSet-us-core-procedure-code.json │ │ ├── ValueSet-us-core-procedure-icd10pcs.json │ │ ├── ValueSet-us-core-provenance-participant-type.json │ │ ├── ValueSet-us-core-provider-role.json │ │ ├── ValueSet-us-core-provider-specialty.json │ │ ├── ValueSet-us-core-smoking-status-observation-codes.json │ │ ├── ValueSet-us-core-usps-state.json │ │ ├── ValueSet-us-core-vaccines-cvx.json │ │ └── valueset-marital-status.json ├── 73 │ ├── AuthoringPatterns.md │ ├── Scenarios.md │ ├── TestPJMCQLIT347ADHD-DiagnosticToolDemo │ │ └── input │ │ │ ├── cql │ │ │ └── TestPJMCQLIT347ADHD.cql │ │ │ ├── tests │ │ │ ├── measure │ │ │ │ └── TestPJMCQLIT347ADHD │ │ │ │ │ ├── IPPass-QualifyingEncounterDayOfIPSD │ │ │ │ │ └── IPPass-QualifyingEncounterDayOfIPSD.json │ │ │ │ │ ├── IPPass-QualifyingEncounterDayOfIPSDdays │ │ │ │ │ └── IPPass-QualifyingEncounterDayOfIPSDdays.json │ │ │ │ │ └── IPPass-QualifyingEncounterDayOfIPSDucum │ │ │ │ │ └── IPPass-QualifyingEncounterDayOfIPSDucum.json │ │ │ └── results │ │ │ │ └── TestPJMCQLIT347ADHD.txt │ │ │ └── vocabulary │ │ │ └── valueset │ │ │ └── external │ │ │ ├── valueset-2.16.840.1.113883.3.117.1.7.1.323.json │ │ │ ├── valueset-2.16.840.1.113883.3.117.1.7.1.325.json │ │ │ ├── valueset-2.16.840.1.113883.3.117.1.7.1.344.json │ │ │ ├── valueset-2.16.840.1.113883.3.117.1.7.1.346.json │ │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.11.1005.json │ │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.11.1264.json │ │ │ ├── valueset-2.16.840.1.113883.3.464.1003.1170.json │ │ │ ├── valueset-2.16.840.1.113883.3.464.1003.1171.json │ │ │ ├── valueset-2.16.840.1.113883.3.464.1003.1172.json │ │ │ └── valueset-2.16.840.1.113883.3.464.1003.1173.json │ ├── Troubleshooting.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── ADHDMeasure.cql │ │ ├── CQMCommon.cql │ │ ├── CumulativeMedicationDuration.cql │ │ ├── FHIRHelpers.cql │ │ ├── Hospice.cql │ │ ├── QICoreCommon.cql │ │ ├── QICoreCommonTests.cql │ │ ├── StatusFHIR.cql │ │ ├── SupplementalDataElements.cql │ │ └── Troubleshooting.cql │ │ ├── tests │ │ ├── library │ │ │ ├── QICoreCommonTests │ │ │ │ └── example │ │ │ │ │ ├── AdverseEvent │ │ │ │ │ └── AdverseEvent-example.json │ │ │ │ │ ├── AllergyIntolerance │ │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ │ ├── BodyStructure │ │ │ │ │ └── BodyStructure-example.json │ │ │ │ │ ├── CarePlan │ │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ │ └── CarePlan-example.json │ │ │ │ │ ├── CareTeam │ │ │ │ │ └── CareTeam-example.json │ │ │ │ │ ├── Claim │ │ │ │ │ └── Claim-example.json │ │ │ │ │ ├── Communication │ │ │ │ │ ├── Communication-example.json │ │ │ │ │ └── Communication-negation-example.json │ │ │ │ │ ├── CommunicationRequest │ │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ │ ├── Condition │ │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ │ ├── Condition-example.json │ │ │ │ │ └── Condition-hc1.json │ │ │ │ │ ├── Coverage │ │ │ │ │ └── Coverage-example.json │ │ │ │ │ ├── Device │ │ │ │ │ ├── Device-example.json │ │ │ │ │ ├── Device-udi-1.json │ │ │ │ │ ├── Device-udi-2.json │ │ │ │ │ └── Device-udi-3.json │ │ │ │ │ ├── DeviceRequest │ │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ │ ├── DeviceUseStatement │ │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ │ ├── DiagnosticReport │ │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ │ ├── DocumentReference │ │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ │ ├── Encounter │ │ │ │ │ ├── Encounter-1036.json │ │ │ │ │ ├── Encounter-example-1.json │ │ │ │ │ └── Encounter-example.json │ │ │ │ │ ├── FamilyMemberHistory │ │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ │ ├── Flag │ │ │ │ │ └── Flag-example.json │ │ │ │ │ ├── Goal │ │ │ │ │ ├── Goal-example.json │ │ │ │ │ └── Goal-goal-1.json │ │ │ │ │ ├── ImagingStudy │ │ │ │ │ └── ImagingStudy-example.json │ │ │ │ │ ├── Immunization │ │ │ │ │ ├── Immunization-example.json │ │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ │ └── Immunization-negation-example.json │ │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ │ ├── ImplementationGuide │ │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ │ ├── Location │ │ │ │ │ ├── Location-example.json │ │ │ │ │ └── Location-hl7east.json │ │ │ │ │ ├── Medication │ │ │ │ │ ├── Medication-example.json │ │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ │ ├── MedicationAdmnistration │ │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ │ ├── MedicationDispense │ │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ │ ├── MedicationRequest │ │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ │ ├── MedicationStatement │ │ │ │ │ └── MedicationStatement-example.json │ │ │ │ │ ├── NutritionOrder │ │ │ │ │ └── NutritionOrder-example.json │ │ │ │ │ ├── Observation │ │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ │ ├── Observation-bmi.json │ │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ │ ├── Observation-bun.json │ │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ │ ├── Observation-example.json │ │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ │ ├── Observation-height.json │ │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ │ ├── Observation-length.json │ │ │ │ │ ├── Observation-mchc.json │ │ │ │ │ ├── Observation-negation-example.json │ │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ │ ├── Observation-temperature.json │ │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ │ ├── Observation-urine-color.json │ │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ │ ├── Observation-usg.json │ │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ │ └── Observation-weight.json │ │ │ │ │ ├── Organization │ │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ │ ├── Organization-example.json │ │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ │ ├── Patient │ │ │ │ │ └── Patient-example.json │ │ │ │ │ ├── Practitioner │ │ │ │ │ ├── Practitioner-example.json │ │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ │ ├── PractitionerRole │ │ │ │ │ └── PractitionerRole-example.json │ │ │ │ │ ├── Procedure │ │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ │ ├── Procedure-example.json │ │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ │ └── Procedure-rehab.json │ │ │ │ │ ├── RelatedPerson │ │ │ │ │ └── RelatedPerson-example.json │ │ │ │ │ ├── ServiceRequest │ │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ │ ├── Specimen │ │ │ │ │ └── Specimen-example.json │ │ │ │ │ ├── Substance │ │ │ │ │ └── Substance-example.json │ │ │ │ │ ├── Task │ │ │ │ │ └── Task-example.json │ │ │ │ │ ├── tests-AdverseEvent-bundle.json │ │ │ │ │ ├── tests-AllergyIntolerance-bundle.json │ │ │ │ │ ├── tests-BodyStructure-bundle.json │ │ │ │ │ ├── tests-CarePlan-bundle.json │ │ │ │ │ ├── tests-CareTeam-bundle.json │ │ │ │ │ ├── tests-Claim-bundle.json │ │ │ │ │ ├── tests-Communication-bundle.json │ │ │ │ │ ├── tests-CommunicationRequest-bundle.json │ │ │ │ │ ├── tests-Condition-bundle.json │ │ │ │ │ ├── tests-Coverage-bundle.json │ │ │ │ │ ├── tests-Device-bundle.json │ │ │ │ │ ├── tests-DeviceRequest-bundle.json │ │ │ │ │ ├── tests-DeviceUseStatement-bundle.json │ │ │ │ │ ├── tests-DiagnosticReport-bundle.json │ │ │ │ │ ├── tests-DocumentReference-bundle.json │ │ │ │ │ ├── tests-Encounter-bundle.json │ │ │ │ │ ├── tests-FamilyMemberHistory-bundle.json │ │ │ │ │ ├── tests-Flag-bundle.json │ │ │ │ │ ├── tests-Goal-bundle.json │ │ │ │ │ ├── tests-ImagingStudy-bundle.json │ │ │ │ │ ├── tests-Immunization-bundle.json │ │ │ │ │ ├── tests-ImmunizationEvaluation-bundle.json │ │ │ │ │ ├── tests-ImmunizationRecommendation-bundle.json │ │ │ │ │ ├── tests-ImplementationGuide-bundle.json │ │ │ │ │ ├── tests-Location-bundle.json │ │ │ │ │ ├── tests-Medication-bundle.json │ │ │ │ │ ├── tests-MedicationAdmnistration-bundle.json │ │ │ │ │ ├── tests-MedicationDispense-bundle.json │ │ │ │ │ ├── tests-MedicationRequest-bundle.json │ │ │ │ │ ├── tests-MedicationStatement-bundle.json │ │ │ │ │ ├── tests-NutritionOrder-bundle.json │ │ │ │ │ ├── tests-Observation-bundle.json │ │ │ │ │ ├── tests-Organization-bundle.json │ │ │ │ │ ├── tests-Patient-bundle.json │ │ │ │ │ ├── tests-Practitioner-bundle.json │ │ │ │ │ ├── tests-PractitionerRole-bundle.json │ │ │ │ │ ├── tests-Procedure-bundle.json │ │ │ │ │ ├── tests-RelatedPerson-bundle.json │ │ │ │ │ ├── tests-ServiceRequest-bundle.json │ │ │ │ │ ├── tests-Specimen-bundle.json │ │ │ │ │ ├── tests-Substance-bundle.json │ │ │ │ │ └── tests-Task-bundle.json │ │ │ └── QuestionnaireExtraction │ │ │ │ └── example │ │ │ │ ├── Patient-example.json │ │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ ├── measure │ │ │ ├── ADHDMeasure │ │ │ │ └── IPPass-QualifyingEncounterDayOfIPSD │ │ │ │ │ └── IPPass-QualifyingEncounterDayOfIPSD.json │ │ │ └── TestPJMCQLIT347ADHD │ │ │ │ ├── IPPass-QualifyingEncounterDayOfIPSD │ │ │ │ └── IPPass-QualifyingEncounterDayOfIPSD.json │ │ │ │ ├── IPPass-QualifyingEncounterDayOfIPSDdays │ │ │ │ └── IPPass-QualifyingEncounterDayOfIPSDdays.json │ │ │ │ └── IPPass-QualifyingEncounterDayOfIPSDucum │ │ │ │ └── IPPass-QualifyingEncounterDayOfIPSDucum.json │ │ └── results │ │ │ ├── ADHDMeasure.txt │ │ │ ├── TestPJMCQLIT347ADHD.txt │ │ │ └── Troubleshooting.txt │ │ └── vocabulary │ │ └── valueset │ │ ├── README.md │ │ └── external │ │ ├── valueset-2.16.840.1.113883.3.117.1.7.1.323.json │ │ ├── valueset-2.16.840.1.113883.3.117.1.7.1.325.json │ │ ├── valueset-2.16.840.1.113883.3.117.1.7.1.344.json │ │ ├── valueset-2.16.840.1.113883.3.117.1.7.1.346.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.1003.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.11.1005.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.11.1264.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.12.1001.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.12.1002.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.12.1008.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.12.1016.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.12.1022.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.12.1024.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.12.1026.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.12.1027.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.12.1054.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.12.1055.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.12.1080.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.101.12.1089.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.1170.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.1171.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.1172.json │ │ ├── valueset-2.16.840.1.113883.3.464.1003.1173.json │ │ ├── valueset-2.16.840.1.113883.3.526.3.1492.json │ │ ├── valueset-2.16.840.1.113883.3.526.3.1496.json │ │ └── valueset-2.16.840.1.113883.3.666.5.307.json ├── 74 │ ├── FluentFunctions.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── FHIRHelpers.cql │ │ ├── USCoreCommon.cql │ │ ├── USCoreElements.cql │ │ └── USCoreTests.cql │ │ ├── tests │ │ ├── library │ │ │ └── USCoreElements │ │ │ │ └── example │ │ │ │ ├── AdverseEvent-example.json │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ ├── AllergyIntolerance-example.json │ │ │ │ ├── BodyStructure-example.json │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ ├── CarePlan-example.json │ │ │ │ ├── CareTeam-example.json │ │ │ │ ├── Claim-example.json │ │ │ │ ├── Communication-example.json │ │ │ │ ├── Communication-negation-example.json │ │ │ │ ├── CommunicationRequest-example.json │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ ├── Condition-example.json │ │ │ │ ├── Condition-hc1.json │ │ │ │ ├── Coverage-example.json │ │ │ │ ├── Device-example.json │ │ │ │ ├── Device-udi-1.json │ │ │ │ ├── Device-udi-2.json │ │ │ │ ├── Device-udi-3.json │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ ├── DeviceRequest-negation-example.json │ │ │ │ ├── DeviceUseStatement-example.json │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ ├── DiagnosticReport-urinalysis.json │ │ │ │ ├── DocumentReference-episode-summary.json │ │ │ │ ├── Encounter-1036.json │ │ │ │ ├── Encounter-example-1.json │ │ │ │ ├── Encounter-example.json │ │ │ │ ├── FamilyMemberHistory-example.json │ │ │ │ ├── Flag-example.json │ │ │ │ ├── Goal-example.json │ │ │ │ ├── Goal-goal-1.json │ │ │ │ ├── ImagingStudy-example.json │ │ │ │ ├── Immunization-example.json │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ ├── Immunization-negation-example.json │ │ │ │ ├── ImmunizationEvaluation-example.json │ │ │ │ ├── ImmunizationRecommendation-example.json │ │ │ │ ├── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ ├── Location-example.json │ │ │ │ ├── Location-hl7east.json │ │ │ │ ├── Medication-example.json │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ ├── Medication-uscore-med2.json │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ ├── MedicationAdministration-negation-example.json │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ ├── MedicationDispense-negation-example.json │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ ├── MedicationRequest-uscore-mo2.json │ │ │ │ ├── MedicationStatement-example.json │ │ │ │ ├── NutritionOrder-example.json │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-bmi.json │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ ├── Observation-bun.json │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ ├── Observation-example.json │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ ├── Observation-height.json │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ ├── Observation-length.json │ │ │ │ ├── Observation-mchc.json │ │ │ │ ├── Observation-negation-example.json │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ ├── Observation-temperature.json │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ ├── Observation-urine-color.json │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ ├── Observation-usg.json │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ ├── Observation-weight.json │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ ├── Organization-example.json │ │ │ │ ├── Organization-saint-luke-w-endpoint.json │ │ │ │ ├── Patient-example.json │ │ │ │ ├── Practitioner-example.json │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ ├── Practitioner-practitioner-2.json │ │ │ │ ├── PractitionerRole-example.json │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ ├── Procedure-example.json │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ ├── Procedure-rehab.json │ │ │ │ ├── RelatedPerson-example.json │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ ├── ServiceRequest-referral-example.json │ │ │ │ ├── Specimen-example.json │ │ │ │ ├── Substance-example.json │ │ │ │ └── Task-example.json │ │ └── results │ │ │ └── USCoreElements.txt │ │ └── vocabulary │ │ └── valueset │ │ ├── README.md │ │ └── external │ │ ├── ValueSet-birthsex.json │ │ ├── ValueSet-detailed-ethnicity.json │ │ ├── ValueSet-detailed-race.json │ │ ├── ValueSet-omb-ethnicity-category.json │ │ ├── ValueSet-omb-race-category.json │ │ ├── ValueSet-qicore-allergyintolerance-reason-refuted.json │ │ ├── ValueSet-qicore-appropriateness-score.json │ │ ├── ValueSet-qicore-bodystructure-precoordinated.json │ │ ├── ValueSet-qicore-communication-reason-not-performed.json │ │ ├── ValueSet-qicore-condition-certainty.json │ │ ├── ValueSet-qicore-condition-criticality.json │ │ ├── ValueSet-qicore-condition-stage.json │ │ ├── ValueSet-qicore-encounter-canceled-reason.json │ │ ├── ValueSet-qicore-encounter-condition-role.json │ │ ├── ValueSet-qicore-flag-category.json │ │ ├── ValueSet-qicore-goal-reason-rejected.json │ │ ├── ValueSet-qicore-medication-dose-type.json │ │ ├── ValueSet-qicore-negation-reason.json │ │ ├── ValueSet-qicore-observation-body-position.json │ │ ├── ValueSet-qicore-observation-delta.json │ │ ├── ValueSet-qicore-observation-verification.json │ │ ├── ValueSet-qicore-patient-disability.json │ │ ├── ValueSet-qicore-priority.json │ │ ├── ValueSet-qicore-procedure-type.json │ │ ├── ValueSet-qicore-servicerequest-reason-rejected.json │ │ ├── ValueSet-simple-language.json │ │ ├── ValueSet-us-core-allergy-substance.json │ │ ├── ValueSet-us-core-careteam-provider-roles.json │ │ ├── ValueSet-us-core-clinical-note-type.json │ │ ├── ValueSet-us-core-condition-category.json │ │ ├── ValueSet-us-core-condition-code.json │ │ ├── ValueSet-us-core-diagnosticreport-category.json │ │ ├── ValueSet-us-core-diagnosticreport-lab-codes.json │ │ ├── ValueSet-us-core-diagnosticreport-report-and-note-codes.json │ │ ├── ValueSet-us-core-documentreference-category.json │ │ ├── ValueSet-us-core-documentreference-type.json │ │ ├── ValueSet-us-core-encounter-type.json │ │ ├── ValueSet-us-core-medication-codes.json │ │ ├── ValueSet-us-core-narrative-status.json │ │ ├── ValueSet-us-core-ndc-vaccine-codes.json │ │ ├── ValueSet-us-core-observation-smoking-status-status.json │ │ ├── ValueSet-us-core-observation-smokingstatus.json │ │ ├── ValueSet-us-core-observation-value-codes.json │ │ ├── ValueSet-us-core-procedure-code.json │ │ ├── ValueSet-us-core-procedure-icd10pcs.json │ │ ├── ValueSet-us-core-provenance-participant-type.json │ │ ├── ValueSet-us-core-provider-role.json │ │ ├── ValueSet-us-core-provider-specialty.json │ │ ├── ValueSet-us-core-smoking-status-observation-codes.json │ │ ├── ValueSet-us-core-usps-state.json │ │ ├── ValueSet-us-core-vaccines-cvx.json │ │ └── valueset-marital-status.json ├── 75 │ ├── IntervalsAndLists.md │ ├── _Agenda.md │ ├── images │ │ ├── comparing-intervals.png │ │ ├── interval-collapse.png │ │ ├── interval-collapsed.png │ │ ├── interval-computation.png │ │ ├── interval-starts-before-start.png │ │ ├── interval-starts-before.png │ │ ├── interval-starts-within.png │ │ ├── list-comparison.png │ │ ├── list-computation.png │ │ ├── list-except.png │ │ ├── list-intersect.png │ │ └── list-union.png │ └── input │ │ ├── cql │ │ ├── FHIRHelpers.cql │ │ ├── IntervalsAndLists.cql │ │ └── Scratchpad.cql │ │ ├── tests │ │ ├── library │ │ │ ├── QICoreCommonTests │ │ │ │ └── example │ │ │ │ │ ├── AdverseEvent │ │ │ │ │ └── AdverseEvent-example.json │ │ │ │ │ ├── AllergyIntolerance │ │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ │ ├── BodyStructure │ │ │ │ │ └── BodyStructure-example.json │ │ │ │ │ ├── CarePlan │ │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ │ └── CarePlan-example.json │ │ │ │ │ ├── CareTeam │ │ │ │ │ └── CareTeam-example.json │ │ │ │ │ ├── Claim │ │ │ │ │ └── Claim-example.json │ │ │ │ │ ├── Communication │ │ │ │ │ ├── Communication-example.json │ │ │ │ │ └── Communication-negation-example.json │ │ │ │ │ ├── CommunicationRequest │ │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ │ ├── Condition │ │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ │ ├── Condition-example.json │ │ │ │ │ └── Condition-hc1.json │ │ │ │ │ ├── Coverage │ │ │ │ │ └── Coverage-example.json │ │ │ │ │ ├── Device │ │ │ │ │ ├── Device-example.json │ │ │ │ │ ├── Device-udi-1.json │ │ │ │ │ ├── Device-udi-2.json │ │ │ │ │ └── Device-udi-3.json │ │ │ │ │ ├── DeviceRequest │ │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ │ ├── DeviceUseStatement │ │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ │ ├── DiagnosticReport │ │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ │ ├── DocumentReference │ │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ │ ├── Encounter │ │ │ │ │ ├── Encounter-1036.json │ │ │ │ │ ├── Encounter-example-1.json │ │ │ │ │ └── Encounter-example.json │ │ │ │ │ ├── FamilyMemberHistory │ │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ │ ├── Flag │ │ │ │ │ └── Flag-example.json │ │ │ │ │ ├── Goal │ │ │ │ │ ├── Goal-example.json │ │ │ │ │ └── Goal-goal-1.json │ │ │ │ │ ├── ImagingStudy │ │ │ │ │ └── ImagingStudy-example.json │ │ │ │ │ ├── Immunization │ │ │ │ │ ├── Immunization-example.json │ │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ │ └── Immunization-negation-example.json │ │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ │ ├── ImplementationGuide │ │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ │ ├── Location │ │ │ │ │ ├── Location-example.json │ │ │ │ │ └── Location-hl7east.json │ │ │ │ │ ├── Medication │ │ │ │ │ ├── Medication-example.json │ │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ │ ├── MedicationAdmnistration │ │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ │ ├── MedicationDispense │ │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ │ ├── MedicationRequest │ │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ │ ├── MedicationStatement │ │ │ │ │ └── MedicationStatement-example.json │ │ │ │ │ ├── NutritionOrder │ │ │ │ │ └── NutritionOrder-example.json │ │ │ │ │ ├── Observation │ │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ │ ├── Observation-bmi.json │ │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ │ ├── Observation-bun.json │ │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ │ ├── Observation-example.json │ │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ │ ├── Observation-height.json │ │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ │ ├── Observation-length.json │ │ │ │ │ ├── Observation-mchc.json │ │ │ │ │ ├── Observation-negation-example.json │ │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ │ ├── Observation-temperature.json │ │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ │ ├── Observation-urine-color.json │ │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ │ ├── Observation-usg.json │ │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ │ └── Observation-weight.json │ │ │ │ │ ├── Organization │ │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ │ ├── Organization-example.json │ │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ │ ├── Patient │ │ │ │ │ └── Patient-example.json │ │ │ │ │ ├── Practitioner │ │ │ │ │ ├── Practitioner-example.json │ │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ │ ├── PractitionerRole │ │ │ │ │ └── PractitionerRole-example.json │ │ │ │ │ ├── Procedure │ │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ │ ├── Procedure-example.json │ │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ │ └── Procedure-rehab.json │ │ │ │ │ ├── RelatedPerson │ │ │ │ │ └── RelatedPerson-example.json │ │ │ │ │ ├── ServiceRequest │ │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ │ ├── Specimen │ │ │ │ │ └── Specimen-example.json │ │ │ │ │ ├── Substance │ │ │ │ │ └── Substance-example.json │ │ │ │ │ ├── Task │ │ │ │ │ └── Task-example.json │ │ │ │ │ ├── tests-AdverseEvent-bundle.json │ │ │ │ │ ├── tests-AllergyIntolerance-bundle.json │ │ │ │ │ ├── tests-BodyStructure-bundle.json │ │ │ │ │ ├── tests-CarePlan-bundle.json │ │ │ │ │ ├── tests-CareTeam-bundle.json │ │ │ │ │ ├── tests-Claim-bundle.json │ │ │ │ │ ├── tests-Communication-bundle.json │ │ │ │ │ ├── tests-CommunicationRequest-bundle.json │ │ │ │ │ ├── tests-Condition-bundle.json │ │ │ │ │ ├── tests-Coverage-bundle.json │ │ │ │ │ ├── tests-Device-bundle.json │ │ │ │ │ ├── tests-DeviceRequest-bundle.json │ │ │ │ │ ├── tests-DeviceUseStatement-bundle.json │ │ │ │ │ ├── tests-DiagnosticReport-bundle.json │ │ │ │ │ ├── tests-DocumentReference-bundle.json │ │ │ │ │ ├── tests-Encounter-bundle.json │ │ │ │ │ ├── tests-FamilyMemberHistory-bundle.json │ │ │ │ │ ├── tests-Flag-bundle.json │ │ │ │ │ ├── tests-Goal-bundle.json │ │ │ │ │ ├── tests-ImagingStudy-bundle.json │ │ │ │ │ ├── tests-Immunization-bundle.json │ │ │ │ │ ├── tests-ImmunizationEvaluation-bundle.json │ │ │ │ │ ├── tests-ImmunizationRecommendation-bundle.json │ │ │ │ │ ├── tests-ImplementationGuide-bundle.json │ │ │ │ │ ├── tests-Location-bundle.json │ │ │ │ │ ├── tests-Medication-bundle.json │ │ │ │ │ ├── tests-MedicationAdmnistration-bundle.json │ │ │ │ │ ├── tests-MedicationDispense-bundle.json │ │ │ │ │ ├── tests-MedicationRequest-bundle.json │ │ │ │ │ ├── tests-MedicationStatement-bundle.json │ │ │ │ │ ├── tests-NutritionOrder-bundle.json │ │ │ │ │ ├── tests-Observation-bundle.json │ │ │ │ │ ├── tests-Organization-bundle.json │ │ │ │ │ ├── tests-Patient-bundle.json │ │ │ │ │ ├── tests-Practitioner-bundle.json │ │ │ │ │ ├── tests-PractitionerRole-bundle.json │ │ │ │ │ ├── tests-Procedure-bundle.json │ │ │ │ │ ├── tests-RelatedPerson-bundle.json │ │ │ │ │ ├── tests-ServiceRequest-bundle.json │ │ │ │ │ ├── tests-Specimen-bundle.json │ │ │ │ │ ├── tests-Substance-bundle.json │ │ │ │ │ └── tests-Task-bundle.json │ │ │ └── QuestionnaireExtraction │ │ │ │ └── example │ │ │ │ ├── Patient-example.json │ │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── results │ │ │ └── Scratchpad.txt │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 76 │ ├── 1_DRCEncounters.md │ ├── 2_MedicationRequestWithReference.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── CQMCommon.cql │ │ ├── EncounterTest.cql │ │ ├── FHIRHelpers.cql │ │ ├── MedicationRequestTest.cql │ │ └── QICoreCommon.cql │ │ ├── tests │ │ └── library │ │ │ ├── QICoreCommonTests │ │ │ └── example │ │ │ │ ├── AdverseEvent │ │ │ │ └── AdverseEvent-example.json │ │ │ │ ├── AllergyIntolerance │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ ├── BodyStructure │ │ │ │ └── BodyStructure-example.json │ │ │ │ ├── CarePlan │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ └── CarePlan-example.json │ │ │ │ ├── CareTeam │ │ │ │ └── CareTeam-example.json │ │ │ │ ├── Claim │ │ │ │ └── Claim-example.json │ │ │ │ ├── Communication │ │ │ │ ├── Communication-example.json │ │ │ │ └── Communication-negation-example.json │ │ │ │ ├── CommunicationRequest │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ ├── Condition │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ ├── Condition-example.json │ │ │ │ └── Condition-hc1.json │ │ │ │ ├── Coverage │ │ │ │ └── Coverage-example.json │ │ │ │ ├── Device │ │ │ │ ├── Device-example.json │ │ │ │ ├── Device-udi-1.json │ │ │ │ ├── Device-udi-2.json │ │ │ │ └── Device-udi-3.json │ │ │ │ ├── DeviceRequest │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ ├── DeviceUseStatement │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ ├── DiagnosticReport │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ ├── DocumentReference │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ ├── Encounter │ │ │ │ ├── Encounter-1036.json │ │ │ │ ├── Encounter-example-1.json │ │ │ │ └── Encounter-example.json │ │ │ │ ├── FamilyMemberHistory │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ ├── Flag │ │ │ │ └── Flag-example.json │ │ │ │ ├── Goal │ │ │ │ ├── Goal-example.json │ │ │ │ └── Goal-goal-1.json │ │ │ │ ├── ImagingStudy │ │ │ │ └── ImagingStudy-example.json │ │ │ │ ├── Immunization │ │ │ │ ├── Immunization-example.json │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ └── Immunization-negation-example.json │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ ├── ImplementationGuide │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ ├── Location │ │ │ │ ├── Location-example.json │ │ │ │ └── Location-hl7east.json │ │ │ │ ├── Medication │ │ │ │ ├── Medication-example.json │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ ├── MedicationAdmnistration │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ ├── MedicationDispense │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ ├── MedicationRequest │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ ├── MedicationStatement │ │ │ │ └── MedicationStatement-example.json │ │ │ │ ├── NutritionOrder │ │ │ │ └── NutritionOrder-example.json │ │ │ │ ├── Observation │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-bmi.json │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ ├── Observation-bun.json │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ ├── Observation-example.json │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ ├── Observation-height.json │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ ├── Observation-length.json │ │ │ │ ├── Observation-mchc.json │ │ │ │ ├── Observation-negation-example.json │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ ├── Observation-temperature.json │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ ├── Observation-urine-color.json │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ ├── Observation-usg.json │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ └── Observation-weight.json │ │ │ │ ├── Organization │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ ├── Organization-example.json │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ ├── Patient │ │ │ │ └── Patient-example.json │ │ │ │ ├── Practitioner │ │ │ │ ├── Practitioner-example.json │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ ├── PractitionerRole │ │ │ │ └── PractitionerRole-example.json │ │ │ │ ├── Procedure │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ ├── Procedure-example.json │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ └── Procedure-rehab.json │ │ │ │ ├── RelatedPerson │ │ │ │ └── RelatedPerson-example.json │ │ │ │ ├── ServiceRequest │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ ├── Specimen │ │ │ │ └── Specimen-example.json │ │ │ │ ├── Substance │ │ │ │ └── Substance-example.json │ │ │ │ ├── Task │ │ │ │ └── Task-example.json │ │ │ │ ├── tests-AdverseEvent-bundle.json │ │ │ │ ├── tests-AllergyIntolerance-bundle.json │ │ │ │ ├── tests-BodyStructure-bundle.json │ │ │ │ ├── tests-CarePlan-bundle.json │ │ │ │ ├── tests-CareTeam-bundle.json │ │ │ │ ├── tests-Claim-bundle.json │ │ │ │ ├── tests-Communication-bundle.json │ │ │ │ ├── tests-CommunicationRequest-bundle.json │ │ │ │ ├── tests-Condition-bundle.json │ │ │ │ ├── tests-Coverage-bundle.json │ │ │ │ ├── tests-Device-bundle.json │ │ │ │ ├── tests-DeviceRequest-bundle.json │ │ │ │ ├── tests-DeviceUseStatement-bundle.json │ │ │ │ ├── tests-DiagnosticReport-bundle.json │ │ │ │ ├── tests-DocumentReference-bundle.json │ │ │ │ ├── tests-Encounter-bundle.json │ │ │ │ ├── tests-FamilyMemberHistory-bundle.json │ │ │ │ ├── tests-Flag-bundle.json │ │ │ │ ├── tests-Goal-bundle.json │ │ │ │ ├── tests-ImagingStudy-bundle.json │ │ │ │ ├── tests-Immunization-bundle.json │ │ │ │ ├── tests-ImmunizationEvaluation-bundle.json │ │ │ │ ├── tests-ImmunizationRecommendation-bundle.json │ │ │ │ ├── tests-ImplementationGuide-bundle.json │ │ │ │ ├── tests-Location-bundle.json │ │ │ │ ├── tests-Medication-bundle.json │ │ │ │ ├── tests-MedicationAdmnistration-bundle.json │ │ │ │ ├── tests-MedicationDispense-bundle.json │ │ │ │ ├── tests-MedicationRequest-bundle.json │ │ │ │ ├── tests-MedicationStatement-bundle.json │ │ │ │ ├── tests-NutritionOrder-bundle.json │ │ │ │ ├── tests-Observation-bundle.json │ │ │ │ ├── tests-Organization-bundle.json │ │ │ │ ├── tests-Patient-bundle.json │ │ │ │ ├── tests-Practitioner-bundle.json │ │ │ │ ├── tests-PractitionerRole-bundle.json │ │ │ │ ├── tests-Procedure-bundle.json │ │ │ │ ├── tests-RelatedPerson-bundle.json │ │ │ │ ├── tests-ServiceRequest-bundle.json │ │ │ │ ├── tests-Specimen-bundle.json │ │ │ │ ├── tests-Substance-bundle.json │ │ │ │ └── tests-Task-bundle.json │ │ │ └── QuestionnaireExtraction │ │ │ └── example │ │ │ ├── Patient-example.json │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 77 │ ├── 1_VSCodePluginUserGuide.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── CQMCommon.cql │ │ ├── FHIRHelpers.cql │ │ └── QICoreCommon.cql │ │ ├── tests │ │ └── library │ │ │ ├── QICoreCommonTests │ │ │ └── example │ │ │ │ ├── AdverseEvent │ │ │ │ └── AdverseEvent-example.json │ │ │ │ ├── AllergyIntolerance │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ ├── BodyStructure │ │ │ │ └── BodyStructure-example.json │ │ │ │ ├── CarePlan │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ └── CarePlan-example.json │ │ │ │ ├── CareTeam │ │ │ │ └── CareTeam-example.json │ │ │ │ ├── Claim │ │ │ │ └── Claim-example.json │ │ │ │ ├── Communication │ │ │ │ ├── Communication-example.json │ │ │ │ └── Communication-negation-example.json │ │ │ │ ├── CommunicationRequest │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ ├── Condition │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ ├── Condition-example.json │ │ │ │ └── Condition-hc1.json │ │ │ │ ├── Coverage │ │ │ │ └── Coverage-example.json │ │ │ │ ├── Device │ │ │ │ ├── Device-example.json │ │ │ │ ├── Device-udi-1.json │ │ │ │ ├── Device-udi-2.json │ │ │ │ └── Device-udi-3.json │ │ │ │ ├── DeviceRequest │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ ├── DeviceUseStatement │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ ├── DiagnosticReport │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ ├── DocumentReference │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ ├── Encounter │ │ │ │ ├── Encounter-1036.json │ │ │ │ ├── Encounter-example-1.json │ │ │ │ └── Encounter-example.json │ │ │ │ ├── FamilyMemberHistory │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ ├── Flag │ │ │ │ └── Flag-example.json │ │ │ │ ├── Goal │ │ │ │ ├── Goal-example.json │ │ │ │ └── Goal-goal-1.json │ │ │ │ ├── ImagingStudy │ │ │ │ └── ImagingStudy-example.json │ │ │ │ ├── Immunization │ │ │ │ ├── Immunization-example.json │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ └── Immunization-negation-example.json │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ ├── ImplementationGuide │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ ├── Location │ │ │ │ ├── Location-example.json │ │ │ │ └── Location-hl7east.json │ │ │ │ ├── Medication │ │ │ │ ├── Medication-example.json │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ ├── MedicationAdmnistration │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ ├── MedicationDispense │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ ├── MedicationRequest │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ ├── MedicationStatement │ │ │ │ └── MedicationStatement-example.json │ │ │ │ ├── NutritionOrder │ │ │ │ └── NutritionOrder-example.json │ │ │ │ ├── Observation │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-bmi.json │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ ├── Observation-bun.json │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ ├── Observation-example.json │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ ├── Observation-height.json │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ ├── Observation-length.json │ │ │ │ ├── Observation-mchc.json │ │ │ │ ├── Observation-negation-example.json │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ ├── Observation-temperature.json │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ ├── Observation-urine-color.json │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ ├── Observation-usg.json │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ └── Observation-weight.json │ │ │ │ ├── Organization │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ ├── Organization-example.json │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ ├── Patient │ │ │ │ └── Patient-example.json │ │ │ │ ├── Practitioner │ │ │ │ ├── Practitioner-example.json │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ ├── PractitionerRole │ │ │ │ └── PractitionerRole-example.json │ │ │ │ ├── Procedure │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ ├── Procedure-example.json │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ └── Procedure-rehab.json │ │ │ │ ├── RelatedPerson │ │ │ │ └── RelatedPerson-example.json │ │ │ │ ├── ServiceRequest │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ ├── Specimen │ │ │ │ └── Specimen-example.json │ │ │ │ ├── Substance │ │ │ │ └── Substance-example.json │ │ │ │ ├── Task │ │ │ │ └── Task-example.json │ │ │ │ ├── tests-AdverseEvent-bundle.json │ │ │ │ ├── tests-AllergyIntolerance-bundle.json │ │ │ │ ├── tests-BodyStructure-bundle.json │ │ │ │ ├── tests-CarePlan-bundle.json │ │ │ │ ├── tests-CareTeam-bundle.json │ │ │ │ ├── tests-Claim-bundle.json │ │ │ │ ├── tests-Communication-bundle.json │ │ │ │ ├── tests-CommunicationRequest-bundle.json │ │ │ │ ├── tests-Condition-bundle.json │ │ │ │ ├── tests-Coverage-bundle.json │ │ │ │ ├── tests-Device-bundle.json │ │ │ │ ├── tests-DeviceRequest-bundle.json │ │ │ │ ├── tests-DeviceUseStatement-bundle.json │ │ │ │ ├── tests-DiagnosticReport-bundle.json │ │ │ │ ├── tests-DocumentReference-bundle.json │ │ │ │ ├── tests-Encounter-bundle.json │ │ │ │ ├── tests-FamilyMemberHistory-bundle.json │ │ │ │ ├── tests-Flag-bundle.json │ │ │ │ ├── tests-Goal-bundle.json │ │ │ │ ├── tests-ImagingStudy-bundle.json │ │ │ │ ├── tests-Immunization-bundle.json │ │ │ │ ├── tests-ImmunizationEvaluation-bundle.json │ │ │ │ ├── tests-ImmunizationRecommendation-bundle.json │ │ │ │ ├── tests-ImplementationGuide-bundle.json │ │ │ │ ├── tests-Location-bundle.json │ │ │ │ ├── tests-Medication-bundle.json │ │ │ │ ├── tests-MedicationAdmnistration-bundle.json │ │ │ │ ├── tests-MedicationDispense-bundle.json │ │ │ │ ├── tests-MedicationRequest-bundle.json │ │ │ │ ├── tests-MedicationStatement-bundle.json │ │ │ │ ├── tests-NutritionOrder-bundle.json │ │ │ │ ├── tests-Observation-bundle.json │ │ │ │ ├── tests-Organization-bundle.json │ │ │ │ ├── tests-Patient-bundle.json │ │ │ │ ├── tests-Practitioner-bundle.json │ │ │ │ ├── tests-PractitionerRole-bundle.json │ │ │ │ ├── tests-Procedure-bundle.json │ │ │ │ ├── tests-RelatedPerson-bundle.json │ │ │ │ ├── tests-ServiceRequest-bundle.json │ │ │ │ ├── tests-Specimen-bundle.json │ │ │ │ ├── tests-Substance-bundle.json │ │ │ │ └── tests-Task-bundle.json │ │ │ └── QuestionnaireExtraction │ │ │ └── example │ │ │ ├── Patient-example.json │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 78 │ ├── CQLIT-424.md │ ├── PC07 Numerator Reporting.pptx │ ├── PC07-Numerator.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── CQMCommon.cql │ │ ├── FHIRHelpers.cql │ │ ├── FirstSystolicBP.cql │ │ ├── QICoreCommon.cql │ │ └── Test.cql │ │ ├── tests │ │ └── results │ │ │ └── Test.txt │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 79 │ ├── CQLIT-420.md │ ├── CQLIT-421.md │ ├── CQLIT-422.md │ ├── CQLIT-423.md │ ├── FHIRHelpers.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── CQMCommon.cql │ │ ├── FHIRHelpers.cql │ │ ├── QICoreCommonTests.cql │ │ └── ThreeConditions.cql │ │ ├── resources │ │ └── Questionnaire-phq-9-questionnaire.json │ │ ├── tests │ │ └── library │ │ │ ├── QICoreCommonTests │ │ │ └── example │ │ │ │ ├── AdverseEvent │ │ │ │ └── AdverseEvent-example.json │ │ │ │ ├── AllergyIntolerance │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ ├── BodyStructure │ │ │ │ └── BodyStructure-example.json │ │ │ │ ├── CarePlan │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ └── CarePlan-example.json │ │ │ │ ├── CareTeam │ │ │ │ └── CareTeam-example.json │ │ │ │ ├── Claim │ │ │ │ └── Claim-example.json │ │ │ │ ├── Communication │ │ │ │ ├── Communication-example.json │ │ │ │ └── Communication-negation-example.json │ │ │ │ ├── CommunicationRequest │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ ├── Condition │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ ├── Condition-example.json │ │ │ │ └── Condition-hc1.json │ │ │ │ ├── Coverage │ │ │ │ └── Coverage-example.json │ │ │ │ ├── Device │ │ │ │ ├── Device-example.json │ │ │ │ ├── Device-udi-1.json │ │ │ │ ├── Device-udi-2.json │ │ │ │ └── Device-udi-3.json │ │ │ │ ├── DeviceRequest │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ ├── DeviceUseStatement │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ ├── DiagnosticReport │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ ├── DocumentReference │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ ├── Encounter │ │ │ │ ├── Encounter-1036.json │ │ │ │ ├── Encounter-example-1.json │ │ │ │ └── Encounter-example.json │ │ │ │ ├── FamilyMemberHistory │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ ├── Flag │ │ │ │ └── Flag-example.json │ │ │ │ ├── Goal │ │ │ │ ├── Goal-example.json │ │ │ │ └── Goal-goal-1.json │ │ │ │ ├── ImagingStudy │ │ │ │ └── ImagingStudy-example.json │ │ │ │ ├── Immunization │ │ │ │ ├── Immunization-example.json │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ └── Immunization-negation-example.json │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ ├── ImplementationGuide │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ ├── Location │ │ │ │ ├── Location-example.json │ │ │ │ └── Location-hl7east.json │ │ │ │ ├── Medication │ │ │ │ ├── Medication-example.json │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ ├── MedicationAdmnistration │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ ├── MedicationDispense │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ ├── MedicationRequest │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ ├── MedicationStatement │ │ │ │ └── MedicationStatement-example.json │ │ │ │ ├── NutritionOrder │ │ │ │ └── NutritionOrder-example.json │ │ │ │ ├── Observation │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-bmi.json │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ ├── Observation-bun.json │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ ├── Observation-example.json │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ ├── Observation-height.json │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ ├── Observation-length.json │ │ │ │ ├── Observation-mchc.json │ │ │ │ ├── Observation-negation-example.json │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ ├── Observation-temperature.json │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ ├── Observation-urine-color.json │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ ├── Observation-usg.json │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ └── Observation-weight.json │ │ │ │ ├── Organization │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ ├── Organization-example.json │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ ├── Patient │ │ │ │ └── Patient-example.json │ │ │ │ ├── Practitioner │ │ │ │ ├── Practitioner-example.json │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ ├── PractitionerRole │ │ │ │ └── PractitionerRole-example.json │ │ │ │ ├── Procedure │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ ├── Procedure-example.json │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ └── Procedure-rehab.json │ │ │ │ ├── RelatedPerson │ │ │ │ └── RelatedPerson-example.json │ │ │ │ ├── ServiceRequest │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ ├── Specimen │ │ │ │ └── Specimen-example.json │ │ │ │ ├── Substance │ │ │ │ └── Substance-example.json │ │ │ │ ├── Task │ │ │ │ └── Task-example.json │ │ │ │ ├── tests-AdverseEvent-bundle.json │ │ │ │ ├── tests-AllergyIntolerance-bundle.json │ │ │ │ ├── tests-BodyStructure-bundle.json │ │ │ │ ├── tests-CarePlan-bundle.json │ │ │ │ ├── tests-CareTeam-bundle.json │ │ │ │ ├── tests-Claim-bundle.json │ │ │ │ ├── tests-Communication-bundle.json │ │ │ │ ├── tests-CommunicationRequest-bundle.json │ │ │ │ ├── tests-Condition-bundle.json │ │ │ │ ├── tests-Coverage-bundle.json │ │ │ │ ├── tests-Device-bundle.json │ │ │ │ ├── tests-DeviceRequest-bundle.json │ │ │ │ ├── tests-DeviceUseStatement-bundle.json │ │ │ │ ├── tests-DiagnosticReport-bundle.json │ │ │ │ ├── tests-DocumentReference-bundle.json │ │ │ │ ├── tests-Encounter-bundle.json │ │ │ │ ├── tests-FamilyMemberHistory-bundle.json │ │ │ │ ├── tests-Flag-bundle.json │ │ │ │ ├── tests-Goal-bundle.json │ │ │ │ ├── tests-ImagingStudy-bundle.json │ │ │ │ ├── tests-Immunization-bundle.json │ │ │ │ ├── tests-ImmunizationEvaluation-bundle.json │ │ │ │ ├── tests-ImmunizationRecommendation-bundle.json │ │ │ │ ├── tests-ImplementationGuide-bundle.json │ │ │ │ ├── tests-Location-bundle.json │ │ │ │ ├── tests-Medication-bundle.json │ │ │ │ ├── tests-MedicationAdmnistration-bundle.json │ │ │ │ ├── tests-MedicationDispense-bundle.json │ │ │ │ ├── tests-MedicationRequest-bundle.json │ │ │ │ ├── tests-MedicationStatement-bundle.json │ │ │ │ ├── tests-NutritionOrder-bundle.json │ │ │ │ ├── tests-Observation-bundle.json │ │ │ │ ├── tests-Organization-bundle.json │ │ │ │ ├── tests-Patient-bundle.json │ │ │ │ ├── tests-Practitioner-bundle.json │ │ │ │ ├── tests-PractitionerRole-bundle.json │ │ │ │ ├── tests-Procedure-bundle.json │ │ │ │ ├── tests-RelatedPerson-bundle.json │ │ │ │ ├── tests-ServiceRequest-bundle.json │ │ │ │ ├── tests-Specimen-bundle.json │ │ │ │ ├── tests-Substance-bundle.json │ │ │ │ └── tests-Task-bundle.json │ │ │ └── QuestionnaireExtraction │ │ │ └── example │ │ │ ├── Patient-example.json │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 80 │ ├── ProposedCQLChangesReview.md │ ├── USCommonsIGReview.md │ ├── UsingCQLIGReview.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ └── FHIRHelpers.cql │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 81 │ ├── _Agenda.md │ ├── ig.ini │ └── input │ │ ├── cql │ │ ├── Aggregates.cql │ │ └── AggregatesAnswers.cql │ │ ├── cwc.xml │ │ ├── tests │ │ ├── library │ │ │ ├── Aggregates │ │ │ │ └── example │ │ │ │ │ ├── AdverseEvent │ │ │ │ │ └── AdverseEvent-example.json │ │ │ │ │ ├── AllergyIntolerance │ │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ │ ├── BodyStructure │ │ │ │ │ └── BodyStructure-example.json │ │ │ │ │ ├── CarePlan │ │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ │ └── CarePlan-example.json │ │ │ │ │ ├── CareTeam │ │ │ │ │ └── CareTeam-example.json │ │ │ │ │ ├── Claim │ │ │ │ │ └── Claim-example.json │ │ │ │ │ ├── Communication │ │ │ │ │ ├── Communication-example.json │ │ │ │ │ └── Communication-negation-example.json │ │ │ │ │ ├── CommunicationRequest │ │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ │ ├── Condition │ │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ │ ├── Condition-example.json │ │ │ │ │ └── Condition-hc1.json │ │ │ │ │ ├── Coverage │ │ │ │ │ └── Coverage-example.json │ │ │ │ │ ├── Device │ │ │ │ │ ├── Device-example.json │ │ │ │ │ ├── Device-udi-1.json │ │ │ │ │ ├── Device-udi-2.json │ │ │ │ │ └── Device-udi-3.json │ │ │ │ │ ├── DeviceRequest │ │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ │ ├── DeviceUseStatement │ │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ │ ├── DiagnosticReport │ │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ │ ├── DocumentReference │ │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ │ ├── Encounter │ │ │ │ │ ├── Encounter-1036.json │ │ │ │ │ ├── Encounter-example-1.json │ │ │ │ │ └── Encounter-example.json │ │ │ │ │ ├── FamilyMemberHistory │ │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ │ ├── Flag │ │ │ │ │ └── Flag-example.json │ │ │ │ │ ├── Goal │ │ │ │ │ ├── Goal-example.json │ │ │ │ │ └── Goal-goal-1.json │ │ │ │ │ ├── ImagingStudy │ │ │ │ │ └── ImagingStudy-example.json │ │ │ │ │ ├── Immunization │ │ │ │ │ ├── Immunization-example.json │ │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ │ └── Immunization-negation-example.json │ │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ │ ├── Location │ │ │ │ │ ├── Location-example.json │ │ │ │ │ └── Location-hl7east.json │ │ │ │ │ ├── Medication │ │ │ │ │ ├── Medication-example.json │ │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ │ ├── MedicationAdministration │ │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ │ ├── MedicationDispense │ │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ │ ├── MedicationRequest │ │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ │ ├── MedicationStatement │ │ │ │ │ └── MedicationStatement-example.json │ │ │ │ │ ├── NutritionOrder │ │ │ │ │ └── NutritionOrder-example.json │ │ │ │ │ ├── Observation │ │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ │ ├── Observation-bmi.json │ │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ │ ├── Observation-bun.json │ │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ │ ├── Observation-example.json │ │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ │ ├── Observation-height.json │ │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ │ ├── Observation-length.json │ │ │ │ │ ├── Observation-mchc.json │ │ │ │ │ ├── Observation-negation-example.json │ │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ │ ├── Observation-temperature.json │ │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ │ ├── Observation-urine-color.json │ │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ │ ├── Observation-usg.json │ │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ │ └── Observation-weight.json │ │ │ │ │ ├── Organization │ │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ │ ├── Organization-example.json │ │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ │ ├── Patient │ │ │ │ │ └── Patient-example.json │ │ │ │ │ ├── Practitioner │ │ │ │ │ ├── Practitioner-example.json │ │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ │ ├── PractitionerRole │ │ │ │ │ └── PractitionerRole-example.json │ │ │ │ │ ├── Procedure │ │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ │ ├── Procedure-example.json │ │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ │ └── Procedure-rehab.json │ │ │ │ │ ├── RelatedPerson │ │ │ │ │ └── RelatedPerson-example.json │ │ │ │ │ ├── ServiceRequest │ │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ │ ├── Specimen │ │ │ │ │ └── Specimen-example.json │ │ │ │ │ ├── Substance │ │ │ │ │ └── Substance-example.json │ │ │ │ │ └── Task │ │ │ │ │ └── Task-example.json │ │ │ └── AggregatesAnswers │ │ │ │ └── example │ │ │ │ ├── AdverseEvent │ │ │ │ └── AdverseEvent-example.json │ │ │ │ ├── AllergyIntolerance │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ ├── BodyStructure │ │ │ │ └── BodyStructure-example.json │ │ │ │ ├── CarePlan │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ └── CarePlan-example.json │ │ │ │ ├── CareTeam │ │ │ │ └── CareTeam-example.json │ │ │ │ ├── Claim │ │ │ │ └── Claim-example.json │ │ │ │ ├── Communication │ │ │ │ ├── Communication-example.json │ │ │ │ └── Communication-negation-example.json │ │ │ │ ├── CommunicationRequest │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ ├── Condition │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ ├── Condition-example.json │ │ │ │ └── Condition-hc1.json │ │ │ │ ├── Coverage │ │ │ │ └── Coverage-example.json │ │ │ │ ├── Device │ │ │ │ ├── Device-example.json │ │ │ │ ├── Device-udi-1.json │ │ │ │ ├── Device-udi-2.json │ │ │ │ └── Device-udi-3.json │ │ │ │ ├── DeviceRequest │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ ├── DeviceUseStatement │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ ├── DiagnosticReport │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ ├── DocumentReference │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ ├── Encounter │ │ │ │ ├── Encounter-1036.json │ │ │ │ ├── Encounter-example-1.json │ │ │ │ └── Encounter-example.json │ │ │ │ ├── FamilyMemberHistory │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ ├── Flag │ │ │ │ └── Flag-example.json │ │ │ │ ├── Goal │ │ │ │ ├── Goal-example.json │ │ │ │ └── Goal-goal-1.json │ │ │ │ ├── ImagingStudy │ │ │ │ └── ImagingStudy-example.json │ │ │ │ ├── Immunization │ │ │ │ ├── Immunization-example.json │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ └── Immunization-negation-example.json │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ ├── Location │ │ │ │ ├── Location-example.json │ │ │ │ └── Location-hl7east.json │ │ │ │ ├── Medication │ │ │ │ ├── Medication-example.json │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ ├── MedicationAdministration │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ ├── MedicationDispense │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ ├── MedicationRequest │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ ├── MedicationStatement │ │ │ │ └── MedicationStatement-example.json │ │ │ │ ├── NutritionOrder │ │ │ │ └── NutritionOrder-example.json │ │ │ │ ├── Observation │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-bmi.json │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ ├── Observation-bun.json │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ ├── Observation-example.json │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ ├── Observation-height.json │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ ├── Observation-length.json │ │ │ │ ├── Observation-mchc.json │ │ │ │ ├── Observation-negation-example.json │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ ├── Observation-temperature.json │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ ├── Observation-urine-color.json │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ ├── Observation-usg.json │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ └── Observation-weight.json │ │ │ │ ├── Organization │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ ├── Organization-example.json │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ ├── Patient │ │ │ │ └── Patient-example.json │ │ │ │ ├── Practitioner │ │ │ │ ├── Practitioner-example.json │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ ├── PractitionerRole │ │ │ │ └── PractitionerRole-example.json │ │ │ │ ├── Procedure │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ ├── Procedure-example.json │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ └── Procedure-rehab.json │ │ │ │ ├── RelatedPerson │ │ │ │ └── RelatedPerson-example.json │ │ │ │ ├── ServiceRequest │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ ├── Specimen │ │ │ │ └── Specimen-example.json │ │ │ │ ├── Substance │ │ │ │ └── Substance-example.json │ │ │ │ └── Task │ │ │ │ └── Task-example.json │ │ └── results │ │ │ ├── Aggregates.txt │ │ │ └── AggregatesAnswers.txt │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 82 │ ├── TestHIVAssay.md │ ├── TestHIVMeasure.md │ ├── TestOnART.md │ ├── _Agenda.md │ ├── ig.ini │ └── input │ │ ├── cql │ │ ├── TestHIVAssay.cql │ │ ├── TestHIVMeasure.cql │ │ └── TestOnART.cql │ │ ├── cwc.xml │ │ ├── tests │ │ ├── library │ │ │ └── Aggregates │ │ │ │ └── example │ │ │ │ ├── AdverseEvent │ │ │ │ └── AdverseEvent-example.json │ │ │ │ ├── AllergyIntolerance │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ ├── BodyStructure │ │ │ │ └── BodyStructure-example.json │ │ │ │ ├── CarePlan │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ └── CarePlan-example.json │ │ │ │ ├── CareTeam │ │ │ │ └── CareTeam-example.json │ │ │ │ ├── Claim │ │ │ │ └── Claim-example.json │ │ │ │ ├── Communication │ │ │ │ ├── Communication-example.json │ │ │ │ └── Communication-negation-example.json │ │ │ │ ├── CommunicationRequest │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ ├── Condition │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ ├── Condition-example.json │ │ │ │ └── Condition-hc1.json │ │ │ │ ├── Coverage │ │ │ │ └── Coverage-example.json │ │ │ │ ├── Device │ │ │ │ ├── Device-example.json │ │ │ │ ├── Device-udi-1.json │ │ │ │ ├── Device-udi-2.json │ │ │ │ └── Device-udi-3.json │ │ │ │ ├── DeviceRequest │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ ├── DeviceUseStatement │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ ├── DiagnosticReport │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ ├── DocumentReference │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ ├── Encounter │ │ │ │ ├── Encounter-1036.json │ │ │ │ ├── Encounter-example-1.json │ │ │ │ └── Encounter-example.json │ │ │ │ ├── FamilyMemberHistory │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ ├── Flag │ │ │ │ └── Flag-example.json │ │ │ │ ├── Goal │ │ │ │ ├── Goal-example.json │ │ │ │ └── Goal-goal-1.json │ │ │ │ ├── ImagingStudy │ │ │ │ └── ImagingStudy-example.json │ │ │ │ ├── Immunization │ │ │ │ ├── Immunization-example.json │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ └── Immunization-negation-example.json │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ ├── Location │ │ │ │ ├── Location-example.json │ │ │ │ └── Location-hl7east.json │ │ │ │ ├── Medication │ │ │ │ ├── Medication-example.json │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ ├── MedicationAdministration │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ ├── MedicationDispense │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ ├── MedicationRequest │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ ├── MedicationStatement │ │ │ │ └── MedicationStatement-example.json │ │ │ │ ├── NutritionOrder │ │ │ │ └── NutritionOrder-example.json │ │ │ │ ├── Observation │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-bmi.json │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ ├── Observation-bun.json │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ ├── Observation-example.json │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ ├── Observation-height.json │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ ├── Observation-length.json │ │ │ │ ├── Observation-mchc.json │ │ │ │ ├── Observation-negation-example.json │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ ├── Observation-temperature.json │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ ├── Observation-urine-color.json │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ ├── Observation-usg.json │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ └── Observation-weight.json │ │ │ │ ├── Organization │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ ├── Organization-example.json │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ ├── Patient │ │ │ │ └── Patient-example.json │ │ │ │ ├── Practitioner │ │ │ │ ├── Practitioner-example.json │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ ├── PractitionerRole │ │ │ │ └── PractitionerRole-example.json │ │ │ │ ├── Procedure │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ ├── Procedure-example.json │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ └── Procedure-rehab.json │ │ │ │ ├── RelatedPerson │ │ │ │ └── RelatedPerson-example.json │ │ │ │ ├── ServiceRequest │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ ├── Specimen │ │ │ │ └── Specimen-example.json │ │ │ │ ├── Substance │ │ │ │ └── Substance-example.json │ │ │ │ └── Task │ │ │ │ └── Task-example.json │ │ └── results │ │ │ ├── Aggregates.txt │ │ │ └── AggregatesAnswers.txt │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 83 │ ├── CQLIT-447.md │ ├── CQLIT-448.md │ ├── CQLIT-449.md │ ├── CQLIT-450.md │ ├── CQLIT-460.md │ ├── QuantityComparison.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── CQLIT448.cql │ │ ├── CQLIT449.cql │ │ ├── CQLIT460.cql │ │ ├── OverlapsTests.cql │ │ └── Q45_exercise_2.cql │ │ ├── tests │ │ └── library │ │ │ └── Q45_exercise_2 │ │ │ └── example │ │ │ ├── AdverseEvent │ │ │ └── AdverseEvent-example.json │ │ │ ├── AllergyIntolerance │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ └── AllergyIntolerance-example.json │ │ │ ├── BodyStructure │ │ │ └── BodyStructure-example.json │ │ │ ├── CarePlan │ │ │ ├── CarePlan-colonoscopy.json │ │ │ └── CarePlan-example.json │ │ │ ├── CareTeam │ │ │ └── CareTeam-example.json │ │ │ ├── Claim │ │ │ └── Claim-example.json │ │ │ ├── Communication │ │ │ ├── Communication-example.json │ │ │ └── Communication-negation-example.json │ │ │ ├── CommunicationRequest │ │ │ └── CommunicationRequest-example.json │ │ │ ├── Condition │ │ │ ├── Condition-appendicitis-example.json │ │ │ ├── Condition-example.json │ │ │ └── Condition-hc1.json │ │ │ ├── Coverage │ │ │ └── Coverage-example.json │ │ │ ├── Device │ │ │ ├── Device-example.json │ │ │ ├── Device-udi-1.json │ │ │ ├── Device-udi-2.json │ │ │ └── Device-udi-3.json │ │ │ ├── DeviceRequest │ │ │ ├── DeviceRequest-example.json │ │ │ └── DeviceRequest-negation-example.json │ │ │ ├── DeviceUseStatement │ │ │ └── DeviceUseStatement-example.json │ │ │ ├── DiagnosticReport │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ ├── DiagnosticReport-cbc.json │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ ├── DiagnosticReport-example.json │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ ├── DiagnosticReport-note-example.json │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ ├── DocumentReference │ │ │ └── DocumentReference-episode-summary.json │ │ │ ├── Encounter │ │ │ ├── Encounter-1036.json │ │ │ ├── Encounter-example-1.json │ │ │ └── Encounter-example.json │ │ │ ├── FamilyMemberHistory │ │ │ └── FamilyMemberHistory-example.json │ │ │ ├── Flag │ │ │ └── Flag-example.json │ │ │ ├── Goal │ │ │ ├── Goal-example.json │ │ │ └── Goal-goal-1.json │ │ │ ├── ImagingStudy │ │ │ └── ImagingStudy-example.json │ │ │ ├── Immunization │ │ │ ├── Immunization-example.json │ │ │ ├── Immunization-imm-1.json │ │ │ └── Immunization-negation-example.json │ │ │ ├── ImmunizationEvaluation │ │ │ └── ImmunizationEvaluation-example.json │ │ │ ├── ImmunizationRecommendation │ │ │ └── ImmunizationRecommendation-example.json │ │ │ ├── ImplementationGuide │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ ├── Location │ │ │ ├── Location-example.json │ │ │ └── Location-hl7east.json │ │ │ ├── Medication │ │ │ ├── Medication-example.json │ │ │ ├── Medication-uscore-med1.json │ │ │ └── Medication-uscore-med2.json │ │ │ ├── MedicationAdmnistration │ │ │ ├── MedicationAdministration-example.json │ │ │ └── MedicationAdministration-negation-example.json │ │ │ ├── MedicationDispense │ │ │ ├── MedicationDispense-example.json │ │ │ └── MedicationDispense-negation-example.json │ │ │ ├── MedicationRequest │ │ │ ├── MedicationRequest-example.json │ │ │ ├── MedicationRequest-negation-example.json │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ ├── MedicationStatement │ │ │ └── MedicationStatement-example.json │ │ │ ├── NutritionOrder │ │ │ └── NutritionOrder-example.json │ │ │ ├── Observation │ │ │ ├── Observation-blood-glucose.json │ │ │ ├── Observation-blood-pressure.json │ │ │ ├── Observation-bmi.json │ │ │ ├── Observation-bp-data-absent.json │ │ │ ├── Observation-bun.json │ │ │ ├── Observation-erythrocytes.json │ │ │ ├── Observation-example.json │ │ │ ├── Observation-head-circumference.json │ │ │ ├── Observation-heart-rate.json │ │ │ ├── Observation-height.json │ │ │ ├── Observation-hemoglobin.json │ │ │ ├── Observation-length.json │ │ │ ├── Observation-mchc.json │ │ │ ├── Observation-negation-example.json │ │ │ ├── Observation-neutrophils.json │ │ │ ├── Observation-oxygen-saturation.json │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ ├── Observation-respiratory-rate.json │ │ │ ├── Observation-satO2-fiO2.json │ │ │ ├── Observation-serum-calcium.json │ │ │ ├── Observation-serum-chloride.json │ │ │ ├── Observation-serum-co2.json │ │ │ ├── Observation-serum-creatinine.json │ │ │ ├── Observation-serum-potassium.json │ │ │ ├── Observation-serum-sodium.json │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ ├── Observation-some-day-smoker.json │ │ │ ├── Observation-temperature.json │ │ │ ├── Observation-urine-bacteria.json │ │ │ ├── Observation-urine-bilirubin.json │ │ │ ├── Observation-urine-cells.json │ │ │ ├── Observation-urine-clarity.json │ │ │ ├── Observation-urine-color.json │ │ │ ├── Observation-urine-epi-cells.json │ │ │ ├── Observation-urine-glucose.json │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ ├── Observation-urine-ketone.json │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ ├── Observation-urine-nitrite.json │ │ │ ├── Observation-urine-ph.json │ │ │ ├── Observation-urine-protein.json │ │ │ ├── Observation-urine-rbcs.json │ │ │ ├── Observation-urine-sediment.json │ │ │ ├── Observation-urine-wbcs.json │ │ │ ├── Observation-urobilinogen.json │ │ │ ├── Observation-usg.json │ │ │ ├── Observation-vitals-panel.json │ │ │ └── Observation-weight.json │ │ │ ├── Organization │ │ │ ├── Organization-acme-lab.json │ │ │ ├── Organization-example-organization-2.json │ │ │ ├── Organization-example.json │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ ├── Patient │ │ │ └── Patient-example.json │ │ │ ├── Practitioner │ │ │ ├── Practitioner-example.json │ │ │ ├── Practitioner-practitioner-1.json │ │ │ └── Practitioner-practitioner-2.json │ │ │ ├── PractitionerRole │ │ │ └── PractitionerRole-example.json │ │ │ ├── Procedure │ │ │ ├── Procedure-defib-implant.json │ │ │ ├── Procedure-example.json │ │ │ ├── Procedure-negation-example.json │ │ │ └── Procedure-rehab.json │ │ │ ├── RelatedPerson │ │ │ └── RelatedPerson-example.json │ │ │ ├── ServiceRequest │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ ├── ServiceRequest-elective-example.json │ │ │ ├── ServiceRequest-example.json │ │ │ ├── ServiceRequest-negation-example.json │ │ │ └── ServiceRequest-referral-example.json │ │ │ ├── Specimen │ │ │ └── Specimen-example.json │ │ │ ├── Substance │ │ │ └── Substance-example.json │ │ │ └── Task │ │ │ └── Task-example.json │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 84 │ ├── 01-PublicComment.md │ ├── 02-CMSConnectathon.md │ ├── 03-CQLCheatSheet.md │ ├── 04-SubQueries.md │ ├── 05-AllergyIntoleranceFilter.md │ ├── 06-AggregatesWithEmptyLists.md │ ├── 07-AggregateQuestion.md │ ├── BONNIEMAT1808QDMMeasureExportDifferences.pptx │ ├── CQL Cheat Sheet.pdf │ ├── Clinical Quality Improvement Connection-CallForParticipation.pptx │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── AggregateQuestion.cql │ │ ├── AggregatesWithEmptyLists.cql │ │ ├── AllergyIntoleranceFilter.cql │ │ ├── FHIRCommon.cql │ │ └── SubQueries.cql │ │ ├── resources │ │ └── Questionnaire-phq-9-questionnaire.json │ │ ├── tests │ │ ├── library │ │ │ ├── QuestionnaireExtraction │ │ │ │ └── example │ │ │ │ │ ├── Patient-example.json │ │ │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ │ └── SubQueries │ │ │ │ └── example │ │ │ │ ├── AdverseEvent │ │ │ │ └── AdverseEvent-example.json │ │ │ │ ├── AllergyIntolerance │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ ├── BodyStructure │ │ │ │ └── BodyStructure-example.json │ │ │ │ ├── CarePlan │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ └── CarePlan-example.json │ │ │ │ ├── CareTeam │ │ │ │ └── CareTeam-example.json │ │ │ │ ├── Claim │ │ │ │ └── Claim-example.json │ │ │ │ ├── Communication │ │ │ │ ├── Communication-example.json │ │ │ │ └── Communication-negation-example.json │ │ │ │ ├── CommunicationRequest │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ ├── Condition │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ ├── Condition-example.json │ │ │ │ └── Condition-hc1.json │ │ │ │ ├── Coverage │ │ │ │ └── Coverage-example.json │ │ │ │ ├── Device │ │ │ │ ├── Device-example.json │ │ │ │ ├── Device-udi-1.json │ │ │ │ ├── Device-udi-2.json │ │ │ │ └── Device-udi-3.json │ │ │ │ ├── DeviceRequest │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ ├── DeviceUseStatement │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ ├── DiagnosticReport │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ ├── DocumentReference │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ ├── Encounter │ │ │ │ ├── Encounter-1036.json │ │ │ │ ├── Encounter-example-1.json │ │ │ │ └── Encounter-example.json │ │ │ │ ├── FamilyMemberHistory │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ ├── Flag │ │ │ │ └── Flag-example.json │ │ │ │ ├── Goal │ │ │ │ ├── Goal-example.json │ │ │ │ └── Goal-goal-1.json │ │ │ │ ├── ImagingStudy │ │ │ │ └── ImagingStudy-example.json │ │ │ │ ├── Immunization │ │ │ │ ├── Immunization-example.json │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ └── Immunization-negation-example.json │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ ├── ImplementationGuide │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ ├── Location │ │ │ │ ├── Location-example.json │ │ │ │ └── Location-hl7east.json │ │ │ │ ├── Medication │ │ │ │ ├── Medication-example.json │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ ├── MedicationAdmnistration │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ ├── MedicationDispense │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ ├── MedicationRequest │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ ├── MedicationStatement │ │ │ │ └── MedicationStatement-example.json │ │ │ │ ├── NutritionOrder │ │ │ │ └── NutritionOrder-example.json │ │ │ │ ├── Observation │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-bmi.json │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ ├── Observation-bun.json │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ ├── Observation-example.json │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ ├── Observation-height.json │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ ├── Observation-length.json │ │ │ │ ├── Observation-mchc.json │ │ │ │ ├── Observation-negation-example.json │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ ├── Observation-temperature.json │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ ├── Observation-urine-color.json │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ ├── Observation-usg.json │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ └── Observation-weight.json │ │ │ │ ├── Organization │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ ├── Organization-example.json │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ ├── Patient │ │ │ │ └── Patient-example.json │ │ │ │ ├── Practitioner │ │ │ │ ├── Practitioner-example.json │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ ├── PractitionerRole │ │ │ │ └── PractitionerRole-example.json │ │ │ │ ├── Procedure │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ ├── Procedure-example.json │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ └── Procedure-rehab.json │ │ │ │ ├── RelatedPerson │ │ │ │ └── RelatedPerson-example.json │ │ │ │ ├── ServiceRequest │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ ├── Specimen │ │ │ │ └── Specimen-example.json │ │ │ │ ├── Substance │ │ │ │ └── Substance-example.json │ │ │ │ └── Task │ │ │ │ └── Task-example.json │ │ └── results │ │ │ ├── AggregateQuestion.txt │ │ │ ├── AggregatesWithEmptyLists.txt │ │ │ └── SubQueries.txt │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 85 │ ├── ConsecutiveSPO2Readings.md │ ├── EqualityEquivalenceAndNulls.md │ ├── MedicationDailyDose.md │ ├── TerminologyInCQL.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── ConsecutiveSPO2Readings.cql │ │ ├── FHIRCommon.cql │ │ ├── MedicationLogic.cql │ │ └── MedicationLogicTests.cql │ │ ├── resources │ │ └── Questionnaire-phq-9-questionnaire.json │ │ ├── tests │ │ └── library │ │ │ ├── MedicationLogicTests │ │ │ ├── example-1-a │ │ │ │ ├── Patient-example-1-a.json │ │ │ │ └── medicationrequest-example-1-a.json │ │ │ ├── example-1-b │ │ │ │ ├── Patient-example-1-b.json │ │ │ │ └── medicationrequest-example-1-b.json │ │ │ ├── example-1-c │ │ │ │ ├── Patient-example-1-c.json │ │ │ │ └── medicationrequest-example-1-c.json │ │ │ ├── example-2-a │ │ │ │ ├── Patient-example-2-a.json │ │ │ │ └── medicationdispense-example-2-a.json │ │ │ ├── example-2-b │ │ │ │ ├── Patient-example-2-b.json │ │ │ │ └── medicationdispense-example-2-b.json │ │ │ ├── example-3-a │ │ │ │ ├── Patient-example-3-a.json │ │ │ │ └── medicationrequest-example-3-a.json │ │ │ ├── example-3-b │ │ │ │ ├── Patient-example-3-b.json │ │ │ │ └── medicationrequest-example-3-b.json │ │ │ ├── example-3-c │ │ │ │ ├── Patient-example-3-c.json │ │ │ │ └── medicationrequest-example-3-c.json │ │ │ ├── example-4-a │ │ │ │ ├── Patient-example-4-a.json │ │ │ │ └── medicationdispense-example-4-a.json │ │ │ ├── example-4-b │ │ │ │ ├── Patient-example-4-b.json │ │ │ │ └── medicationdispense-example-4-b.json │ │ │ ├── example-5 │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ └── Patient-example-5.json │ │ │ └── example-6 │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ └── Patient-example-6.json │ │ │ ├── QICoreCommonTests │ │ │ └── example │ │ │ │ ├── AdverseEvent │ │ │ │ └── AdverseEvent-example.json │ │ │ │ ├── AllergyIntolerance │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ ├── BodyStructure │ │ │ │ └── BodyStructure-example.json │ │ │ │ ├── CarePlan │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ └── CarePlan-example.json │ │ │ │ ├── CareTeam │ │ │ │ └── CareTeam-example.json │ │ │ │ ├── Claim │ │ │ │ └── Claim-example.json │ │ │ │ ├── Communication │ │ │ │ ├── Communication-example.json │ │ │ │ └── Communication-negation-example.json │ │ │ │ ├── CommunicationRequest │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ ├── Condition │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ ├── Condition-example.json │ │ │ │ └── Condition-hc1.json │ │ │ │ ├── Coverage │ │ │ │ └── Coverage-example.json │ │ │ │ ├── Device │ │ │ │ ├── Device-example.json │ │ │ │ ├── Device-udi-1.json │ │ │ │ ├── Device-udi-2.json │ │ │ │ └── Device-udi-3.json │ │ │ │ ├── DeviceRequest │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ ├── DeviceUseStatement │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ ├── DiagnosticReport │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ ├── DocumentReference │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ ├── Encounter │ │ │ │ ├── Encounter-1036.json │ │ │ │ ├── Encounter-example-1.json │ │ │ │ └── Encounter-example.json │ │ │ │ ├── FamilyMemberHistory │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ ├── Flag │ │ │ │ └── Flag-example.json │ │ │ │ ├── Goal │ │ │ │ ├── Goal-example.json │ │ │ │ └── Goal-goal-1.json │ │ │ │ ├── ImagingStudy │ │ │ │ └── ImagingStudy-example.json │ │ │ │ ├── Immunization │ │ │ │ ├── Immunization-example.json │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ └── Immunization-negation-example.json │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ ├── ImplementationGuide │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ ├── Location │ │ │ │ ├── Location-example.json │ │ │ │ └── Location-hl7east.json │ │ │ │ ├── Medication │ │ │ │ ├── Medication-example.json │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ ├── MedicationAdmnistration │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ ├── MedicationDispense │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ ├── MedicationRequest │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ ├── MedicationStatement │ │ │ │ └── MedicationStatement-example.json │ │ │ │ ├── NutritionOrder │ │ │ │ └── NutritionOrder-example.json │ │ │ │ ├── Observation │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-bmi.json │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ ├── Observation-bun.json │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ ├── Observation-example.json │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ ├── Observation-height.json │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ ├── Observation-length.json │ │ │ │ ├── Observation-mchc.json │ │ │ │ ├── Observation-negation-example.json │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ ├── Observation-temperature.json │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ ├── Observation-urine-color.json │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ ├── Observation-usg.json │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ └── Observation-weight.json │ │ │ │ ├── Organization │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ ├── Organization-example.json │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ ├── Patient │ │ │ │ └── Patient-example.json │ │ │ │ ├── Practitioner │ │ │ │ ├── Practitioner-example.json │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ ├── PractitionerRole │ │ │ │ └── PractitionerRole-example.json │ │ │ │ ├── Procedure │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ ├── Procedure-example.json │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ └── Procedure-rehab.json │ │ │ │ ├── RelatedPerson │ │ │ │ └── RelatedPerson-example.json │ │ │ │ ├── ServiceRequest │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ ├── Specimen │ │ │ │ └── Specimen-example.json │ │ │ │ ├── Substance │ │ │ │ └── Substance-example.json │ │ │ │ ├── Task │ │ │ │ └── Task-example.json │ │ │ │ ├── tests-AdverseEvent-bundle.json │ │ │ │ ├── tests-AllergyIntolerance-bundle.json │ │ │ │ ├── tests-BodyStructure-bundle.json │ │ │ │ ├── tests-CarePlan-bundle.json │ │ │ │ ├── tests-CareTeam-bundle.json │ │ │ │ ├── tests-Claim-bundle.json │ │ │ │ ├── tests-Communication-bundle.json │ │ │ │ ├── tests-CommunicationRequest-bundle.json │ │ │ │ ├── tests-Condition-bundle.json │ │ │ │ ├── tests-Coverage-bundle.json │ │ │ │ ├── tests-Device-bundle.json │ │ │ │ ├── tests-DeviceRequest-bundle.json │ │ │ │ ├── tests-DeviceUseStatement-bundle.json │ │ │ │ ├── tests-DiagnosticReport-bundle.json │ │ │ │ ├── tests-DocumentReference-bundle.json │ │ │ │ ├── tests-Encounter-bundle.json │ │ │ │ ├── tests-FamilyMemberHistory-bundle.json │ │ │ │ ├── tests-Flag-bundle.json │ │ │ │ ├── tests-Goal-bundle.json │ │ │ │ ├── tests-ImagingStudy-bundle.json │ │ │ │ ├── tests-Immunization-bundle.json │ │ │ │ ├── tests-ImmunizationEvaluation-bundle.json │ │ │ │ ├── tests-ImmunizationRecommendation-bundle.json │ │ │ │ ├── tests-ImplementationGuide-bundle.json │ │ │ │ ├── tests-Location-bundle.json │ │ │ │ ├── tests-Medication-bundle.json │ │ │ │ ├── tests-MedicationAdmnistration-bundle.json │ │ │ │ ├── tests-MedicationDispense-bundle.json │ │ │ │ ├── tests-MedicationRequest-bundle.json │ │ │ │ ├── tests-MedicationStatement-bundle.json │ │ │ │ ├── tests-NutritionOrder-bundle.json │ │ │ │ ├── tests-Observation-bundle.json │ │ │ │ ├── tests-Organization-bundle.json │ │ │ │ ├── tests-Patient-bundle.json │ │ │ │ ├── tests-Practitioner-bundle.json │ │ │ │ ├── tests-PractitionerRole-bundle.json │ │ │ │ ├── tests-Procedure-bundle.json │ │ │ │ ├── tests-RelatedPerson-bundle.json │ │ │ │ ├── tests-ServiceRequest-bundle.json │ │ │ │ ├── tests-Specimen-bundle.json │ │ │ │ ├── tests-Substance-bundle.json │ │ │ │ └── tests-Task-bundle.json │ │ │ └── QuestionnaireExtraction │ │ │ └── example │ │ │ ├── Patient-example.json │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 86 │ ├── Stratifiers.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── CQMCommon.cql │ │ ├── EXM55.cql │ │ ├── EXM74.cql │ │ ├── QICoreCommon.cql │ │ ├── Status.cql │ │ └── SupplementalDataElements.cql │ │ ├── resources │ │ └── Questionnaire-phq-9-questionnaire.json │ │ ├── tests │ │ └── library │ │ │ ├── QICoreCommonTests │ │ │ └── example │ │ │ │ ├── AdverseEvent │ │ │ │ └── AdverseEvent-example.json │ │ │ │ ├── AllergyIntolerance │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ ├── BodyStructure │ │ │ │ └── BodyStructure-example.json │ │ │ │ ├── CarePlan │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ └── CarePlan-example.json │ │ │ │ ├── CareTeam │ │ │ │ └── CareTeam-example.json │ │ │ │ ├── Claim │ │ │ │ └── Claim-example.json │ │ │ │ ├── Communication │ │ │ │ ├── Communication-example.json │ │ │ │ └── Communication-negation-example.json │ │ │ │ ├── CommunicationRequest │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ ├── Condition │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ ├── Condition-example.json │ │ │ │ └── Condition-hc1.json │ │ │ │ ├── Coverage │ │ │ │ └── Coverage-example.json │ │ │ │ ├── Device │ │ │ │ ├── Device-example.json │ │ │ │ ├── Device-udi-1.json │ │ │ │ ├── Device-udi-2.json │ │ │ │ └── Device-udi-3.json │ │ │ │ ├── DeviceRequest │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ ├── DeviceUseStatement │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ ├── DiagnosticReport │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ ├── DocumentReference │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ ├── Encounter │ │ │ │ ├── Encounter-1036.json │ │ │ │ ├── Encounter-example-1.json │ │ │ │ └── Encounter-example.json │ │ │ │ ├── FamilyMemberHistory │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ ├── Flag │ │ │ │ └── Flag-example.json │ │ │ │ ├── Goal │ │ │ │ ├── Goal-example.json │ │ │ │ └── Goal-goal-1.json │ │ │ │ ├── ImagingStudy │ │ │ │ └── ImagingStudy-example.json │ │ │ │ ├── Immunization │ │ │ │ ├── Immunization-example.json │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ └── Immunization-negation-example.json │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ ├── ImplementationGuide │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ ├── Location │ │ │ │ ├── Location-example.json │ │ │ │ └── Location-hl7east.json │ │ │ │ ├── Medication │ │ │ │ ├── Medication-example.json │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ ├── MedicationAdmnistration │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ ├── MedicationDispense │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ ├── MedicationRequest │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ ├── MedicationStatement │ │ │ │ └── MedicationStatement-example.json │ │ │ │ ├── NutritionOrder │ │ │ │ └── NutritionOrder-example.json │ │ │ │ ├── Observation │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-bmi.json │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ ├── Observation-bun.json │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ ├── Observation-example.json │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ ├── Observation-height.json │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ ├── Observation-length.json │ │ │ │ ├── Observation-mchc.json │ │ │ │ ├── Observation-negation-example.json │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ ├── Observation-temperature.json │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ ├── Observation-urine-color.json │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ ├── Observation-usg.json │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ └── Observation-weight.json │ │ │ │ ├── Organization │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ ├── Organization-example.json │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ ├── Patient │ │ │ │ └── Patient-example.json │ │ │ │ ├── Practitioner │ │ │ │ ├── Practitioner-example.json │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ ├── PractitionerRole │ │ │ │ └── PractitionerRole-example.json │ │ │ │ ├── Procedure │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ ├── Procedure-example.json │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ └── Procedure-rehab.json │ │ │ │ ├── RelatedPerson │ │ │ │ └── RelatedPerson-example.json │ │ │ │ ├── ServiceRequest │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ ├── Specimen │ │ │ │ └── Specimen-example.json │ │ │ │ ├── Substance │ │ │ │ └── Substance-example.json │ │ │ │ ├── Task │ │ │ │ └── Task-example.json │ │ │ │ ├── tests-AdverseEvent-bundle.json │ │ │ │ ├── tests-AllergyIntolerance-bundle.json │ │ │ │ ├── tests-BodyStructure-bundle.json │ │ │ │ ├── tests-CarePlan-bundle.json │ │ │ │ ├── tests-CareTeam-bundle.json │ │ │ │ ├── tests-Claim-bundle.json │ │ │ │ ├── tests-Communication-bundle.json │ │ │ │ ├── tests-CommunicationRequest-bundle.json │ │ │ │ ├── tests-Condition-bundle.json │ │ │ │ ├── tests-Coverage-bundle.json │ │ │ │ ├── tests-Device-bundle.json │ │ │ │ ├── tests-DeviceRequest-bundle.json │ │ │ │ ├── tests-DeviceUseStatement-bundle.json │ │ │ │ ├── tests-DiagnosticReport-bundle.json │ │ │ │ ├── tests-DocumentReference-bundle.json │ │ │ │ ├── tests-Encounter-bundle.json │ │ │ │ ├── tests-FamilyMemberHistory-bundle.json │ │ │ │ ├── tests-Flag-bundle.json │ │ │ │ ├── tests-Goal-bundle.json │ │ │ │ ├── tests-ImagingStudy-bundle.json │ │ │ │ ├── tests-Immunization-bundle.json │ │ │ │ ├── tests-ImmunizationEvaluation-bundle.json │ │ │ │ ├── tests-ImmunizationRecommendation-bundle.json │ │ │ │ ├── tests-ImplementationGuide-bundle.json │ │ │ │ ├── tests-Location-bundle.json │ │ │ │ ├── tests-Medication-bundle.json │ │ │ │ ├── tests-MedicationAdmnistration-bundle.json │ │ │ │ ├── tests-MedicationDispense-bundle.json │ │ │ │ ├── tests-MedicationRequest-bundle.json │ │ │ │ ├── tests-MedicationStatement-bundle.json │ │ │ │ ├── tests-NutritionOrder-bundle.json │ │ │ │ ├── tests-Observation-bundle.json │ │ │ │ ├── tests-Organization-bundle.json │ │ │ │ ├── tests-Patient-bundle.json │ │ │ │ ├── tests-Practitioner-bundle.json │ │ │ │ ├── tests-PractitionerRole-bundle.json │ │ │ │ ├── tests-Procedure-bundle.json │ │ │ │ ├── tests-RelatedPerson-bundle.json │ │ │ │ ├── tests-ServiceRequest-bundle.json │ │ │ │ ├── tests-Specimen-bundle.json │ │ │ │ ├── tests-Substance-bundle.json │ │ │ │ └── tests-Task-bundle.json │ │ │ └── QuestionnaireExtraction │ │ │ └── example │ │ │ ├── Patient-example.json │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── vocabulary │ │ └── valueset │ │ ├── README.md │ │ └── external │ │ └── valueset-2.16.840.1.113883.3.117.1.7.1.292.json ├── 87 │ ├── AcuteKidneyInjury.md │ ├── CMS832 Scenarios.pptx │ ├── CQLErrata.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── HospitalHarmAcuteKidneyInjury.cql │ │ └── MATGlobalCommonFunctionsQDM-8.0.000.cql │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 88 │ ├── ActivityExtent.md │ ├── ClaimDiagnoses.md │ ├── NegationInFHIR.md │ ├── UsingCQLWithFHIR.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── ClaimDiagnosis.cql │ │ ├── FHIRCommon.cql │ │ ├── FHIRHelpers.cql │ │ ├── QICoreCommon.cql │ │ └── cql-options.json │ │ ├── resources │ │ └── Questionnaire-phq-9-questionnaire.json │ │ ├── tests │ │ ├── library │ │ │ ├── QICoreCommonTests │ │ │ │ └── example │ │ │ │ │ ├── AdverseEvent │ │ │ │ │ └── AdverseEvent-example.json │ │ │ │ │ ├── AllergyIntolerance │ │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ │ ├── BodyStructure │ │ │ │ │ └── BodyStructure-example.json │ │ │ │ │ ├── CarePlan │ │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ │ └── CarePlan-example.json │ │ │ │ │ ├── CareTeam │ │ │ │ │ └── CareTeam-example.json │ │ │ │ │ ├── Claim │ │ │ │ │ └── Claim-example.json │ │ │ │ │ ├── Communication │ │ │ │ │ ├── Communication-example.json │ │ │ │ │ └── Communication-negation-example.json │ │ │ │ │ ├── CommunicationRequest │ │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ │ ├── Condition │ │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ │ ├── Condition-example.json │ │ │ │ │ └── Condition-hc1.json │ │ │ │ │ ├── Coverage │ │ │ │ │ └── Coverage-example.json │ │ │ │ │ ├── Device │ │ │ │ │ ├── Device-example.json │ │ │ │ │ ├── Device-udi-1.json │ │ │ │ │ ├── Device-udi-2.json │ │ │ │ │ └── Device-udi-3.json │ │ │ │ │ ├── DeviceRequest │ │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ │ ├── DeviceUseStatement │ │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ │ ├── DiagnosticReport │ │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ │ ├── DocumentReference │ │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ │ ├── Encounter │ │ │ │ │ ├── Encounter-1036.json │ │ │ │ │ ├── Encounter-example-1.json │ │ │ │ │ └── Encounter-example.json │ │ │ │ │ ├── FamilyMemberHistory │ │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ │ ├── Flag │ │ │ │ │ └── Flag-example.json │ │ │ │ │ ├── Goal │ │ │ │ │ ├── Goal-example.json │ │ │ │ │ └── Goal-goal-1.json │ │ │ │ │ ├── ImagingStudy │ │ │ │ │ └── ImagingStudy-example.json │ │ │ │ │ ├── Immunization │ │ │ │ │ ├── Immunization-example.json │ │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ │ └── Immunization-negation-example.json │ │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ │ ├── ImplementationGuide │ │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ │ ├── Location │ │ │ │ │ ├── Location-example.json │ │ │ │ │ └── Location-hl7east.json │ │ │ │ │ ├── Medication │ │ │ │ │ ├── Medication-example.json │ │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ │ ├── MedicationAdmnistration │ │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ │ ├── MedicationDispense │ │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ │ ├── MedicationRequest │ │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ │ ├── MedicationStatement │ │ │ │ │ └── MedicationStatement-example.json │ │ │ │ │ ├── NutritionOrder │ │ │ │ │ └── NutritionOrder-example.json │ │ │ │ │ ├── Observation │ │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ │ ├── Observation-bmi.json │ │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ │ ├── Observation-bun.json │ │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ │ ├── Observation-example.json │ │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ │ ├── Observation-height.json │ │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ │ ├── Observation-length.json │ │ │ │ │ ├── Observation-mchc.json │ │ │ │ │ ├── Observation-negation-example.json │ │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ │ ├── Observation-temperature.json │ │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ │ ├── Observation-urine-color.json │ │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ │ ├── Observation-usg.json │ │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ │ └── Observation-weight.json │ │ │ │ │ ├── Organization │ │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ │ ├── Organization-example.json │ │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ │ ├── Patient │ │ │ │ │ └── Patient-example.json │ │ │ │ │ ├── Practitioner │ │ │ │ │ ├── Practitioner-example.json │ │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ │ ├── PractitionerRole │ │ │ │ │ └── PractitionerRole-example.json │ │ │ │ │ ├── Procedure │ │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ │ ├── Procedure-example.json │ │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ │ └── Procedure-rehab.json │ │ │ │ │ ├── RelatedPerson │ │ │ │ │ └── RelatedPerson-example.json │ │ │ │ │ ├── ServiceRequest │ │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ │ ├── Specimen │ │ │ │ │ └── Specimen-example.json │ │ │ │ │ ├── Substance │ │ │ │ │ └── Substance-example.json │ │ │ │ │ ├── Task │ │ │ │ │ └── Task-example.json │ │ │ │ │ ├── tests-AdverseEvent-bundle.json │ │ │ │ │ ├── tests-AllergyIntolerance-bundle.json │ │ │ │ │ ├── tests-BodyStructure-bundle.json │ │ │ │ │ ├── tests-CarePlan-bundle.json │ │ │ │ │ ├── tests-CareTeam-bundle.json │ │ │ │ │ ├── tests-Claim-bundle.json │ │ │ │ │ ├── tests-Communication-bundle.json │ │ │ │ │ ├── tests-CommunicationRequest-bundle.json │ │ │ │ │ ├── tests-Condition-bundle.json │ │ │ │ │ ├── tests-Coverage-bundle.json │ │ │ │ │ ├── tests-Device-bundle.json │ │ │ │ │ ├── tests-DeviceRequest-bundle.json │ │ │ │ │ ├── tests-DeviceUseStatement-bundle.json │ │ │ │ │ ├── tests-DiagnosticReport-bundle.json │ │ │ │ │ ├── tests-DocumentReference-bundle.json │ │ │ │ │ ├── tests-Encounter-bundle.json │ │ │ │ │ ├── tests-FamilyMemberHistory-bundle.json │ │ │ │ │ ├── tests-Flag-bundle.json │ │ │ │ │ ├── tests-Goal-bundle.json │ │ │ │ │ ├── tests-ImagingStudy-bundle.json │ │ │ │ │ ├── tests-Immunization-bundle.json │ │ │ │ │ ├── tests-ImmunizationEvaluation-bundle.json │ │ │ │ │ ├── tests-ImmunizationRecommendation-bundle.json │ │ │ │ │ ├── tests-ImplementationGuide-bundle.json │ │ │ │ │ ├── tests-Location-bundle.json │ │ │ │ │ ├── tests-Medication-bundle.json │ │ │ │ │ ├── tests-MedicationAdmnistration-bundle.json │ │ │ │ │ ├── tests-MedicationDispense-bundle.json │ │ │ │ │ ├── tests-MedicationRequest-bundle.json │ │ │ │ │ ├── tests-MedicationStatement-bundle.json │ │ │ │ │ ├── tests-NutritionOrder-bundle.json │ │ │ │ │ ├── tests-Observation-bundle.json │ │ │ │ │ ├── tests-Organization-bundle.json │ │ │ │ │ ├── tests-Patient-bundle.json │ │ │ │ │ ├── tests-Practitioner-bundle.json │ │ │ │ │ ├── tests-PractitionerRole-bundle.json │ │ │ │ │ ├── tests-Procedure-bundle.json │ │ │ │ │ ├── tests-RelatedPerson-bundle.json │ │ │ │ │ ├── tests-ServiceRequest-bundle.json │ │ │ │ │ ├── tests-Specimen-bundle.json │ │ │ │ │ ├── tests-Substance-bundle.json │ │ │ │ │ └── tests-Task-bundle.json │ │ │ └── QuestionnaireExtraction │ │ │ │ └── example │ │ │ │ ├── Patient-example.json │ │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── results │ │ │ └── FHIRCommon.txt │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 89 │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── FHIRHelpers.cql │ │ ├── ProstateCaAvoidanceBoneScanOveruseFHIR2.cql │ │ ├── QICoreCommonSTU6Prototype.cql │ │ └── SupplementalDataElementsSTU6Prototype.cql │ │ ├── tests │ │ └── ProstateCaAvoidanceBoneScanOveruseFHIR2 │ │ │ └── 0b23d11d-5e98-42d0-89e7-4b0ad15dc362 │ │ │ ├── condition.json │ │ │ ├── coverage.json │ │ │ ├── measure-report.json │ │ │ ├── observation-1.json │ │ │ ├── observation-2.json │ │ │ ├── observation-3.json │ │ │ ├── observation-4.json │ │ │ ├── organization.json │ │ │ ├── practitioner.json │ │ │ └── procedure.json │ │ └── vocabulary │ │ └── valueset │ │ ├── README.md │ │ └── external │ │ ├── valueset-2.16.840.1.113883.3.526.3.319.json │ │ ├── valueset-2.16.840.1.113883.3.526.3.320.json │ │ ├── valueset-2.16.840.1.113883.3.526.3.398.json │ │ ├── valueset-2.16.840.1.113883.3.526.3.399.json │ │ ├── valueset-2.16.840.1.113883.3.526.3.401.json │ │ └── valueset-2.16.840.1.113883.3.526.3.451.json ├── 90 │ ├── 01-CQLErrata.md │ ├── 02-CommonCQLAssetsUS.md │ ├── 03-ClaimDiagnosisAndPrincipalProcedure.md │ ├── 04-RepriseQICore6ChangeReview.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── CMS108FHIR-v0.3.000-FHIR.html │ │ ├── CMS108FHIR-v0.3.000-FHIR.json │ │ ├── CMS108FHIR-v0.3.000-FHIR.xml │ │ ├── CMS108VTEProphylaxisFHIR.cql │ │ ├── CQMCommon.cql │ │ ├── FHIRHelpers.cql │ │ ├── QICoreCommon.cql │ │ ├── SupplementalDataElements.cql │ │ ├── TJCOverall.cql │ │ ├── VTE.cql │ │ └── cql-options.json │ │ ├── tests │ │ └── library │ │ │ ├── CMS108VTEProphylaxisFHIR │ │ │ ├── 861fe7f8-9bab-4e23-9b85-419e1aa0b1d8 │ │ │ │ ├── CMS108FHIR-v0.3.000-DENEXPass-PrincDxMH.json │ │ │ │ └── README │ │ │ ├── d8c5ec26-7d98-4461-899e-edfcfed7b058 │ │ │ │ ├── CMS108FHIR-v0.3.000-NUMERPass-MedReasonMOLDUHepDOVFPIPEnc.json │ │ │ │ └── README │ │ │ └── eb754c68-82c7-48cd-a2f0-26ee1cd92544 │ │ │ │ ├── CMS108FHIR-v0.3.000-DENEXPass-SCIPHipFxRank1.json │ │ │ │ └── README │ │ │ ├── QICoreCommonTests │ │ │ └── example │ │ │ │ ├── AdverseEvent │ │ │ │ └── AdverseEvent-example.json │ │ │ │ ├── AllergyIntolerance │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ ├── BodyStructure │ │ │ │ └── BodyStructure-example.json │ │ │ │ ├── CarePlan │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ └── CarePlan-example.json │ │ │ │ ├── CareTeam │ │ │ │ └── CareTeam-example.json │ │ │ │ ├── Claim │ │ │ │ └── Claim-example.json │ │ │ │ ├── Communication │ │ │ │ ├── Communication-example.json │ │ │ │ └── Communication-negation-example.json │ │ │ │ ├── CommunicationRequest │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ ├── Condition │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ ├── Condition-example.json │ │ │ │ └── Condition-hc1.json │ │ │ │ ├── Coverage │ │ │ │ └── Coverage-example.json │ │ │ │ ├── Device │ │ │ │ ├── Device-example.json │ │ │ │ ├── Device-udi-1.json │ │ │ │ ├── Device-udi-2.json │ │ │ │ └── Device-udi-3.json │ │ │ │ ├── DeviceRequest │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ ├── DeviceUseStatement │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ ├── DiagnosticReport │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ ├── DocumentReference │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ ├── Encounter │ │ │ │ ├── Encounter-1036.json │ │ │ │ ├── Encounter-example-1.json │ │ │ │ └── Encounter-example.json │ │ │ │ ├── FamilyMemberHistory │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ ├── Flag │ │ │ │ └── Flag-example.json │ │ │ │ ├── Goal │ │ │ │ ├── Goal-example.json │ │ │ │ └── Goal-goal-1.json │ │ │ │ ├── ImagingStudy │ │ │ │ └── ImagingStudy-example.json │ │ │ │ ├── Immunization │ │ │ │ ├── Immunization-example.json │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ └── Immunization-negation-example.json │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ ├── ImplementationGuide │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ ├── Location │ │ │ │ ├── Location-example.json │ │ │ │ └── Location-hl7east.json │ │ │ │ ├── Medication │ │ │ │ ├── Medication-example.json │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ ├── MedicationAdmnistration │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ ├── MedicationDispense │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ ├── MedicationRequest │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ ├── MedicationStatement │ │ │ │ └── MedicationStatement-example.json │ │ │ │ ├── NutritionOrder │ │ │ │ └── NutritionOrder-example.json │ │ │ │ ├── Observation │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-bmi.json │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ ├── Observation-bun.json │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ ├── Observation-example.json │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ ├── Observation-height.json │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ ├── Observation-length.json │ │ │ │ ├── Observation-mchc.json │ │ │ │ ├── Observation-negation-example.json │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ ├── Observation-temperature.json │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ ├── Observation-urine-color.json │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ ├── Observation-usg.json │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ └── Observation-weight.json │ │ │ │ ├── Organization │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ ├── Organization-example.json │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ ├── Patient │ │ │ │ └── Patient-example.json │ │ │ │ ├── Practitioner │ │ │ │ ├── Practitioner-example.json │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ ├── PractitionerRole │ │ │ │ └── PractitionerRole-example.json │ │ │ │ ├── Procedure │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ ├── Procedure-example.json │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ └── Procedure-rehab.json │ │ │ │ ├── RelatedPerson │ │ │ │ └── RelatedPerson-example.json │ │ │ │ ├── ServiceRequest │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ ├── Specimen │ │ │ │ └── Specimen-example.json │ │ │ │ ├── Substance │ │ │ │ └── Substance-example.json │ │ │ │ ├── Task │ │ │ │ └── Task-example.json │ │ │ │ ├── tests-AdverseEvent-bundle.json │ │ │ │ ├── tests-AllergyIntolerance-bundle.json │ │ │ │ ├── tests-BodyStructure-bundle.json │ │ │ │ ├── tests-CarePlan-bundle.json │ │ │ │ ├── tests-CareTeam-bundle.json │ │ │ │ ├── tests-Claim-bundle.json │ │ │ │ ├── tests-Communication-bundle.json │ │ │ │ ├── tests-CommunicationRequest-bundle.json │ │ │ │ ├── tests-Condition-bundle.json │ │ │ │ ├── tests-Coverage-bundle.json │ │ │ │ ├── tests-Device-bundle.json │ │ │ │ ├── tests-DeviceRequest-bundle.json │ │ │ │ ├── tests-DeviceUseStatement-bundle.json │ │ │ │ ├── tests-DiagnosticReport-bundle.json │ │ │ │ ├── tests-DocumentReference-bundle.json │ │ │ │ ├── tests-Encounter-bundle.json │ │ │ │ ├── tests-FamilyMemberHistory-bundle.json │ │ │ │ ├── tests-Flag-bundle.json │ │ │ │ ├── tests-Goal-bundle.json │ │ │ │ ├── tests-ImagingStudy-bundle.json │ │ │ │ ├── tests-Immunization-bundle.json │ │ │ │ ├── tests-ImmunizationEvaluation-bundle.json │ │ │ │ ├── tests-ImmunizationRecommendation-bundle.json │ │ │ │ ├── tests-ImplementationGuide-bundle.json │ │ │ │ ├── tests-Location-bundle.json │ │ │ │ ├── tests-Medication-bundle.json │ │ │ │ ├── tests-MedicationAdmnistration-bundle.json │ │ │ │ ├── tests-MedicationDispense-bundle.json │ │ │ │ ├── tests-MedicationRequest-bundle.json │ │ │ │ ├── tests-MedicationStatement-bundle.json │ │ │ │ ├── tests-NutritionOrder-bundle.json │ │ │ │ ├── tests-Observation-bundle.json │ │ │ │ ├── tests-Organization-bundle.json │ │ │ │ ├── tests-Patient-bundle.json │ │ │ │ ├── tests-Practitioner-bundle.json │ │ │ │ ├── tests-PractitionerRole-bundle.json │ │ │ │ ├── tests-Procedure-bundle.json │ │ │ │ ├── tests-RelatedPerson-bundle.json │ │ │ │ ├── tests-ServiceRequest-bundle.json │ │ │ │ ├── tests-Specimen-bundle.json │ │ │ │ ├── tests-Substance-bundle.json │ │ │ │ └── tests-Task-bundle.json │ │ │ └── QuestionnaireExtraction │ │ │ └── example │ │ │ ├── Patient-example.json │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 91 │ ├── CQL2.0.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ └── cql-options.json │ │ ├── resources │ │ └── Questionnaire-phq-9-questionnaire.json │ │ ├── tests │ │ └── library │ │ │ ├── QICoreCommonTests │ │ │ └── example │ │ │ │ ├── AdverseEvent │ │ │ │ └── AdverseEvent-example.json │ │ │ │ ├── AllergyIntolerance │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ ├── BodyStructure │ │ │ │ └── BodyStructure-example.json │ │ │ │ ├── CarePlan │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ └── CarePlan-example.json │ │ │ │ ├── CareTeam │ │ │ │ └── CareTeam-example.json │ │ │ │ ├── Claim │ │ │ │ └── Claim-example.json │ │ │ │ ├── Communication │ │ │ │ ├── Communication-example.json │ │ │ │ └── Communication-negation-example.json │ │ │ │ ├── CommunicationRequest │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ ├── Condition │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ ├── Condition-example.json │ │ │ │ └── Condition-hc1.json │ │ │ │ ├── Coverage │ │ │ │ └── Coverage-example.json │ │ │ │ ├── Device │ │ │ │ ├── Device-example.json │ │ │ │ ├── Device-udi-1.json │ │ │ │ ├── Device-udi-2.json │ │ │ │ └── Device-udi-3.json │ │ │ │ ├── DeviceRequest │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ ├── DeviceUseStatement │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ ├── DiagnosticReport │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ ├── DocumentReference │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ ├── Encounter │ │ │ │ ├── Encounter-1036.json │ │ │ │ ├── Encounter-example-1.json │ │ │ │ └── Encounter-example.json │ │ │ │ ├── FamilyMemberHistory │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ ├── Flag │ │ │ │ └── Flag-example.json │ │ │ │ ├── Goal │ │ │ │ ├── Goal-example.json │ │ │ │ └── Goal-goal-1.json │ │ │ │ ├── ImagingStudy │ │ │ │ └── ImagingStudy-example.json │ │ │ │ ├── Immunization │ │ │ │ ├── Immunization-example.json │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ └── Immunization-negation-example.json │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ ├── ImplementationGuide │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ ├── Location │ │ │ │ ├── Location-example.json │ │ │ │ └── Location-hl7east.json │ │ │ │ ├── Medication │ │ │ │ ├── Medication-example.json │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ ├── MedicationAdmnistration │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ ├── MedicationDispense │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ ├── MedicationRequest │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ ├── MedicationStatement │ │ │ │ └── MedicationStatement-example.json │ │ │ │ ├── NutritionOrder │ │ │ │ └── NutritionOrder-example.json │ │ │ │ ├── Observation │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-bmi.json │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ ├── Observation-bun.json │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ ├── Observation-example.json │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ ├── Observation-height.json │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ ├── Observation-length.json │ │ │ │ ├── Observation-mchc.json │ │ │ │ ├── Observation-negation-example.json │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ ├── Observation-temperature.json │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ ├── Observation-urine-color.json │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ ├── Observation-usg.json │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ └── Observation-weight.json │ │ │ │ ├── Organization │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ ├── Organization-example.json │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ ├── Patient │ │ │ │ └── Patient-example.json │ │ │ │ ├── Practitioner │ │ │ │ ├── Practitioner-example.json │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ ├── PractitionerRole │ │ │ │ └── PractitionerRole-example.json │ │ │ │ ├── Procedure │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ ├── Procedure-example.json │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ └── Procedure-rehab.json │ │ │ │ ├── RelatedPerson │ │ │ │ └── RelatedPerson-example.json │ │ │ │ ├── ServiceRequest │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ ├── Specimen │ │ │ │ └── Specimen-example.json │ │ │ │ ├── Substance │ │ │ │ └── Substance-example.json │ │ │ │ ├── Task │ │ │ │ └── Task-example.json │ │ │ │ ├── tests-AdverseEvent-bundle.json │ │ │ │ ├── tests-AllergyIntolerance-bundle.json │ │ │ │ ├── tests-BodyStructure-bundle.json │ │ │ │ ├── tests-CarePlan-bundle.json │ │ │ │ ├── tests-CareTeam-bundle.json │ │ │ │ ├── tests-Claim-bundle.json │ │ │ │ ├── tests-Communication-bundle.json │ │ │ │ ├── tests-CommunicationRequest-bundle.json │ │ │ │ ├── tests-Condition-bundle.json │ │ │ │ ├── tests-Coverage-bundle.json │ │ │ │ ├── tests-Device-bundle.json │ │ │ │ ├── tests-DeviceRequest-bundle.json │ │ │ │ ├── tests-DeviceUseStatement-bundle.json │ │ │ │ ├── tests-DiagnosticReport-bundle.json │ │ │ │ ├── tests-DocumentReference-bundle.json │ │ │ │ ├── tests-Encounter-bundle.json │ │ │ │ ├── tests-FamilyMemberHistory-bundle.json │ │ │ │ ├── tests-Flag-bundle.json │ │ │ │ ├── tests-Goal-bundle.json │ │ │ │ ├── tests-ImagingStudy-bundle.json │ │ │ │ ├── tests-Immunization-bundle.json │ │ │ │ ├── tests-ImmunizationEvaluation-bundle.json │ │ │ │ ├── tests-ImmunizationRecommendation-bundle.json │ │ │ │ ├── tests-ImplementationGuide-bundle.json │ │ │ │ ├── tests-Location-bundle.json │ │ │ │ ├── tests-Medication-bundle.json │ │ │ │ ├── tests-MedicationAdmnistration-bundle.json │ │ │ │ ├── tests-MedicationDispense-bundle.json │ │ │ │ ├── tests-MedicationRequest-bundle.json │ │ │ │ ├── tests-MedicationStatement-bundle.json │ │ │ │ ├── tests-NutritionOrder-bundle.json │ │ │ │ ├── tests-Observation-bundle.json │ │ │ │ ├── tests-Organization-bundle.json │ │ │ │ ├── tests-Patient-bundle.json │ │ │ │ ├── tests-Practitioner-bundle.json │ │ │ │ ├── tests-PractitionerRole-bundle.json │ │ │ │ ├── tests-Procedure-bundle.json │ │ │ │ ├── tests-RelatedPerson-bundle.json │ │ │ │ ├── tests-ServiceRequest-bundle.json │ │ │ │ ├── tests-Specimen-bundle.json │ │ │ │ ├── tests-Substance-bundle.json │ │ │ │ └── tests-Task-bundle.json │ │ │ └── QuestionnaireExtraction │ │ │ └── example │ │ │ ├── Patient-example.json │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 92 │ ├── 01-DerivedModelInfo.md │ ├── 02-USCore-7.0.0-and-QICore-7.0.0.md │ ├── 03-FHIR-USCore-QICore-Common.md │ ├── CQLLibraryRefactoring.png │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── FHIRCommon.cql │ │ ├── FHIRHelpers.cql │ │ ├── QICoreCommon.cql │ │ ├── USCoreCommon.cql │ │ ├── cql-options.json │ │ ├── fhir-modelinfo-4.0.1.xml │ │ ├── qicore-modelinfo-4.1.1.xml │ │ ├── qicore-modelinfo-6.0.0.xml │ │ ├── qicore-modelinfo-7.0.0.xml │ │ ├── qicore-modelinfo-settings-7.0.0.json │ │ ├── uscore-modelinfo-3.1.1.xml │ │ ├── uscore-modelinfo-6.1.0.xml │ │ ├── uscore-modelinfo-7.0.0.xml │ │ └── uscore-modelinfo-settings-7.0.0.json │ │ ├── resources │ │ └── Questionnaire-phq-9-questionnaire.json │ │ ├── tests │ │ └── library │ │ │ ├── QICoreCommonTests │ │ │ └── example │ │ │ │ ├── AdverseEvent │ │ │ │ └── AdverseEvent-example.json │ │ │ │ ├── AllergyIntolerance │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ ├── BodyStructure │ │ │ │ └── BodyStructure-example.json │ │ │ │ ├── CarePlan │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ └── CarePlan-example.json │ │ │ │ ├── CareTeam │ │ │ │ └── CareTeam-example.json │ │ │ │ ├── Claim │ │ │ │ └── Claim-example.json │ │ │ │ ├── Communication │ │ │ │ ├── Communication-example.json │ │ │ │ └── Communication-negation-example.json │ │ │ │ ├── CommunicationRequest │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ ├── Condition │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ ├── Condition-example.json │ │ │ │ └── Condition-hc1.json │ │ │ │ ├── Coverage │ │ │ │ └── Coverage-example.json │ │ │ │ ├── Device │ │ │ │ ├── Device-example.json │ │ │ │ ├── Device-udi-1.json │ │ │ │ ├── Device-udi-2.json │ │ │ │ └── Device-udi-3.json │ │ │ │ ├── DeviceRequest │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ ├── DeviceUseStatement │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ ├── DiagnosticReport │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ ├── DocumentReference │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ ├── Encounter │ │ │ │ ├── Encounter-1036.json │ │ │ │ ├── Encounter-example-1.json │ │ │ │ └── Encounter-example.json │ │ │ │ ├── FamilyMemberHistory │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ ├── Flag │ │ │ │ └── Flag-example.json │ │ │ │ ├── Goal │ │ │ │ ├── Goal-example.json │ │ │ │ └── Goal-goal-1.json │ │ │ │ ├── ImagingStudy │ │ │ │ └── ImagingStudy-example.json │ │ │ │ ├── Immunization │ │ │ │ ├── Immunization-example.json │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ └── Immunization-negation-example.json │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ ├── ImplementationGuide │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ ├── Location │ │ │ │ ├── Location-example.json │ │ │ │ └── Location-hl7east.json │ │ │ │ ├── Medication │ │ │ │ ├── Medication-example.json │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ ├── MedicationAdmnistration │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ ├── MedicationDispense │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ ├── MedicationRequest │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ ├── MedicationStatement │ │ │ │ └── MedicationStatement-example.json │ │ │ │ ├── NutritionOrder │ │ │ │ └── NutritionOrder-example.json │ │ │ │ ├── Observation │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-bmi.json │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ ├── Observation-bun.json │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ ├── Observation-example.json │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ ├── Observation-height.json │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ ├── Observation-length.json │ │ │ │ ├── Observation-mchc.json │ │ │ │ ├── Observation-negation-example.json │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ ├── Observation-temperature.json │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ ├── Observation-urine-color.json │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ ├── Observation-usg.json │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ └── Observation-weight.json │ │ │ │ ├── Organization │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ ├── Organization-example.json │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ ├── Patient │ │ │ │ └── Patient-example.json │ │ │ │ ├── Practitioner │ │ │ │ ├── Practitioner-example.json │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ ├── PractitionerRole │ │ │ │ └── PractitionerRole-example.json │ │ │ │ ├── Procedure │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ ├── Procedure-example.json │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ └── Procedure-rehab.json │ │ │ │ ├── RelatedPerson │ │ │ │ └── RelatedPerson-example.json │ │ │ │ ├── ServiceRequest │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ ├── Specimen │ │ │ │ └── Specimen-example.json │ │ │ │ ├── Substance │ │ │ │ └── Substance-example.json │ │ │ │ ├── Task │ │ │ │ └── Task-example.json │ │ │ │ ├── tests-AdverseEvent-bundle.json │ │ │ │ ├── tests-AllergyIntolerance-bundle.json │ │ │ │ ├── tests-BodyStructure-bundle.json │ │ │ │ ├── tests-CarePlan-bundle.json │ │ │ │ ├── tests-CareTeam-bundle.json │ │ │ │ ├── tests-Claim-bundle.json │ │ │ │ ├── tests-Communication-bundle.json │ │ │ │ ├── tests-CommunicationRequest-bundle.json │ │ │ │ ├── tests-Condition-bundle.json │ │ │ │ ├── tests-Coverage-bundle.json │ │ │ │ ├── tests-Device-bundle.json │ │ │ │ ├── tests-DeviceRequest-bundle.json │ │ │ │ ├── tests-DeviceUseStatement-bundle.json │ │ │ │ ├── tests-DiagnosticReport-bundle.json │ │ │ │ ├── tests-DocumentReference-bundle.json │ │ │ │ ├── tests-Encounter-bundle.json │ │ │ │ ├── tests-FamilyMemberHistory-bundle.json │ │ │ │ ├── tests-Flag-bundle.json │ │ │ │ ├── tests-Goal-bundle.json │ │ │ │ ├── tests-ImagingStudy-bundle.json │ │ │ │ ├── tests-Immunization-bundle.json │ │ │ │ ├── tests-ImmunizationEvaluation-bundle.json │ │ │ │ ├── tests-ImmunizationRecommendation-bundle.json │ │ │ │ ├── tests-ImplementationGuide-bundle.json │ │ │ │ ├── tests-Location-bundle.json │ │ │ │ ├── tests-Medication-bundle.json │ │ │ │ ├── tests-MedicationAdmnistration-bundle.json │ │ │ │ ├── tests-MedicationDispense-bundle.json │ │ │ │ ├── tests-MedicationRequest-bundle.json │ │ │ │ ├── tests-MedicationStatement-bundle.json │ │ │ │ ├── tests-NutritionOrder-bundle.json │ │ │ │ ├── tests-Observation-bundle.json │ │ │ │ ├── tests-Organization-bundle.json │ │ │ │ ├── tests-Patient-bundle.json │ │ │ │ ├── tests-Practitioner-bundle.json │ │ │ │ ├── tests-PractitionerRole-bundle.json │ │ │ │ ├── tests-Procedure-bundle.json │ │ │ │ ├── tests-RelatedPerson-bundle.json │ │ │ │ ├── tests-ServiceRequest-bundle.json │ │ │ │ ├── tests-Specimen-bundle.json │ │ │ │ ├── tests-Substance-bundle.json │ │ │ │ └── tests-Task-bundle.json │ │ │ └── QuestionnaireExtraction │ │ │ └── example │ │ │ ├── Patient-example.json │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 93 │ ├── CAUTI.md │ ├── July CMS Connectathon Announcement Outreach.pptx │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── CAUTIRate.cql │ │ ├── CAUTISIR.cql │ │ ├── FHIRCommon.cql │ │ ├── QICoreCommon.cql │ │ └── cql-options.json │ │ ├── resources │ │ ├── Measure-CAUTIRate.json │ │ ├── Measure-CAUTISIR.json │ │ └── Questionnaire-phq-9-questionnaire.json │ │ ├── tests │ │ └── library │ │ │ ├── QICoreCommonTests │ │ │ └── example │ │ │ │ ├── AdverseEvent │ │ │ │ └── AdverseEvent-example.json │ │ │ │ ├── AllergyIntolerance │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ ├── BodyStructure │ │ │ │ └── BodyStructure-example.json │ │ │ │ ├── CarePlan │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ └── CarePlan-example.json │ │ │ │ ├── CareTeam │ │ │ │ └── CareTeam-example.json │ │ │ │ ├── Claim │ │ │ │ └── Claim-example.json │ │ │ │ ├── Communication │ │ │ │ ├── Communication-example.json │ │ │ │ └── Communication-negation-example.json │ │ │ │ ├── CommunicationRequest │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ ├── Condition │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ ├── Condition-example.json │ │ │ │ └── Condition-hc1.json │ │ │ │ ├── Coverage │ │ │ │ └── Coverage-example.json │ │ │ │ ├── Device │ │ │ │ ├── Device-example.json │ │ │ │ ├── Device-udi-1.json │ │ │ │ ├── Device-udi-2.json │ │ │ │ └── Device-udi-3.json │ │ │ │ ├── DeviceRequest │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ ├── DeviceUseStatement │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ ├── DiagnosticReport │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ ├── DocumentReference │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ ├── Encounter │ │ │ │ ├── Encounter-1036.json │ │ │ │ ├── Encounter-example-1.json │ │ │ │ └── Encounter-example.json │ │ │ │ ├── FamilyMemberHistory │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ ├── Flag │ │ │ │ └── Flag-example.json │ │ │ │ ├── Goal │ │ │ │ ├── Goal-example.json │ │ │ │ └── Goal-goal-1.json │ │ │ │ ├── ImagingStudy │ │ │ │ └── ImagingStudy-example.json │ │ │ │ ├── Immunization │ │ │ │ ├── Immunization-example.json │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ └── Immunization-negation-example.json │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ ├── ImplementationGuide │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ ├── Location │ │ │ │ ├── Location-example.json │ │ │ │ └── Location-hl7east.json │ │ │ │ ├── Medication │ │ │ │ ├── Medication-example.json │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ ├── MedicationAdmnistration │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ ├── MedicationDispense │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ ├── MedicationRequest │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ ├── MedicationStatement │ │ │ │ └── MedicationStatement-example.json │ │ │ │ ├── NutritionOrder │ │ │ │ └── NutritionOrder-example.json │ │ │ │ ├── Observation │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-bmi.json │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ ├── Observation-bun.json │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ ├── Observation-example.json │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ ├── Observation-height.json │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ ├── Observation-length.json │ │ │ │ ├── Observation-mchc.json │ │ │ │ ├── Observation-negation-example.json │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ ├── Observation-temperature.json │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ ├── Observation-urine-color.json │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ ├── Observation-usg.json │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ └── Observation-weight.json │ │ │ │ ├── Organization │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ ├── Organization-example.json │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ ├── Patient │ │ │ │ └── Patient-example.json │ │ │ │ ├── Practitioner │ │ │ │ ├── Practitioner-example.json │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ ├── PractitionerRole │ │ │ │ └── PractitionerRole-example.json │ │ │ │ ├── Procedure │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ ├── Procedure-example.json │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ └── Procedure-rehab.json │ │ │ │ ├── RelatedPerson │ │ │ │ └── RelatedPerson-example.json │ │ │ │ ├── ServiceRequest │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ ├── Specimen │ │ │ │ └── Specimen-example.json │ │ │ │ ├── Substance │ │ │ │ └── Substance-example.json │ │ │ │ ├── Task │ │ │ │ └── Task-example.json │ │ │ │ ├── tests-AdverseEvent-bundle.json │ │ │ │ ├── tests-AllergyIntolerance-bundle.json │ │ │ │ ├── tests-BodyStructure-bundle.json │ │ │ │ ├── tests-CarePlan-bundle.json │ │ │ │ ├── tests-CareTeam-bundle.json │ │ │ │ ├── tests-Claim-bundle.json │ │ │ │ ├── tests-Communication-bundle.json │ │ │ │ ├── tests-CommunicationRequest-bundle.json │ │ │ │ ├── tests-Condition-bundle.json │ │ │ │ ├── tests-Coverage-bundle.json │ │ │ │ ├── tests-Device-bundle.json │ │ │ │ ├── tests-DeviceRequest-bundle.json │ │ │ │ ├── tests-DeviceUseStatement-bundle.json │ │ │ │ ├── tests-DiagnosticReport-bundle.json │ │ │ │ ├── tests-DocumentReference-bundle.json │ │ │ │ ├── tests-Encounter-bundle.json │ │ │ │ ├── tests-FamilyMemberHistory-bundle.json │ │ │ │ ├── tests-Flag-bundle.json │ │ │ │ ├── tests-Goal-bundle.json │ │ │ │ ├── tests-ImagingStudy-bundle.json │ │ │ │ ├── tests-Immunization-bundle.json │ │ │ │ ├── tests-ImmunizationEvaluation-bundle.json │ │ │ │ ├── tests-ImmunizationRecommendation-bundle.json │ │ │ │ ├── tests-ImplementationGuide-bundle.json │ │ │ │ ├── tests-Location-bundle.json │ │ │ │ ├── tests-Medication-bundle.json │ │ │ │ ├── tests-MedicationAdmnistration-bundle.json │ │ │ │ ├── tests-MedicationDispense-bundle.json │ │ │ │ ├── tests-MedicationRequest-bundle.json │ │ │ │ ├── tests-MedicationStatement-bundle.json │ │ │ │ ├── tests-NutritionOrder-bundle.json │ │ │ │ ├── tests-Observation-bundle.json │ │ │ │ ├── tests-Organization-bundle.json │ │ │ │ ├── tests-Patient-bundle.json │ │ │ │ ├── tests-Practitioner-bundle.json │ │ │ │ ├── tests-PractitionerRole-bundle.json │ │ │ │ ├── tests-Procedure-bundle.json │ │ │ │ ├── tests-RelatedPerson-bundle.json │ │ │ │ ├── tests-ServiceRequest-bundle.json │ │ │ │ ├── tests-Specimen-bundle.json │ │ │ │ ├── tests-Substance-bundle.json │ │ │ │ └── tests-Task-bundle.json │ │ │ └── QuestionnaireExtraction │ │ │ └── example │ │ │ ├── Patient-example.json │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 94 │ ├── CMSConnectathonReport.md │ ├── CQL2BallotReview.md │ ├── EstimatedDenominator.md │ ├── MeasureNarrativeReview.md │ ├── ReferenceTypeCaveat.md │ ├── TimezoneTesting.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── FHIRCommon.cql │ │ └── cql-options.json │ │ ├── resources │ │ └── Questionnaire-phq-9-questionnaire.json │ │ ├── tests │ │ └── library │ │ │ ├── QICoreCommonTests │ │ │ └── example │ │ │ │ ├── AdverseEvent │ │ │ │ └── AdverseEvent-example.json │ │ │ │ ├── AllergyIntolerance │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ ├── BodyStructure │ │ │ │ └── BodyStructure-example.json │ │ │ │ ├── CarePlan │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ └── CarePlan-example.json │ │ │ │ ├── CareTeam │ │ │ │ └── CareTeam-example.json │ │ │ │ ├── Claim │ │ │ │ └── Claim-example.json │ │ │ │ ├── Communication │ │ │ │ ├── Communication-example.json │ │ │ │ └── Communication-negation-example.json │ │ │ │ ├── CommunicationRequest │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ ├── Condition │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ ├── Condition-example.json │ │ │ │ └── Condition-hc1.json │ │ │ │ ├── Coverage │ │ │ │ └── Coverage-example.json │ │ │ │ ├── Device │ │ │ │ ├── Device-example.json │ │ │ │ ├── Device-udi-1.json │ │ │ │ ├── Device-udi-2.json │ │ │ │ └── Device-udi-3.json │ │ │ │ ├── DeviceRequest │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ ├── DeviceUseStatement │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ ├── DiagnosticReport │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ ├── DocumentReference │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ ├── Encounter │ │ │ │ ├── Encounter-1036.json │ │ │ │ ├── Encounter-example-1.json │ │ │ │ └── Encounter-example.json │ │ │ │ ├── FamilyMemberHistory │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ ├── Flag │ │ │ │ └── Flag-example.json │ │ │ │ ├── Goal │ │ │ │ ├── Goal-example.json │ │ │ │ └── Goal-goal-1.json │ │ │ │ ├── ImagingStudy │ │ │ │ └── ImagingStudy-example.json │ │ │ │ ├── Immunization │ │ │ │ ├── Immunization-example.json │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ └── Immunization-negation-example.json │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ ├── ImplementationGuide │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ ├── Location │ │ │ │ ├── Location-example.json │ │ │ │ └── Location-hl7east.json │ │ │ │ ├── Medication │ │ │ │ ├── Medication-example.json │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ ├── MedicationAdmnistration │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ ├── MedicationDispense │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ ├── MedicationRequest │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ ├── MedicationStatement │ │ │ │ └── MedicationStatement-example.json │ │ │ │ ├── NutritionOrder │ │ │ │ └── NutritionOrder-example.json │ │ │ │ ├── Observation │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-bmi.json │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ ├── Observation-bun.json │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ ├── Observation-example.json │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ ├── Observation-height.json │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ ├── Observation-length.json │ │ │ │ ├── Observation-mchc.json │ │ │ │ ├── Observation-negation-example.json │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ ├── Observation-temperature.json │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ ├── Observation-urine-color.json │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ ├── Observation-usg.json │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ └── Observation-weight.json │ │ │ │ ├── Organization │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ ├── Organization-example.json │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ ├── Patient │ │ │ │ └── Patient-example.json │ │ │ │ ├── Practitioner │ │ │ │ ├── Practitioner-example.json │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ ├── PractitionerRole │ │ │ │ └── PractitionerRole-example.json │ │ │ │ ├── Procedure │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ ├── Procedure-example.json │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ └── Procedure-rehab.json │ │ │ │ ├── RelatedPerson │ │ │ │ └── RelatedPerson-example.json │ │ │ │ ├── ServiceRequest │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ ├── Specimen │ │ │ │ └── Specimen-example.json │ │ │ │ ├── Substance │ │ │ │ └── Substance-example.json │ │ │ │ ├── Task │ │ │ │ └── Task-example.json │ │ │ │ ├── tests-AdverseEvent-bundle.json │ │ │ │ ├── tests-AllergyIntolerance-bundle.json │ │ │ │ ├── tests-BodyStructure-bundle.json │ │ │ │ ├── tests-CarePlan-bundle.json │ │ │ │ ├── tests-CareTeam-bundle.json │ │ │ │ ├── tests-Claim-bundle.json │ │ │ │ ├── tests-Communication-bundle.json │ │ │ │ ├── tests-CommunicationRequest-bundle.json │ │ │ │ ├── tests-Condition-bundle.json │ │ │ │ ├── tests-Coverage-bundle.json │ │ │ │ ├── tests-Device-bundle.json │ │ │ │ ├── tests-DeviceRequest-bundle.json │ │ │ │ ├── tests-DeviceUseStatement-bundle.json │ │ │ │ ├── tests-DiagnosticReport-bundle.json │ │ │ │ ├── tests-DocumentReference-bundle.json │ │ │ │ ├── tests-Encounter-bundle.json │ │ │ │ ├── tests-FamilyMemberHistory-bundle.json │ │ │ │ ├── tests-Flag-bundle.json │ │ │ │ ├── tests-Goal-bundle.json │ │ │ │ ├── tests-ImagingStudy-bundle.json │ │ │ │ ├── tests-Immunization-bundle.json │ │ │ │ ├── tests-ImmunizationEvaluation-bundle.json │ │ │ │ ├── tests-ImmunizationRecommendation-bundle.json │ │ │ │ ├── tests-ImplementationGuide-bundle.json │ │ │ │ ├── tests-Location-bundle.json │ │ │ │ ├── tests-Medication-bundle.json │ │ │ │ ├── tests-MedicationAdmnistration-bundle.json │ │ │ │ ├── tests-MedicationDispense-bundle.json │ │ │ │ ├── tests-MedicationRequest-bundle.json │ │ │ │ ├── tests-MedicationStatement-bundle.json │ │ │ │ ├── tests-NutritionOrder-bundle.json │ │ │ │ ├── tests-Observation-bundle.json │ │ │ │ ├── tests-Organization-bundle.json │ │ │ │ ├── tests-Patient-bundle.json │ │ │ │ ├── tests-Practitioner-bundle.json │ │ │ │ ├── tests-PractitionerRole-bundle.json │ │ │ │ ├── tests-Procedure-bundle.json │ │ │ │ ├── tests-RelatedPerson-bundle.json │ │ │ │ ├── tests-ServiceRequest-bundle.json │ │ │ │ ├── tests-Specimen-bundle.json │ │ │ │ ├── tests-Substance-bundle.json │ │ │ │ └── tests-Task-bundle.json │ │ │ └── QuestionnaireExtraction │ │ │ └── example │ │ │ ├── Patient-example.json │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 95 │ ├── CQLR2BallotResults.md │ ├── CQLTestResults.png │ ├── CQLUSReview.md │ ├── CTScanRepresentation.md │ ├── Connectathon40Report.md │ ├── _Agenda.md │ ├── dashboard.png │ └── input │ │ ├── cql │ │ └── cql-options.json │ │ ├── resources │ │ └── Questionnaire-phq-9-questionnaire.json │ │ ├── tests │ │ └── library │ │ │ ├── QICoreCommonTests │ │ │ └── example │ │ │ │ ├── AdverseEvent │ │ │ │ └── AdverseEvent-example.json │ │ │ │ ├── AllergyIntolerance │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ ├── BodyStructure │ │ │ │ └── BodyStructure-example.json │ │ │ │ ├── CarePlan │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ └── CarePlan-example.json │ │ │ │ ├── CareTeam │ │ │ │ └── CareTeam-example.json │ │ │ │ ├── Claim │ │ │ │ └── Claim-example.json │ │ │ │ ├── Communication │ │ │ │ ├── Communication-example.json │ │ │ │ └── Communication-negation-example.json │ │ │ │ ├── CommunicationRequest │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ ├── Condition │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ ├── Condition-example.json │ │ │ │ └── Condition-hc1.json │ │ │ │ ├── Coverage │ │ │ │ └── Coverage-example.json │ │ │ │ ├── Device │ │ │ │ ├── Device-example.json │ │ │ │ ├── Device-udi-1.json │ │ │ │ ├── Device-udi-2.json │ │ │ │ └── Device-udi-3.json │ │ │ │ ├── DeviceRequest │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ ├── DeviceUseStatement │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ ├── DiagnosticReport │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ ├── DocumentReference │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ ├── Encounter │ │ │ │ ├── Encounter-1036.json │ │ │ │ ├── Encounter-example-1.json │ │ │ │ └── Encounter-example.json │ │ │ │ ├── FamilyMemberHistory │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ ├── Flag │ │ │ │ └── Flag-example.json │ │ │ │ ├── Goal │ │ │ │ ├── Goal-example.json │ │ │ │ └── Goal-goal-1.json │ │ │ │ ├── ImagingStudy │ │ │ │ └── ImagingStudy-example.json │ │ │ │ ├── Immunization │ │ │ │ ├── Immunization-example.json │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ └── Immunization-negation-example.json │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ ├── ImplementationGuide │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ ├── Location │ │ │ │ ├── Location-example.json │ │ │ │ └── Location-hl7east.json │ │ │ │ ├── Medication │ │ │ │ ├── Medication-example.json │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ ├── MedicationAdmnistration │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ ├── MedicationDispense │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ ├── MedicationRequest │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ ├── MedicationStatement │ │ │ │ └── MedicationStatement-example.json │ │ │ │ ├── NutritionOrder │ │ │ │ └── NutritionOrder-example.json │ │ │ │ ├── Observation │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-bmi.json │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ ├── Observation-bun.json │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ ├── Observation-example.json │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ ├── Observation-height.json │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ ├── Observation-length.json │ │ │ │ ├── Observation-mchc.json │ │ │ │ ├── Observation-negation-example.json │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ ├── Observation-temperature.json │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ ├── Observation-urine-color.json │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ ├── Observation-usg.json │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ └── Observation-weight.json │ │ │ │ ├── Organization │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ ├── Organization-example.json │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ ├── Patient │ │ │ │ └── Patient-example.json │ │ │ │ ├── Practitioner │ │ │ │ ├── Practitioner-example.json │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ ├── PractitionerRole │ │ │ │ └── PractitionerRole-example.json │ │ │ │ ├── Procedure │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ ├── Procedure-example.json │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ └── Procedure-rehab.json │ │ │ │ ├── RelatedPerson │ │ │ │ └── RelatedPerson-example.json │ │ │ │ ├── ServiceRequest │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ ├── Specimen │ │ │ │ └── Specimen-example.json │ │ │ │ ├── Substance │ │ │ │ └── Substance-example.json │ │ │ │ ├── Task │ │ │ │ └── Task-example.json │ │ │ │ ├── tests-AdverseEvent-bundle.json │ │ │ │ ├── tests-AllergyIntolerance-bundle.json │ │ │ │ ├── tests-BodyStructure-bundle.json │ │ │ │ ├── tests-CarePlan-bundle.json │ │ │ │ ├── tests-CareTeam-bundle.json │ │ │ │ ├── tests-Claim-bundle.json │ │ │ │ ├── tests-Communication-bundle.json │ │ │ │ ├── tests-CommunicationRequest-bundle.json │ │ │ │ ├── tests-Condition-bundle.json │ │ │ │ ├── tests-Coverage-bundle.json │ │ │ │ ├── tests-Device-bundle.json │ │ │ │ ├── tests-DeviceRequest-bundle.json │ │ │ │ ├── tests-DeviceUseStatement-bundle.json │ │ │ │ ├── tests-DiagnosticReport-bundle.json │ │ │ │ ├── tests-DocumentReference-bundle.json │ │ │ │ ├── tests-Encounter-bundle.json │ │ │ │ ├── tests-FamilyMemberHistory-bundle.json │ │ │ │ ├── tests-Flag-bundle.json │ │ │ │ ├── tests-Goal-bundle.json │ │ │ │ ├── tests-ImagingStudy-bundle.json │ │ │ │ ├── tests-Immunization-bundle.json │ │ │ │ ├── tests-ImmunizationEvaluation-bundle.json │ │ │ │ ├── tests-ImmunizationRecommendation-bundle.json │ │ │ │ ├── tests-ImplementationGuide-bundle.json │ │ │ │ ├── tests-Location-bundle.json │ │ │ │ ├── tests-Medication-bundle.json │ │ │ │ ├── tests-MedicationAdmnistration-bundle.json │ │ │ │ ├── tests-MedicationDispense-bundle.json │ │ │ │ ├── tests-MedicationRequest-bundle.json │ │ │ │ ├── tests-MedicationStatement-bundle.json │ │ │ │ ├── tests-NutritionOrder-bundle.json │ │ │ │ ├── tests-Observation-bundle.json │ │ │ │ ├── tests-Organization-bundle.json │ │ │ │ ├── tests-Patient-bundle.json │ │ │ │ ├── tests-Practitioner-bundle.json │ │ │ │ ├── tests-PractitionerRole-bundle.json │ │ │ │ ├── tests-Procedure-bundle.json │ │ │ │ ├── tests-RelatedPerson-bundle.json │ │ │ │ ├── tests-ServiceRequest-bundle.json │ │ │ │ ├── tests-Specimen-bundle.json │ │ │ │ ├── tests-Substance-bundle.json │ │ │ │ └── tests-Task-bundle.json │ │ │ └── QuestionnaireExtraction │ │ │ └── example │ │ │ ├── Patient-example.json │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 96 │ ├── 00-Announcements.md │ ├── 01-Stratifiers.md │ ├── 03-TimingBestPractices.md │ ├── 04-PatientPatterns.md │ ├── 05-AllergyPatterns.md │ ├── 06-ObservationPatterns.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ └── cql-options.json │ │ ├── resources │ │ └── Questionnaire-phq-9-questionnaire.json │ │ ├── tests │ │ └── library │ │ │ ├── QICoreCommonTests │ │ │ └── example │ │ │ │ ├── AdverseEvent │ │ │ │ └── AdverseEvent-example.json │ │ │ │ ├── AllergyIntolerance │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ ├── BodyStructure │ │ │ │ └── BodyStructure-example.json │ │ │ │ ├── CarePlan │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ └── CarePlan-example.json │ │ │ │ ├── CareTeam │ │ │ │ └── CareTeam-example.json │ │ │ │ ├── Claim │ │ │ │ └── Claim-example.json │ │ │ │ ├── Communication │ │ │ │ ├── Communication-example.json │ │ │ │ └── Communication-negation-example.json │ │ │ │ ├── CommunicationRequest │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ ├── Condition │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ ├── Condition-example.json │ │ │ │ └── Condition-hc1.json │ │ │ │ ├── Coverage │ │ │ │ └── Coverage-example.json │ │ │ │ ├── Device │ │ │ │ ├── Device-example.json │ │ │ │ ├── Device-udi-1.json │ │ │ │ ├── Device-udi-2.json │ │ │ │ └── Device-udi-3.json │ │ │ │ ├── DeviceRequest │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ ├── DeviceUseStatement │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ ├── DiagnosticReport │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ ├── DocumentReference │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ ├── Encounter │ │ │ │ ├── Encounter-1036.json │ │ │ │ ├── Encounter-example-1.json │ │ │ │ └── Encounter-example.json │ │ │ │ ├── FamilyMemberHistory │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ ├── Flag │ │ │ │ └── Flag-example.json │ │ │ │ ├── Goal │ │ │ │ ├── Goal-example.json │ │ │ │ └── Goal-goal-1.json │ │ │ │ ├── ImagingStudy │ │ │ │ └── ImagingStudy-example.json │ │ │ │ ├── Immunization │ │ │ │ ├── Immunization-example.json │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ └── Immunization-negation-example.json │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ ├── ImplementationGuide │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ ├── Location │ │ │ │ ├── Location-example.json │ │ │ │ └── Location-hl7east.json │ │ │ │ ├── Medication │ │ │ │ ├── Medication-example.json │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ ├── MedicationAdmnistration │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ ├── MedicationDispense │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ ├── MedicationRequest │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ ├── MedicationStatement │ │ │ │ └── MedicationStatement-example.json │ │ │ │ ├── NutritionOrder │ │ │ │ └── NutritionOrder-example.json │ │ │ │ ├── Observation │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-bmi.json │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ ├── Observation-bun.json │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ ├── Observation-example.json │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ ├── Observation-height.json │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ ├── Observation-length.json │ │ │ │ ├── Observation-mchc.json │ │ │ │ ├── Observation-negation-example.json │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ ├── Observation-temperature.json │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ ├── Observation-urine-color.json │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ ├── Observation-usg.json │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ └── Observation-weight.json │ │ │ │ ├── Organization │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ ├── Organization-example.json │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ ├── Patient │ │ │ │ └── Patient-example.json │ │ │ │ ├── Practitioner │ │ │ │ ├── Practitioner-example.json │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ ├── PractitionerRole │ │ │ │ └── PractitionerRole-example.json │ │ │ │ ├── Procedure │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ ├── Procedure-example.json │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ └── Procedure-rehab.json │ │ │ │ ├── RelatedPerson │ │ │ │ └── RelatedPerson-example.json │ │ │ │ ├── ServiceRequest │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ ├── Specimen │ │ │ │ └── Specimen-example.json │ │ │ │ ├── Substance │ │ │ │ └── Substance-example.json │ │ │ │ ├── Task │ │ │ │ └── Task-example.json │ │ │ │ ├── tests-AdverseEvent-bundle.json │ │ │ │ ├── tests-AllergyIntolerance-bundle.json │ │ │ │ ├── tests-BodyStructure-bundle.json │ │ │ │ ├── tests-CarePlan-bundle.json │ │ │ │ ├── tests-CareTeam-bundle.json │ │ │ │ ├── tests-Claim-bundle.json │ │ │ │ ├── tests-Communication-bundle.json │ │ │ │ ├── tests-CommunicationRequest-bundle.json │ │ │ │ ├── tests-Condition-bundle.json │ │ │ │ ├── tests-Coverage-bundle.json │ │ │ │ ├── tests-Device-bundle.json │ │ │ │ ├── tests-DeviceRequest-bundle.json │ │ │ │ ├── tests-DeviceUseStatement-bundle.json │ │ │ │ ├── tests-DiagnosticReport-bundle.json │ │ │ │ ├── tests-DocumentReference-bundle.json │ │ │ │ ├── tests-Encounter-bundle.json │ │ │ │ ├── tests-FamilyMemberHistory-bundle.json │ │ │ │ ├── tests-Flag-bundle.json │ │ │ │ ├── tests-Goal-bundle.json │ │ │ │ ├── tests-ImagingStudy-bundle.json │ │ │ │ ├── tests-Immunization-bundle.json │ │ │ │ ├── tests-ImmunizationEvaluation-bundle.json │ │ │ │ ├── tests-ImmunizationRecommendation-bundle.json │ │ │ │ ├── tests-ImplementationGuide-bundle.json │ │ │ │ ├── tests-Location-bundle.json │ │ │ │ ├── tests-Medication-bundle.json │ │ │ │ ├── tests-MedicationAdmnistration-bundle.json │ │ │ │ ├── tests-MedicationDispense-bundle.json │ │ │ │ ├── tests-MedicationRequest-bundle.json │ │ │ │ ├── tests-MedicationStatement-bundle.json │ │ │ │ ├── tests-NutritionOrder-bundle.json │ │ │ │ ├── tests-Observation-bundle.json │ │ │ │ ├── tests-Organization-bundle.json │ │ │ │ ├── tests-Patient-bundle.json │ │ │ │ ├── tests-Practitioner-bundle.json │ │ │ │ ├── tests-PractitionerRole-bundle.json │ │ │ │ ├── tests-Procedure-bundle.json │ │ │ │ ├── tests-RelatedPerson-bundle.json │ │ │ │ ├── tests-ServiceRequest-bundle.json │ │ │ │ ├── tests-Specimen-bundle.json │ │ │ │ ├── tests-Substance-bundle.json │ │ │ │ └── tests-Task-bundle.json │ │ │ └── QuestionnaireExtraction │ │ │ └── example │ │ │ ├── Patient-example.json │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 97 │ ├── 1_NLPEnrichment.md │ ├── AuthoringPatterns.md │ ├── CCDNarrative.png │ ├── CQLIT-420.md │ ├── DataAccess.md │ ├── DefaultComparisonPrecision.cql │ ├── MemberMonths.cql │ ├── MustSupport.md │ ├── Patterns.md │ ├── _Agenda.md │ └── input │ │ ├── cql │ │ ├── AuthoringPatterns.cql │ │ ├── CQMCommon.cql │ │ ├── CombineEdges.cql │ │ ├── EqualityEquivalenceAndNulls.cql │ │ ├── FHIRHelpers.cql │ │ ├── FluentOverloads.cql │ │ ├── ProfilePatterns.cql │ │ ├── QICoreCommon.cql │ │ ├── QICoreCommonTests.cql │ │ ├── QICorePatterns.cql │ │ ├── QuestionnaireExtraction.cql │ │ ├── QuestionnaireResponse.cql │ │ ├── TestFactorial.cql │ │ └── UsagePatterns.cql │ │ ├── resources │ │ └── Questionnaire-phq-9-questionnaire.json │ │ ├── tests │ │ └── library │ │ │ ├── QICoreCommonTests │ │ │ └── example │ │ │ │ ├── AdverseEvent │ │ │ │ └── AdverseEvent-example.json │ │ │ │ ├── AllergyIntolerance │ │ │ │ ├── AllergyIntolerance-example-refuted.json │ │ │ │ └── AllergyIntolerance-example.json │ │ │ │ ├── BodyStructure │ │ │ │ └── BodyStructure-example.json │ │ │ │ ├── CarePlan │ │ │ │ ├── CarePlan-colonoscopy.json │ │ │ │ └── CarePlan-example.json │ │ │ │ ├── CareTeam │ │ │ │ └── CareTeam-example.json │ │ │ │ ├── Claim │ │ │ │ └── Claim-example.json │ │ │ │ ├── Communication │ │ │ │ ├── Communication-example.json │ │ │ │ └── Communication-negation-example.json │ │ │ │ ├── CommunicationRequest │ │ │ │ └── CommunicationRequest-example.json │ │ │ │ ├── Condition │ │ │ │ ├── Condition-appendicitis-example.json │ │ │ │ ├── Condition-example.json │ │ │ │ └── Condition-hc1.json │ │ │ │ ├── Coverage │ │ │ │ └── Coverage-example.json │ │ │ │ ├── Device │ │ │ │ ├── Device-example.json │ │ │ │ ├── Device-udi-1.json │ │ │ │ ├── Device-udi-2.json │ │ │ │ └── Device-udi-3.json │ │ │ │ ├── DeviceRequest │ │ │ │ ├── DeviceRequest-example.json │ │ │ │ └── DeviceRequest-negation-example.json │ │ │ │ ├── DeviceUseStatement │ │ │ │ └── DeviceUseStatement-example.json │ │ │ │ ├── DiagnosticReport │ │ │ │ ├── DiagnosticReport-cardiology-report.json │ │ │ │ ├── DiagnosticReport-cbc.json │ │ │ │ ├── DiagnosticReport-chest-xray-report.json │ │ │ │ ├── DiagnosticReport-example.json │ │ │ │ ├── DiagnosticReport-metabolic-panel.json │ │ │ │ ├── DiagnosticReport-note-example.json │ │ │ │ └── DiagnosticReport-urinalysis.json │ │ │ │ ├── DocumentReference │ │ │ │ └── DocumentReference-episode-summary.json │ │ │ │ ├── Encounter │ │ │ │ ├── Encounter-1036.json │ │ │ │ ├── Encounter-example-1.json │ │ │ │ └── Encounter-example.json │ │ │ │ ├── FamilyMemberHistory │ │ │ │ └── FamilyMemberHistory-example.json │ │ │ │ ├── Flag │ │ │ │ └── Flag-example.json │ │ │ │ ├── Goal │ │ │ │ ├── Goal-example.json │ │ │ │ └── Goal-goal-1.json │ │ │ │ ├── ImagingStudy │ │ │ │ └── ImagingStudy-example.json │ │ │ │ ├── Immunization │ │ │ │ ├── Immunization-example.json │ │ │ │ ├── Immunization-imm-1.json │ │ │ │ └── Immunization-negation-example.json │ │ │ │ ├── ImmunizationEvaluation │ │ │ │ └── ImmunizationEvaluation-example.json │ │ │ │ ├── ImmunizationRecommendation │ │ │ │ └── ImmunizationRecommendation-example.json │ │ │ │ ├── ImplementationGuide │ │ │ │ └── ImplementationGuide-hl7.fhir.us.qicore.json │ │ │ │ ├── Location │ │ │ │ ├── Location-example.json │ │ │ │ └── Location-hl7east.json │ │ │ │ ├── Medication │ │ │ │ ├── Medication-example.json │ │ │ │ ├── Medication-uscore-med1.json │ │ │ │ └── Medication-uscore-med2.json │ │ │ │ ├── MedicationAdmnistration │ │ │ │ ├── MedicationAdministration-example.json │ │ │ │ └── MedicationAdministration-negation-example.json │ │ │ │ ├── MedicationDispense │ │ │ │ ├── MedicationDispense-example.json │ │ │ │ └── MedicationDispense-negation-example.json │ │ │ │ ├── MedicationRequest │ │ │ │ ├── MedicationRequest-example.json │ │ │ │ ├── MedicationRequest-negation-example.json │ │ │ │ ├── MedicationRequest-self-tylenol.json │ │ │ │ ├── MedicationRequest-uscore-mo1.json │ │ │ │ └── MedicationRequest-uscore-mo2.json │ │ │ │ ├── MedicationStatement │ │ │ │ └── MedicationStatement-example.json │ │ │ │ ├── NutritionOrder │ │ │ │ └── NutritionOrder-example.json │ │ │ │ ├── Observation │ │ │ │ ├── Observation-blood-glucose.json │ │ │ │ ├── Observation-blood-pressure.json │ │ │ │ ├── Observation-bmi.json │ │ │ │ ├── Observation-bp-data-absent.json │ │ │ │ ├── Observation-bun.json │ │ │ │ ├── Observation-erythrocytes.json │ │ │ │ ├── Observation-example.json │ │ │ │ ├── Observation-head-circumference.json │ │ │ │ ├── Observation-heart-rate.json │ │ │ │ ├── Observation-height.json │ │ │ │ ├── Observation-hemoglobin.json │ │ │ │ ├── Observation-length.json │ │ │ │ ├── Observation-mchc.json │ │ │ │ ├── Observation-negation-example.json │ │ │ │ ├── Observation-neutrophils.json │ │ │ │ ├── Observation-oxygen-saturation.json │ │ │ │ ├── Observation-pediatric-bmi-example.json │ │ │ │ ├── Observation-pediatric-wt-example.json │ │ │ │ ├── Observation-respiratory-rate.json │ │ │ │ ├── Observation-satO2-fiO2.json │ │ │ │ ├── Observation-serum-calcium.json │ │ │ │ ├── Observation-serum-chloride.json │ │ │ │ ├── Observation-serum-co2.json │ │ │ │ ├── Observation-serum-creatinine.json │ │ │ │ ├── Observation-serum-potassium.json │ │ │ │ ├── Observation-serum-sodium.json │ │ │ │ ├── Observation-serum-total-bilirubin.json │ │ │ │ ├── Observation-some-day-smoker.json │ │ │ │ ├── Observation-temperature.json │ │ │ │ ├── Observation-urine-bacteria.json │ │ │ │ ├── Observation-urine-bilirubin.json │ │ │ │ ├── Observation-urine-cells.json │ │ │ │ ├── Observation-urine-clarity.json │ │ │ │ ├── Observation-urine-color.json │ │ │ │ ├── Observation-urine-epi-cells.json │ │ │ │ ├── Observation-urine-glucose.json │ │ │ │ ├── Observation-urine-hemoglobin.json │ │ │ │ ├── Observation-urine-ketone.json │ │ │ │ ├── Observation-urine-leukocyte-esterase.json │ │ │ │ ├── Observation-urine-nitrite.json │ │ │ │ ├── Observation-urine-ph.json │ │ │ │ ├── Observation-urine-protein.json │ │ │ │ ├── Observation-urine-rbcs.json │ │ │ │ ├── Observation-urine-sediment.json │ │ │ │ ├── Observation-urine-wbcs.json │ │ │ │ ├── Observation-urobilinogen.json │ │ │ │ ├── Observation-usg.json │ │ │ │ ├── Observation-vitals-panel.json │ │ │ │ └── Observation-weight.json │ │ │ │ ├── Organization │ │ │ │ ├── Organization-acme-lab.json │ │ │ │ ├── Organization-example-organization-2.json │ │ │ │ ├── Organization-example.json │ │ │ │ └── Organization-saint-luke-w-endpoint.json │ │ │ │ ├── Patient │ │ │ │ └── Patient-example.json │ │ │ │ ├── Practitioner │ │ │ │ ├── Practitioner-example.json │ │ │ │ ├── Practitioner-practitioner-1.json │ │ │ │ └── Practitioner-practitioner-2.json │ │ │ │ ├── PractitionerRole │ │ │ │ └── PractitionerRole-example.json │ │ │ │ ├── Procedure │ │ │ │ ├── Procedure-defib-implant.json │ │ │ │ ├── Procedure-example.json │ │ │ │ ├── Procedure-negation-example.json │ │ │ │ └── Procedure-rehab.json │ │ │ │ ├── RelatedPerson │ │ │ │ └── RelatedPerson-example.json │ │ │ │ ├── ServiceRequest │ │ │ │ ├── ServiceRequest-appropriateness-example.json │ │ │ │ ├── ServiceRequest-elective-example.json │ │ │ │ ├── ServiceRequest-example.json │ │ │ │ ├── ServiceRequest-negation-example.json │ │ │ │ └── ServiceRequest-referral-example.json │ │ │ │ ├── Specimen │ │ │ │ └── Specimen-example.json │ │ │ │ ├── Substance │ │ │ │ └── Substance-example.json │ │ │ │ ├── Task │ │ │ │ └── Task-example.json │ │ │ │ ├── tests-AdverseEvent-bundle.json │ │ │ │ ├── tests-AllergyIntolerance-bundle.json │ │ │ │ ├── tests-BodyStructure-bundle.json │ │ │ │ ├── tests-CarePlan-bundle.json │ │ │ │ ├── tests-CareTeam-bundle.json │ │ │ │ ├── tests-Claim-bundle.json │ │ │ │ ├── tests-Communication-bundle.json │ │ │ │ ├── tests-CommunicationRequest-bundle.json │ │ │ │ ├── tests-Condition-bundle.json │ │ │ │ ├── tests-Coverage-bundle.json │ │ │ │ ├── tests-Device-bundle.json │ │ │ │ ├── tests-DeviceRequest-bundle.json │ │ │ │ ├── tests-DeviceUseStatement-bundle.json │ │ │ │ ├── tests-DiagnosticReport-bundle.json │ │ │ │ ├── tests-DocumentReference-bundle.json │ │ │ │ ├── tests-Encounter-bundle.json │ │ │ │ ├── tests-FamilyMemberHistory-bundle.json │ │ │ │ ├── tests-Flag-bundle.json │ │ │ │ ├── tests-Goal-bundle.json │ │ │ │ ├── tests-ImagingStudy-bundle.json │ │ │ │ ├── tests-Immunization-bundle.json │ │ │ │ ├── tests-ImmunizationEvaluation-bundle.json │ │ │ │ ├── tests-ImmunizationRecommendation-bundle.json │ │ │ │ ├── tests-ImplementationGuide-bundle.json │ │ │ │ ├── tests-Location-bundle.json │ │ │ │ ├── tests-Medication-bundle.json │ │ │ │ ├── tests-MedicationAdmnistration-bundle.json │ │ │ │ ├── tests-MedicationDispense-bundle.json │ │ │ │ ├── tests-MedicationRequest-bundle.json │ │ │ │ ├── tests-MedicationStatement-bundle.json │ │ │ │ ├── tests-NutritionOrder-bundle.json │ │ │ │ ├── tests-Observation-bundle.json │ │ │ │ ├── tests-Organization-bundle.json │ │ │ │ ├── tests-Patient-bundle.json │ │ │ │ ├── tests-Practitioner-bundle.json │ │ │ │ ├── tests-PractitionerRole-bundle.json │ │ │ │ ├── tests-Procedure-bundle.json │ │ │ │ ├── tests-RelatedPerson-bundle.json │ │ │ │ ├── tests-ServiceRequest-bundle.json │ │ │ │ ├── tests-Specimen-bundle.json │ │ │ │ ├── tests-Substance-bundle.json │ │ │ │ └── tests-Task-bundle.json │ │ │ └── QuestionnaireExtraction │ │ │ └── example │ │ │ ├── Patient-example.json │ │ │ └── QuestionnaireResponse-phq-9-questionnaireresponse.json │ │ └── vocabulary │ │ └── valueset │ │ └── README.md ├── 01 │ ├── Example01.cql │ ├── Example01_Clean.cql │ ├── Example02.cql │ └── Example02_Clean.cql ├── 02 │ ├── Examples_Clean.cql │ ├── Examples_Working.cql │ └── Working.cql ├── 03 │ ├── Examples_Clean.cql │ ├── Examples_Working.cql │ └── Working.cql ├── 04 │ ├── CMS9v5_Clean.cql │ ├── CMS9v5_Working.cql │ ├── Examples_Clean.cql │ └── Examples_Working.cql ├── 05 │ └── Examples_Clean.cql ├── 07 │ ├── 01_CMS143.cql │ ├── 01_CMS143.xml │ ├── 02_CMS149.cql │ ├── 02_CMS149.xml │ ├── 03_CMS165.cql │ ├── 03_CMS165.xml │ ├── 04_CMS102.cql │ ├── 04_CMS102.xml │ ├── 07_CMS124.cql │ ├── 09_CMS65.cql │ ├── 10_CMS159.cql │ └── Examples_Working.cql ├── 08 │ ├── 00_Working.cql │ ├── 01_CMS117.cql │ ├── 01_CMS117_Working.cql │ ├── 04_CMS9.cql │ ├── 04_CMS9_Working.cql │ ├── 05_CMS104.cql │ ├── 05_CMS104_Working.cql │ ├── 12_VTEDuringObservation.cql │ └── 12_VTEDuringObservation_Working.cql ├── 09 │ ├── 00_Working.cql │ ├── 00_Working.xml │ ├── 03_CMS129.cql │ ├── 03_CMS129_Working.cql │ ├── 05_CMS104.cql │ ├── 05_CMS104_Working.cql │ ├── 06_CMS154.cql │ ├── 06_CMS154_Working.cql │ ├── 07_CMS72.cql │ ├── 07_CMS72_Working.cql │ ├── 12_SameDayBloodPressure.cql │ ├── 12_SameDayBloodPressure_Working.cql │ ├── 13_CMS105.cql │ └── 13_CMS105_Working.cql ├── CQL Basics │ └── CQL_Basics.cql ├── Examples Backlog │ ├── 109_RelatedPerson.cql │ ├── 109_RelatedPerson.xml │ ├── 10_SurgicalPathology.cql │ ├── 11_SepsisReview.cql │ ├── 129_Whiteboard.cql │ ├── 138_FHIRMeasureAnatomy.md │ ├── 18_CMS169.cql │ ├── 18_CMS169_Working.cql │ ├── 33_CalculateAge.cql │ ├── 38_SingletonExists.cql │ ├── 39_Common_Questions.cql │ ├── 49_GeometricMeanOfEncounterLength.cql │ ├── 60_SameOrAfter.cql │ ├── 61_CommonErrorMessages.cql │ ├── 92_CalculatingChangeOverTime.cql │ ├── 92_CalculatingChangeOverTime.xml │ ├── CMS105_v5 CQL Markup-BR.docx │ ├── CompoundResults.cql │ ├── EXM105_v5.cql │ ├── EXM105_v5.xml │ ├── EstimatedGestationalAgeBeforeTimeOfDelivery.cql │ ├── HospitalizationAsJoin.cql │ ├── PercentDiameterReduction.cql │ ├── SharedLibraryExample.cql │ └── UnilateralMastectomies.cql └── Q&A Summaries │ ├── Session 1 2016-04-27 Cooking with CQL Q&A.pdf │ ├── Session 10 2017-01-26 Cooking with CQL Q&A.pdf │ ├── Session 12 2017-03-16 Cooking with CQL Q&A.pdf │ ├── Session 14 2017-05-18 Cooking with CQL Q&A.pdf │ ├── Session 15 2017-07-15 Cooking with CQL Q&A.pdf │ ├── Session 16 2017-07-20 Cooking with CQL Q&A.pdf │ ├── Session 17 2017-08-17 Cooking with CQL Q&A.pdf │ ├── Session 18 2017-09-21 Cooking with CQL Q&A.pdf │ ├── Session 19 2017-10-26 Cooking with CQL Q&A.pdf │ ├── Session 20 2017-11-30 Cooking with CQL Q&A.pdf │ ├── Session 21 2018-02-22 Cooking with CQL Q&A.docx │ ├── Session 21 2018-02-22 Cooking with CQL Q&A.pdf │ ├── Session 22 2018-02-22 Cooking with CQL Q&A.docx │ ├── Session 22 2018-02-22 Cooking with CQL Q&A.pdf │ ├── Session 23 2018-03-29 Cooking with CQL Q&A.docx │ ├── Session 23 2018-03-29 Cooking with CQL Q&A.pdf │ ├── Session 24 2018-04-26 Cooking with CQL Q&A.docx │ ├── Session 24 2019-04-25 Cooking with CQL Q&A.pdf │ ├── Session 25 2018-05-31 Cooking with CQL Q&A.docx │ ├── Session 25 2018-05-31 Cooking with CQL Q&A.pdf │ ├── Session 26 2018-06-28 Cooking with CQL Q&A.docx │ ├── Session 26 2018-06-28 Cooking with CQL Q&A.pdf │ ├── Session 27 2018-07-26 Cooking with CQL Q&A.docx │ ├── Session 27 2018-07-26 Cooking with CQL Q&A.pdf │ ├── Session 28 2018-09-27 Cooking with CQL Q&A.docx │ ├── Session 28 2018-09-27 Cooking with CQL Q&A.pdf │ ├── Session 29 2018-10-25 Cooking with CQL Q&A.docx │ ├── Session 29 2018-10-25 Cooking with CQL Q&A.pdf │ ├── Session 3 2016-06-08 Cooking with CQL Q&A.pdf │ ├── Session 30 2018-12-06 Cooking with CQL Q&A.docx │ ├── Session 30 2018-12-06 Cooking with CQL Q&A.pdf │ ├── Session 31 2019-01-31 Cooking with CQL Q&A.docx │ ├── Session 31 2019-01-31 Cooking with CQL Q&A.pdf │ ├── Session 32 2019-02-28 Cooking with CQL Q&A.docx │ ├── Session 32 2019-02-28 Cooking with CQL Q&A.pdf │ ├── Session 33 2019-03-28 Cooking with CQL Q&A.docx │ ├── Session 33 2019-03-28 Cooking with CQL Q&A.pdf │ ├── Session 34 2019-04-25 Cooking with CQL Q&A.docx │ ├── Session 34 2019-04-25 Cooking with CQL Q&A.pdf │ ├── Session 35 2019-05-23 Cooking with CQL Q&A.docx │ ├── Session 35 2019-05-23 Cooking with CQL Q&A.pdf │ ├── Session 36 2019-06-27 Cooking with CQL Q&A.docx │ ├── Session 36 2019-06-27 Cooking with CQL Q&A.pdf │ ├── Session 37 2019-07-25 Cooking with CQL Q&A.docx │ ├── Session 37 2019-07-25 Cooking with CQL Q&A.pdf │ ├── Session 39 2019-10-24 Cooking with CQL Q&A.docx │ ├── Session 39 2019-10-24 Cooking with CQL Q&A.pdf │ ├── Session 40 2019-12-05 Cooking with CQL Q&A.docx │ ├── Session 40 2019-12-05 Cooking with CQL Q&A.pdf │ ├── Session 41 2020-01-16 Cooking with CQL Q&A.docx │ ├── Session 41 2020-01-16 Cooking with CQL Q&A.pdf │ ├── Session 42 2020-02-27 Cooking with CQL Q&A.docx │ ├── Session 42 2020-02-27 Cooking with CQL Q&A.pdf │ ├── Session 43 2020-04-23 Cooking with CQL Q&A.docx │ ├── Session 43 2020-04-23 Cooking with CQL Q&A.pdf │ ├── Session 44 2020-05-28 Cooking with CQL Q&A.docx │ ├── Session 45 2020-6-25 Cooking with CQL Q&A.docx │ ├── Session 46 2020-07-30 Cooking with CQL Q&A.docx │ ├── Session 47 2020-10-01 Cooking with CQL Q&As.pdf │ ├── Session 48 - 2020-10-29 Cooking with CQL.docx │ ├── Session 50 2021-01-21 Cooking with CQL Q&A.docx │ ├── Session 51 2021-02-25 Cooking with CQL Q&A.docx │ ├── Session 52 2021-03-25 Cooking with CQL Q&As.docx │ ├── Session 53 2021-04-22 Cooking with CQL Q&A.docx │ ├── Session 54 2021-05-27 Cooking with CQL Q&As.docx │ ├── Session 55 2021-06-24 Cooking with CQL Q&As.docx │ ├── Session 56 2021-07-29 Cooking with CQL Q&A.docx │ ├── Session 57 2021-09-16 Cooking with CQL Q&As.docx │ ├── Session 58 2021-10-28 Cooking with CQL Q&As .docx │ ├── Session 59 2021-12-21 Cooking with CQL Q&As .docx │ ├── Session 60 2022-01-27Cooking with CQL QAs .docx │ ├── Session 61 2022-02-24 Cooking with CQL Q&As.docx │ ├── Session 63 2022-04-28 Cooking with CQL QAs.docx │ ├── Session 64 2022-06-21 Cooking with CQL QAs .docx │ ├── Session 65 2022-06-29 Cooking with CQL QAs.docx │ ├── Session 66 2022-07-28 Cooking with CQL QAs.docx │ ├── Session 67 2022-10-18 Cooking with CQL QAs.docx │ ├── Session 68 2022-10-27 Cooking with CQL QAs.docx │ ├── Session 69 2022-12-1 Cooking with CQL QAs.docx │ └── Session 9 2016-11-17 Cooking with CQL Q&A.pdf ├── Discussion Items ├── 001-SingleCode.cql ├── 001-SingleCode.xml ├── 002-NegationExamples.cql ├── 003-AgeExamples.cql ├── 004-SpecificOccurrences.cql ├── 005-SpecifyingCriteria.cql ├── 006-PopulationMakeup.cql ├── 007-CompositeMeasures.cql ├── AuthoringMeasuresInCQL.cql ├── CQL201-Examples.cql ├── CompositeMeasures │ ├── 01_ScreeningForAlcoholMisuse.cql │ ├── 02_HypertensionAssessment.cql │ ├── 03_ScreeningForBreastCancer.cql │ ├── 04_ScreeningForColorectalCancer.cql │ ├── 05_ScreeningForDepression.cql │ ├── AllOrNoneAW_v5_4_Artifacts │ │ ├── AllOrNoneAW_v5_4_HumanReadable.html │ │ ├── AllOrNoneAW_v5_4_eCQM.xml │ │ ├── AnnualWellness-1.0.000.cql │ │ ├── AnnualWellness-1.0.000.json │ │ ├── AnnualWellness-1.0.000.xml │ │ ├── MATGlobalCommonFunctions-2.0.000.cql │ │ ├── MATGlobalCommonFunctions-2.0.000.json │ │ ├── MATGlobalCommonFunctions-2.0.000.xml │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.cql │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.json │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.xml │ │ ├── Test02_HypertensionAssessment-1.0.000.cql │ │ ├── Test02_HypertensionAssessment-1.0.000.json │ │ ├── Test02_HypertensionAssessment-1.0.000.xml │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.cql │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.json │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.xml │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.cql │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.json │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.xml │ │ ├── Test05_ScreeningForDepression-1.0.000.cql │ │ ├── Test05_ScreeningForDepression-1.0.000.json │ │ ├── Test05_ScreeningForDepression-1.0.000.xml │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_AllOrNone-0.0.001.cql │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_AllOrNone-0.0.001.json │ │ └── ZZ_AnnualWellnessAssessmentMeasure_AllOrNone-0.0.001.xml │ ├── CompositeMeasureMethods.cql │ ├── CompositeOptions │ │ ├── AllOrNothing_v5_4_Artifacts │ │ │ ├── AllOrNothing_v5_4_HumanReadable.html │ │ │ ├── AllOrNothing_v5_4_eCQM.xml │ │ │ ├── HypertensionAssessment_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── HypertensionAssessment_v5_4_HumanReadable.html │ │ │ │ ├── HypertensionAssessment_v5_4_eCQM.xml │ │ │ │ ├── Test02_HypertensionAssessment-1.0.000.cql │ │ │ │ ├── Test02_HypertensionAssessment-1.0.000.json │ │ │ │ └── Test02_HypertensionAssessment-1.0.000.xml │ │ │ ├── ScreeningForAlcoholMisuse_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── ScreeningForAlcoholMisuse_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForAlcoholMisuse_v5_4_eCQM.xml │ │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.cql │ │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.json │ │ │ │ └── Test01_ScreeningForAlcoholMisuse-1.1.000.xml │ │ │ ├── ScreeningForBreastCancer_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.cql │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.json │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.xml │ │ │ │ ├── ScreeningForBreastCancer_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForBreastCancer_v5_4_eCQM.xml │ │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.cql │ │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.json │ │ │ │ └── Test03_ScreeningForBreastCancer-1.0.000.xml │ │ │ ├── ScreeningForColorectalCancer_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.cql │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.json │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.xml │ │ │ │ ├── ScreeningForColorectalCancer_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForColorectalCancer_v5_4_eCQM.xml │ │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.cql │ │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.json │ │ │ │ └── Test04_ScreeningForColorectalCancer-1.0.000.xml │ │ │ ├── ScreeningForDepression_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── ScreeningForDepression_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForDepression_v5_4_eCQM.xml │ │ │ │ ├── Test05_ScreeningForDepression-1.0.000.cql │ │ │ │ ├── Test05_ScreeningForDepression-1.0.000.json │ │ │ │ └── Test05_ScreeningForDepression-1.0.000.xml │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_AllOrNothing-0.0.001.cql │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_AllOrNothing-0.0.001.json │ │ │ └── ZZ_AnnualWellnessAssessmentMeasure_AllOrNothing-0.0.001.xml │ │ ├── NOTETOREVIEWERS.txt │ │ ├── Opportunity_v5_4_Artifacts │ │ │ ├── HypertensionAssessment_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── HypertensionAssessment_v5_4_HumanReadable.html │ │ │ │ ├── HypertensionAssessment_v5_4_eCQM.xml │ │ │ │ ├── Test02_HypertensionAssessment-1.0.000.cql │ │ │ │ ├── Test02_HypertensionAssessment-1.0.000.json │ │ │ │ └── Test02_HypertensionAssessment-1.0.000.xml │ │ │ ├── Opportunity_v5_4_HumanReadable.html │ │ │ ├── Opportunity_v5_4_eCQM.xml │ │ │ ├── ScreeningForAlcoholMisuse_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── ScreeningForAlcoholMisuse_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForAlcoholMisuse_v5_4_eCQM.xml │ │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.cql │ │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.json │ │ │ │ └── Test01_ScreeningForAlcoholMisuse-1.1.000.xml │ │ │ ├── ScreeningForBreastCancer_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.cql │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.json │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.xml │ │ │ │ ├── ScreeningForBreastCancer_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForBreastCancer_v5_4_eCQM.xml │ │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.cql │ │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.json │ │ │ │ └── Test03_ScreeningForBreastCancer-1.0.000.xml │ │ │ ├── ScreeningForColorectalCancer_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.cql │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.json │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.xml │ │ │ │ ├── ScreeningForColorectalCancer_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForColorectalCancer_v5_4_eCQM.xml │ │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.cql │ │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.json │ │ │ │ └── Test04_ScreeningForColorectalCancer-1.0.000.xml │ │ │ ├── ScreeningForDepression_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── ScreeningForDepression_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForDepression_v5_4_eCQM.xml │ │ │ │ ├── Test05_ScreeningForDepression-1.0.000.cql │ │ │ │ ├── Test05_ScreeningForDepression-1.0.000.json │ │ │ │ └── Test05_ScreeningForDepression-1.0.000.xml │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_Opportunity-0.0.001.cql │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_Opportunity-0.0.001.json │ │ │ └── ZZ_AnnualWellnessAssessmentMeasure_Opportunity-0.0.001.xml │ │ ├── Option1-NoLogic │ │ │ ├── AllOrNoneAW_v5_4_Artifacts │ │ │ │ ├── AllOrNoneAW_v5_4_HumanReadable.html │ │ │ │ └── AllOrNoneAW_v5_4_eCQM.xml │ │ │ └── PatientLinearCombination_v5_4_Artifacts │ │ │ │ ├── PatientLinearCombination_v5_4_HumanReadable.html │ │ │ │ └── PatientLinearCombination_v5_4_eCQM.xml │ │ ├── Option2-CompositeScoreLogic │ │ │ ├── AllOrNoneAW_v5_4_Artifacts │ │ │ │ ├── AllOrNoneAW_v5_4_HumanReadable.html │ │ │ │ ├── AllOrNoneAW_v5_4_eCQM.xml │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.cql │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.json │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.xml │ │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.cql │ │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.json │ │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.xml │ │ │ │ ├── Test02_HypertensionAssessment-1.0.000.cql │ │ │ │ ├── Test02_HypertensionAssessment-1.0.000.json │ │ │ │ ├── Test02_HypertensionAssessment-1.0.000.xml │ │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.cql │ │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.json │ │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.xml │ │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.cql │ │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.json │ │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.xml │ │ │ │ ├── Test05_ScreeningForDepression-1.0.000.cql │ │ │ │ ├── Test05_ScreeningForDepression-1.0.000.json │ │ │ │ ├── Test05_ScreeningForDepression-1.0.000.xml │ │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_AllOrNone-0.0.001.cql │ │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_AllOrNone-0.0.001.json │ │ │ │ └── ZZ_AnnualWellnessAssessmentMeasure_AllOrNone-0.0.001.xml │ │ │ └── PatientLinearCombination_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.cql │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.json │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.xml │ │ │ │ ├── PatientLinearCombination_v5_4_HumanReadable.html │ │ │ │ ├── PatientLinearCombination_v5_4_eCQM.xml │ │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.cql │ │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.json │ │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.xml │ │ │ │ ├── Test02_HypertensionAssessment-1.0.000.cql │ │ │ │ ├── Test02_HypertensionAssessment-1.0.000.json │ │ │ │ ├── Test02_HypertensionAssessment-1.0.000.xml │ │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.cql │ │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.json │ │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.xml │ │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.cql │ │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.json │ │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.xml │ │ │ │ ├── Test05_ScreeningForDepression-1.0.000.cql │ │ │ │ ├── Test05_ScreeningForDepression-1.0.000.json │ │ │ │ ├── Test05_ScreeningForDepression-1.0.000.xml │ │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination-0.0.001.cql │ │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination-0.0.001.json │ │ │ │ └── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination-0.0.001.xml │ │ ├── PatientLinearCombination_v5_4_Artifacts │ │ │ ├── HypertensionAssessment_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── HypertensionAssessment_v5_4_HumanReadable.html │ │ │ │ ├── HypertensionAssessment_v5_4_eCQM.xml │ │ │ │ ├── Test02_HypertensionAssessment-1.0.000.cql │ │ │ │ ├── Test02_HypertensionAssessment-1.0.000.json │ │ │ │ └── Test02_HypertensionAssessment-1.0.000.xml │ │ │ ├── PatientLinearCombination_v5_4_HumanReadable.html │ │ │ ├── PatientLinearCombination_v5_4_eCQM.xml │ │ │ ├── ScreeningForAlcoholMisuse_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── ScreeningForAlcoholMisuse_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForAlcoholMisuse_v5_4_eCQM.xml │ │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.cql │ │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.json │ │ │ │ └── Test01_ScreeningForAlcoholMisuse-1.1.000.xml │ │ │ ├── ScreeningForBreastCancer_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.cql │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.json │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.xml │ │ │ │ ├── ScreeningForBreastCancer_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForBreastCancer_v5_4_eCQM.xml │ │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.cql │ │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.json │ │ │ │ └── Test03_ScreeningForBreastCancer-1.0.000.xml │ │ │ ├── ScreeningForColorectalCancer_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.cql │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.json │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.xml │ │ │ │ ├── ScreeningForColorectalCancer_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForColorectalCancer_v5_4_eCQM.xml │ │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.cql │ │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.json │ │ │ │ └── Test04_ScreeningForColorectalCancer-1.0.000.xml │ │ │ ├── ScreeningForDepression_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── ScreeningForDepression_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForDepression_v5_4_eCQM.xml │ │ │ │ ├── Test05_ScreeningForDepression-1.0.000.cql │ │ │ │ ├── Test05_ScreeningForDepression-1.0.000.json │ │ │ │ └── Test05_ScreeningForDepression-1.0.000.xml │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination-0.0.001.cql │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination-0.0.001.json │ │ │ └── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination-0.0.001.xml │ │ └── composite_packaging_examples │ │ │ ├── component_cql_hqmf_references │ │ │ ├── PatientLinearCombination_v5_4_eCQM_flat_reference.xml │ │ │ └── PatientLinearCombination_v5_4_eCQM_structured_reference.xml │ │ │ ├── component_narrative_inclusion │ │ │ ├── PatientLinearCombination_v5_4_HumanReadable_component_narrative_in_composite_narrative.html │ │ │ ├── PatientLinearCombination_v5_4_HumanReadable_inline_cql.html │ │ │ ├── PatientLinearCombination_v5_4_HumanReadable_narrative_above_cql.html │ │ │ ├── PatientLinearCombination_v5_4_HumanReadable_narrative_in_cql_comments.html │ │ │ ├── PatientLinearCombination_v5_4_HumanReadable_narrative_link.html │ │ │ └── narrative_links │ │ │ │ ├── HypertensionAssessment_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForAlcoholMisuse_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForBreastCancer_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForColorectalCancer_v5_4_HumanReadable.html │ │ │ │ └── ScreeningForDepression_v5_4_HumanReadable.html │ │ │ └── folder_structure │ │ │ ├── PatientLinearCombination_v5_4_Artifacts_component_dir │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ ├── MATGlobalCommonFunctions-2.0.000.cql │ │ │ ├── MATGlobalCommonFunctions-2.0.000.json │ │ │ ├── MATGlobalCommonFunctions-2.0.000.xml │ │ │ ├── PatientLinearCombination_v5_4_HumanReadable.html │ │ │ ├── PatientLinearCombination_v5_4_eCQM.xml │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.cql │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.json │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.xml │ │ │ ├── Test02_HypertensionAssessment-1.0.000.cql │ │ │ ├── Test02_HypertensionAssessment-1.0.000.json │ │ │ ├── Test02_HypertensionAssessment-1.0.000.xml │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.cql │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.json │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.xml │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.cql │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.json │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.xml │ │ │ ├── Test05_ScreeningForDepression-1.0.000.cql │ │ │ ├── Test05_ScreeningForDepression-1.0.000.json │ │ │ ├── Test05_ScreeningForDepression-1.0.000.xml │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination-0.0.001.cql │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination-0.0.001.json │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination-0.0.001.xml │ │ │ └── component_measure_supplemental_data │ │ │ │ ├── HypertensionAssessment_v5_4_HumanReadable.html │ │ │ │ ├── HypertensionAssessment_v5_4_eCQM.xml │ │ │ │ ├── ScreeningForAlcoholMisuse_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForAlcoholMisuse_v5_4_eCQM.xml │ │ │ │ ├── ScreeningForBreastCancer_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForBreastCancer_v5_4_eCQM.xml │ │ │ │ ├── ScreeningForColorectalCancer_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForColorectalCancer_v5_4_eCQM.xml │ │ │ │ ├── ScreeningForDepression_v5_4_HumanReadable.html │ │ │ │ └── ScreeningForDepression_v5_4_eCQM.xml │ │ │ ├── PatientLinearCombination_v5_4_Artifacts_component_dir_all │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ ├── MATGlobalCommonFunctions-2.0.000.cql │ │ │ ├── MATGlobalCommonFunctions-2.0.000.json │ │ │ ├── MATGlobalCommonFunctions-2.0.000.xml │ │ │ ├── PatientLinearCombination_v5_4_HumanReadable.html │ │ │ ├── PatientLinearCombination_v5_4_eCQM.xml │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.cql │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.json │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.xml │ │ │ ├── Test02_HypertensionAssessment-1.0.000.cql │ │ │ ├── Test02_HypertensionAssessment-1.0.000.json │ │ │ ├── Test02_HypertensionAssessment-1.0.000.xml │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.cql │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.json │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.xml │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.cql │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.json │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.xml │ │ │ ├── Test05_ScreeningForDepression-1.0.000.cql │ │ │ ├── Test05_ScreeningForDepression-1.0.000.json │ │ │ ├── Test05_ScreeningForDepression-1.0.000.xml │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination-0.0.001.cql │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination-0.0.001.json │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination-0.0.001.xml │ │ │ └── component_measures │ │ │ │ ├── HypertensionAssessment_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── HypertensionAssessment_v5_4_HumanReadable.html │ │ │ │ ├── HypertensionAssessment_v5_4_eCQM.xml │ │ │ │ ├── Test02_HypertensionAssessment-0.0.001.cql │ │ │ │ ├── Test02_HypertensionAssessment-0.0.001.json │ │ │ │ └── Test02_HypertensionAssessment-0.0.001.xml │ │ │ │ ├── ScreeningForAlcoholMisuse_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── ScreeningForAlcoholMisuse_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForAlcoholMisuse_v5_4_eCQM.xml │ │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.0.002.cql │ │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.0.002.json │ │ │ │ └── Test01_ScreeningForAlcoholMisuse-1.0.002.xml │ │ │ │ ├── ScreeningForBreastCancer_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.cql │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.json │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.xml │ │ │ │ ├── ScreeningForBreastCancer_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForBreastCancer_v5_4_eCQM.xml │ │ │ │ ├── Test03_ScreeningForBreastCancer-0.0.001.cql │ │ │ │ ├── Test03_ScreeningForBreastCancer-0.0.001.json │ │ │ │ └── Test03_ScreeningForBreastCancer-0.0.001.xml │ │ │ │ ├── ScreeningForColorectalCancer_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.cql │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.json │ │ │ │ ├── MATGlobalCommonFunctions-2.0.000.xml │ │ │ │ ├── ScreeningForColorectalCancer_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForColorectalCancer_v5_4_eCQM.xml │ │ │ │ ├── Test04_ScreeningForColorectalCancer-0.0.001.cql │ │ │ │ ├── Test04_ScreeningForColorectalCancer-0.0.001.json │ │ │ │ └── Test04_ScreeningForColorectalCancer-0.0.001.xml │ │ │ │ └── ScreeningForDepression_v5_4_Artifacts │ │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ │ ├── ScreeningForDepression_v5_4_HumanReadable.html │ │ │ │ ├── ScreeningForDepression_v5_4_eCQM.xml │ │ │ │ ├── Test05_ScreeningForDepression-0.0.001.cql │ │ │ │ ├── Test05_ScreeningForDepression-0.0.001.json │ │ │ │ └── Test05_ScreeningForDepression-0.0.001.xml │ │ │ └── PatientLinearCombination_v5_4_Artifacts_flat │ │ │ ├── AnnualWellness-1.0.000.cql │ │ │ ├── AnnualWellness-1.0.000.json │ │ │ ├── AnnualWellness-1.0.000.xml │ │ │ ├── MATGlobalCommonFunctions-2.0.000.cql │ │ │ ├── MATGlobalCommonFunctions-2.0.000.json │ │ │ ├── MATGlobalCommonFunctions-2.0.000.xml │ │ │ ├── PatientLinearCombination_v5_4_HumanReadable.html │ │ │ ├── PatientLinearCombination_v5_4_eCQM.xml │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.cql │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.json │ │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.xml │ │ │ ├── Test02_HypertensionAssessment-1.0.000.cql │ │ │ ├── Test02_HypertensionAssessment-1.0.000.json │ │ │ ├── Test02_HypertensionAssessment-1.0.000.xml │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.cql │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.json │ │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.xml │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.cql │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.json │ │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.xml │ │ │ ├── Test05_ScreeningForDepression-1.0.000.cql │ │ │ ├── Test05_ScreeningForDepression-1.0.000.json │ │ │ ├── Test05_ScreeningForDepression-1.0.000.xml │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination-0.0.001.cql │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination-0.0.001.json │ │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination-0.0.001.xml │ │ │ ├── component_HypertensionAssessment_v5_4_HumanReadable.html │ │ │ ├── component_HypertensionAssessment_v5_4_eCQM.xml │ │ │ ├── component_ScreeningForAlcoholMisuse_v5_4_HumanReadable.html │ │ │ ├── component_ScreeningForAlcoholMisuse_v5_4_eCQM.xml │ │ │ ├── component_ScreeningForBreastCancer_v5_4_HumanReadable.html │ │ │ ├── component_ScreeningForBreastCancer_v5_4_eCQM.xml │ │ │ ├── component_ScreeningForColorectalCancer_v5_4_HumanReadable.html │ │ │ ├── component_ScreeningForColorectalCancer_v5_4_eCQM.xml │ │ │ ├── component_ScreeningForDepression_v5_4_HumanReadable.html │ │ │ └── component_ScreeningForDepression_v5_4_eCQM.xml │ ├── PatientLinearCombination_v5_4_Artifacts │ │ ├── AnnualWellness-1.0.000.cql │ │ ├── AnnualWellness-1.0.000.json │ │ ├── AnnualWellness-1.0.000.xml │ │ ├── MATGlobalCommonFunctions-2.0.000.cql │ │ ├── MATGlobalCommonFunctions-2.0.000.json │ │ ├── MATGlobalCommonFunctions-2.0.000.xml │ │ ├── PatientLinearCombination_v5_4_HumanReadable.html │ │ ├── PatientLinearCombination_v5_4_eCQM.xml │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.cql │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.json │ │ ├── Test01_ScreeningForAlcoholMisuse-1.1.000.xml │ │ ├── Test02_HypertensionAssessment-1.0.000.cql │ │ ├── Test02_HypertensionAssessment-1.0.000.json │ │ ├── Test02_HypertensionAssessment-1.0.000.xml │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.cql │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.json │ │ ├── Test03_ScreeningForBreastCancer-1.0.000.xml │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.cql │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.json │ │ ├── Test04_ScreeningForColorectalCancer-1.0.000.xml │ │ ├── Test05_ScreeningForDepression-1.0.000.cql │ │ ├── Test05_ScreeningForDepression-1.0.000.json │ │ ├── Test05_ScreeningForDepression-1.0.000.xml │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination-0.0.001.cql │ │ ├── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination-0.0.001.json │ │ └── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination-0.0.001.xml │ ├── ZZ_AnnualWellnessAssessmentMeasure_AllOrNone.cql │ ├── ZZ_AnnualWellnessAssessmentMeasure_Opportunity.cql │ ├── ZZ_AnnualWellnessAssessmentMeasure_PatientLinearCombination.cql │ ├── ZZ_AnnualWellnessAssessmentMeasure_Weighted.cql │ └── ZZ_AnnuallWellnessAssessmentMeasure_ComponentLinearCombination.cql ├── CookingWithCQL-01-Examples.cql ├── Examples ├── Examples.cql ├── ExpansionProfiles.cql ├── Negation │ └── NegationWithNotDone.cql ├── NegationDiscussion.cql ├── PopulationMakeup │ ├── 01-PatientBasedProportionMeasure.cql │ ├── 02-EpisodeOfCareBasedProportionMeasure.cql │ ├── 03-PatientBasedRatioMeasure.cql │ ├── 04-EpisodeOfCareBasedRatioMeasure.cql │ ├── 05-ContinuousVariableMeasure.cql │ ├── 06-PatientBasedCohortMeasure.cql │ ├── 07-EpisodeOfCareBasedCohortMeasure.cql │ └── 08-ContinuousVariableRatioMeasure.cql ├── ProposedCQLConventions.cql └── TimezoneTesting.md ├── Example Measures ├── A CQL Ratio Measure.htm ├── EXM126v4 │ ├── CMS126v4.html │ ├── EXM126v4.cql │ └── EXM126v4_CQL.html ├── EXM135 │ └── EXM135_QDM.cql ├── EXM137v4 │ ├── CMS137v4.html │ ├── CMS137v4.xml │ ├── EXM137v4.cql │ └── EXM137v4_CQL.html ├── EXM137v5 │ ├── CMS137v5.html │ ├── CMS137v5.xml │ ├── CMS137v5_SimpleXML.xml │ ├── EXM137v5_QDM.cql │ └── EXM137v5_QDM.xml ├── EXM146_HQMF │ ├── CMS146v3.html │ ├── CMS146v3.xml │ ├── CMS146v4.html │ ├── CMS146v4.xml │ ├── CMS146v4_SimpleXML.xml │ └── xslt │ │ └── eMeasure.xsl ├── EXM146_QDM │ ├── CMS146.html │ ├── CMS146.xml │ ├── Common.cql │ ├── Common.xml │ ├── EXM146.cql │ ├── EXM146.xml │ └── EXM146_UXReview.html ├── EXM146v2 │ ├── EXM146v2_CQM.cql │ ├── EXM146v2_CQM_with_QDM.cql │ ├── EXM146v2_QDM.cql │ └── EXM146v2_QDM_MS.cql ├── EXM146v5 │ ├── CMS146v5.html │ ├── CMS146v5.xml │ └── CMS146v5_SimpleXML.xml ├── EXM153 │ └── EXM153.cql ├── EXM153v5 │ ├── CMS153v5.html │ ├── CMS153v5.xml │ ├── CMS153v5_SimpleXML.xml │ └── EXM153v5_QDM.cql ├── EXM154v1 │ └── EXM154v1_NQF0069.cql ├── EXM154v5 │ ├── CMS154v5.html │ ├── CMS154v5.xml │ └── CMS154v5_SimpleXML.xml ├── EXM179 │ ├── CMS179v3.html │ ├── EXM179v2_CQM.cql │ ├── EXM179v2_CQM.xml │ ├── EXM179v2_QDM.cql │ └── EXM179v2_QDM.xml ├── EXM179v5 │ ├── CMS179v5.html │ ├── CMS179v5.xml │ └── CMS179v5_SimpleXML.xml ├── EXM26v2 │ └── EXM26v2_CQM.cql ├── EXM50v5 │ └── EXM50v5.cql ├── EXM52v5 │ └── EXM52v5.cql ├── EXM55v1 │ ├── EXM55v1_NQF0495.cql │ ├── EXM55v1_QDM.cql │ └── EXM55v1_QDM.xml ├── EXM55v5 │ ├── CMS55v5.html │ ├── CMS55v5.xml │ ├── CMS55v5_SimpleXML.xml │ ├── EXM55v5.cql │ ├── EXM55v5_QDM.cql │ └── EXM55v5_QDM.xml ├── EXM9v4 │ ├── CMS9v4.html │ ├── CMS9v4.xml │ ├── CMS9v4_SimpleXML.xml │ ├── EXM9v4_CDS.cql │ ├── EXM9v4_CQL.html │ ├── EXM9v4_CQM.cql │ ├── EXM9v4_CQM.xml │ ├── EXM9v4_Common.cql │ ├── EXM9v4_QDM.cql │ ├── EXM9v4_QDM.xml │ ├── EXM9v4_QDM_Final.html │ ├── EXM9v4_Quick.cql │ ├── EXM9v4_wConventions.html │ └── Resource listing ├── EXM9v4_BPS │ ├── EXM9-4.0.0.cql │ ├── EXM9-4.0.0.xml │ ├── EXM9_BPS-4.0.0.cql │ ├── EXM9_BPS-4.0.0.xml │ ├── EXM9_BPS-4.0.1.cql │ └── EXM9_BPS-4.0.1.xml ├── EXM9v5 │ ├── CMS9v5.html │ ├── CMS9v5.xml │ ├── CMS9v5_SimpleXML.xml │ ├── EXM9v5_QDM.cql │ └── EXM9v5_QDM.xml └── MostModSINC.cql └── Libraries ├── Adult_Outpatient_Encounters.cql ├── AdvancedIllnessandFrailtyExclusionECQM-5.5.000.cql ├── BreastCancerScreening-9.2.000.cql ├── CQMCommon-1.0.0.cql ├── ComfortMeasureExampleCalculations.cql ├── ControllingHighBloodPressure-9.2.000.cql ├── CumulativeMedicationDuration-0.1.000.cql ├── CumulativeMedicationDuration-0.1.000.md ├── CumulativeMedicationDuration-0.3.000.cql ├── CumulativeMedicationDuration-0.3.000.md ├── CumulativeMedicationDurationFHIR4-1.0.000.cql ├── FHIRCommon-1.0.000.cql ├── FHIRHelpers-4.0.001.cql ├── Hospice-2.2.000.cql ├── MATGlobalCommonFunctions v2.0(1).docx ├── MATGlobalCommonFunctions v2.0.docx ├── MATGlobalCommonFunctions-2.0.000.cql ├── MATGlobalCommonFunctions-2.0.000.xml ├── MATGlobalCommonFunctions-3.0.000.cql ├── MATGlobalCommonFunctions-3.0.000.xml ├── MATGlobalCommonFunctions-4.0.000.xml ├── MATGlobalCommonFunctions-4.0.111.cql ├── MATGlobalCommonFunctions-5.0.000.cql ├── MATGlobalCommonFunctions-6.0.000.cql ├── MATGlobalCommonFunctions-6.1.000.cql ├── MATGlobalCommonFunctions-6.1.001.cql ├── MATGlobalCommonFunctions-6.2.000.cql ├── MATGlobalCommonFunctions-6.3.000.cql ├── MATGlobalCommonFunctions-7.0.000.cql ├── MATGlobalCommonFunctions-7.0.000.html ├── MATGlobalCommonFunctions-7.0.000.md ├── MATGlobalCommonFunctions-7.0.000.zip ├── MATGlobalCommonFunctionsFHIR4-5.0.000.cql ├── MATGlobalCommonFunctionsFHIR4-6.0.000.cql ├── MATGlobalCommonFunctionsFHIR4-6.1.000.cql ├── MATGlobalCommonFunctionsTest-2.0.000.cql ├── MATGlobalCommonFunctionsTest-2.1.000.cql ├── MATGlobalCommonFunctionsTest-3.0.000.cql ├── MATGlobalCommonFunctions_MarkUp-BR.docx ├── SafeUseOfOpioids.cql ├── SafeUseOfOpioids.xml ├── TestCommonLibrary.cql ├── TestCommonLibrary.xml ├── TestED3.cql ├── TestED3.xml ├── TestVTE.cql ├── VTE-2Issues.cql ├── VTE-2Issues.xml ├── VTEICU-1.1.000.cql ├── VTEICU-1.6.000.cql └── WorkingExamples.cql /CQLStyleGuide.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/CQLStyleGuide.docx -------------------------------------------------------------------------------- /Images/comparing-intervals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Images/comparing-intervals.png -------------------------------------------------------------------------------- /Images/first-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Images/first-example.png -------------------------------------------------------------------------------- /Images/index-example-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Images/index-example-1.png -------------------------------------------------------------------------------- /Images/index-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Images/index-example.png -------------------------------------------------------------------------------- /Images/last-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Images/last-example.png -------------------------------------------------------------------------------- /Images/list-comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Images/list-comparison.png -------------------------------------------------------------------------------- /Images/list-except.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Images/list-except.png -------------------------------------------------------------------------------- /Images/list-intersect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Images/list-intersect.png -------------------------------------------------------------------------------- /Images/list-union.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Images/list-union.png -------------------------------------------------------------------------------- /Images/retrieve-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Images/retrieve-example.png -------------------------------------------------------------------------------- /Images/return-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Images/return-example.png -------------------------------------------------------------------------------- /Images/sort-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Images/sort-example.png -------------------------------------------------------------------------------- /Images/timing-phrases-starts-with-offset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Images/timing-phrases-starts-with-offset.png -------------------------------------------------------------------------------- /Images/timing-phrases-starts-within.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Images/timing-phrases-starts-within.png -------------------------------------------------------------------------------- /Images/timing-phrases-starts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Images/timing-phrases-starts.png -------------------------------------------------------------------------------- /Images/where-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Images/where-example.png -------------------------------------------------------------------------------- /Images/with-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Images/with-example.png -------------------------------------------------------------------------------- /Images/without-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Images/without-example.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/README.md -------------------------------------------------------------------------------- /Source/CheatSheet/CQL Cheat Sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/CheatSheet/CQL Cheat Sheet.pdf -------------------------------------------------------------------------------- /Source/CheatSheet/CQLBasics-cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/CheatSheet/CQLBasics-cheatsheet.md -------------------------------------------------------------------------------- /Source/CheatSheet/cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/CheatSheet/cheatsheet.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/01/Example01.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/01/Example01.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/01/Example01_Clean.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/01/Example01_Clean.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/01/Example02.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/01/Example02.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/01/Example02_Clean.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/01/Example02_Clean.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/02/Examples_Clean.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/02/Examples_Clean.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/02/Examples_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/02/Examples_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/02/Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/02/Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/03/Examples_Clean.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/03/Examples_Clean.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/03/Examples_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/03/Examples_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/03/Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/03/Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/04/CMS9v5_Clean.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/04/CMS9v5_Clean.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/04/CMS9v5_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/04/CMS9v5_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/04/Examples_Clean.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/04/Examples_Clean.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/04/Examples_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/04/Examples_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/05/Examples_Clean.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/05/Examples_Clean.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/07/01_CMS143.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/07/01_CMS143.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/07/01_CMS143.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/07/01_CMS143.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/07/02_CMS149.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/07/02_CMS149.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/07/02_CMS149.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/07/02_CMS149.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/07/03_CMS165.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/07/03_CMS165.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/07/03_CMS165.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/07/03_CMS165.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/07/04_CMS102.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/07/04_CMS102.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/07/04_CMS102.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/07/04_CMS102.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/07/07_CMS124.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/07/07_CMS124.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/07/09_CMS65.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/07/09_CMS65.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/07/10_CMS159.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/07/10_CMS159.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/07/Examples_Working.cql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/08/00_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/08/00_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/08/01_CMS117.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/08/01_CMS117.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/08/01_CMS117_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/08/01_CMS117_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/08/04_CMS9.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/08/04_CMS9.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/08/04_CMS9_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/08/04_CMS9_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/08/05_CMS104.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/08/05_CMS104.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/08/05_CMS104_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/08/05_CMS104_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/08/12_VTEDuringObservation.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/08/12_VTEDuringObservation.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/09/00_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/09/00_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/09/00_Working.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/09/00_Working.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/09/03_CMS129.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/09/03_CMS129.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/09/03_CMS129_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/09/03_CMS129_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/09/05_CMS104.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/09/05_CMS104.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/09/05_CMS104_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/09/05_CMS104_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/09/06_CMS154.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/09/06_CMS154.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/09/06_CMS154_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/09/06_CMS154_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/09/07_CMS72.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/09/07_CMS72.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/09/07_CMS72_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/09/07_CMS72_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/09/12_SameDayBloodPressure.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/09/12_SameDayBloodPressure.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/09/13_CMS105.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/09/13_CMS105.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/09/13_CMS105_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/09/13_CMS105_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/10/00_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/10/00_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/10/02_CMS22.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/10/02_CMS22.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/10/02_CMS22.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/10/02_CMS22.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/10/02_CMS22_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/10/02_CMS22_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/10/14_RelatedToGestationalAge.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/10/14_RelatedToGestationalAge.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/10/14_RelatedToGestationalAge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/10/14_RelatedToGestationalAge.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/11/15_CMS53.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/11/15_CMS53.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/11/15_CMS53.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/11/15_CMS53.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/11/15_CMS53_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/11/15_CMS53_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/11/16_MultipleWithClauses.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/11/16_MultipleWithClauses.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/11/17_MoreBPReadings.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/11/17_MoreBPReadings.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/11/AMI8.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/11/AMI8.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/12/19_CMS146.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/12/19_CMS146.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/12/19_CMS146_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/12/19_CMS146_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/13/08_CMS55.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/13/08_CMS55.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/13/08_CMS55.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/13/08_CMS55.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/13/08_CMS55_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/13/08_CMS55_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/13/19_CMS111.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/13/19_CMS111.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/13/19_CMS111.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/13/19_CMS111.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/13/19_CMS111_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/13/19_CMS111_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/13/20_CMS32.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/13/20_CMS32.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/13/20_CMS32.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/13/20_CMS32.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/13/20_CMS32_Working.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/13/20_CMS32_Working.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/14/21_CMS72.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/14/21_CMS72.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/14/21_CMS72.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/14/21_CMS72.json -------------------------------------------------------------------------------- /Source/Cooking With CQL/14/21_CMS72_Working.cql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/15/23_ResultTypes.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/15/23_ResultTypes.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/15/24_CMS31.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/15/24_CMS31.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/15/24_CMS31.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/15/24_CMS31.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/15/25_AMI8.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/15/25_AMI8.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/16/27_ExistsIssue.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/16/27_ExistsIssue.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/16/27_ExistsIssue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/16/27_ExistsIssue.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/16/28_ChoiceUnionUseCases.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/16/28_ChoiceUnionUseCases.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/16/28_ChoiceUnionUseCases.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/16/28_ChoiceUnionUseCases.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/16/29_MeasureObservations.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/16/29_MeasureObservations.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/16/29_MeasureObservations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/16/29_MeasureObservations.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/16/30_AllergyToEggs.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/16/30_AllergyToEggs.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/16/30_AllergyToEggs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/16/30_AllergyToEggs.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/16/31_DayOrLess.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/16/31_DayOrLess.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/16/31_DayOrLess.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/16/31_DayOrLess.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/16/32_LengthOfStay.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/16/32_LengthOfStay.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/16/README.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/17/25_Terminology.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/17/25_Terminology.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/17/25_Terminology.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/17/25_Terminology.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/17/34_PluralAttributes.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/17/34_PluralAttributes.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/17/34_PluralAttributes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/17/34_PluralAttributes.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/17/35_Fulfills.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/17/35_Fulfills.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/17/37_DoseDividedByWeight.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/17/37_DoseDividedByWeight.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/17/39_MultiSourceQueries.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/17/39_MultiSourceQueries.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/17/40_SideBySide_CMS68.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/17/40_SideBySide_CMS68.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/17/41_SideBySide_CMS22.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/17/41_SideBySide_CMS22.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/17/CQMCommon-1.0.0.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/17/CQMCommon-1.0.0.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/17/CQMCommon-1.0.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/17/CQMCommon-1.0.0.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/17/perfect.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/17/perfect.pdf -------------------------------------------------------------------------------- /Source/Cooking With CQL/18/40_LocationPeriod.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/18/40_LocationPeriod.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/18/40_LocationPeriod.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/18/40_LocationPeriod.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/18/41_Diagnoses.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/18/41_Diagnoses.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/18/41_Diagnoses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/18/41_Diagnoses.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/18/42_StudyComponents.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/18/42_StudyComponents.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/18/42_StudyComponents.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/18/42_StudyComponents.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/19/44_HepBVaccinations.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/19/44_HepBVaccinations.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/19/44_HepBVaccinations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/19/44_HepBVaccinations.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/19/46_CMS128.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/19/46_CMS128.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/19/46_CMS128.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/19/46_CMS128.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/19/47_CMS159.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/19/47_CMS159.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/19/47_CMS159.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/19/47_CMS159.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/19/48_CMS160.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/19/48_CMS160.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/19/48_CMS160.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/19/48_CMS160.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/19/49_CMS161.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/19/49_CMS161.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/19/49_CMS161.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/19/49_CMS161.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/19/50_CMS169.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/19/50_CMS169.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/19/50_CMS169.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/19/50_CMS169.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/21/46_PVCForOlderAdults.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/21/46_PVCForOlderAdults.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/21/46_PVCForOlderAdults.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/21/46_PVCForOlderAdults.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/21/47_OpioidCQM_STU3.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/21/47_OpioidCQM_STU3.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/21/48_PotentialOpioidOveruse.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/21/48_PotentialOpioidOveruse.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/21/OMTKLogic-0.1.0.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/21/OMTKLogic-0.1.0.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/22/24_ConsecutiveHeartRates.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/22/24_ConsecutiveHeartRates.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/22/24_ConsecutiveHeartRates.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/22/24_ConsecutiveHeartRates.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/22/43_SmokingCessation.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/22/43_SmokingCessation.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/22/43_SmokingCessation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/22/43_SmokingCessation.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/22/44_AllergyToEggs_Revisited.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/22/44_AllergyToEggs_Revisited.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/22/50_EncounterDiagnosesRedux.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/22/50_EncounterDiagnosesRedux.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/22/51_EDEncountersRedux.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/22/51_EDEncountersRedux.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/23/52_SpecificOccurrencesRedux.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/23/52_SpecificOccurrencesRedux.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/23/53_DRAFT_CMS105_Walkthrough.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/23/53_DRAFT_CMS105_Walkthrough.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/24/55_ClaimQuery.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/24/55_ClaimQuery.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/24/55_ClaimQuery.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/24/55_ClaimQuery.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/24/58_PETReport/PET report.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/24/58_PETReport/PET report.docx -------------------------------------------------------------------------------- /Source/Cooking With CQL/24/58_PETReport/PETReport.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/24/58_PETReport/PETReport.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/24/59_Overlaps.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/24/59_Overlaps.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/24/_Agenda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/24/_Agenda.txt -------------------------------------------------------------------------------- /Source/Cooking With CQL/25/62_NegationRedux.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/25/62_NegationRedux.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/25/63_CalculationDifferences.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/25/63_CalculationDifferences.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/25/_Agenda.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/25/_Agenda.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/25/cms32.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/25/cms32.pptx -------------------------------------------------------------------------------- /Source/Cooking With CQL/26/66_ContraceptiveProvision.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/26/66_ContraceptiveProvision.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/26/_Agenda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/26/_Agenda.txt -------------------------------------------------------------------------------- /Source/Cooking With CQL/27/67_ObservationStatus.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/27/67_ObservationStatus.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/27/Observation Status_AS.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/27/Observation Status_AS.pptx -------------------------------------------------------------------------------- /Source/Cooking With CQL/27/_Agenda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/27/_Agenda.txt -------------------------------------------------------------------------------- /Source/Cooking With CQL/27/episode-of-care.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/27/episode-of-care.png -------------------------------------------------------------------------------- /Source/Cooking With CQL/28/71_BloodPressureAverage.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/28/71_BloodPressureAverage.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/28/73_Hypoglycemia.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/28/73_Hypoglycemia.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/28/74_PrenatalImmunization.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/28/74_PrenatalImmunization.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/28/74_PrenatalImmunization.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/28/74_PrenatalImmunization.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/28/75_Functions.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/28/75_Functions.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/28/_Agenda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/28/_Agenda.txt -------------------------------------------------------------------------------- /Source/Cooking With CQL/29/50_CalculateAgeRedux.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/29/50_CalculateAgeRedux.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/29/50_CalculateAgeRedux.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/29/50_CalculateAgeRedux.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/29/_Agendat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/29/_Agendat.txt -------------------------------------------------------------------------------- /Source/Cooking With CQL/30/09_ACO38.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/30/09_ACO38.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/30/78_HypoglycemiaRisk.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/30/78_HypoglycemiaRisk.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/30/80_PositiveScreens.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/30/80_PositiveScreens.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/30/_Agenda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/30/_Agenda.txt -------------------------------------------------------------------------------- /Source/Cooking With CQL/31/82_SingletonResults.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/31/82_SingletonResults.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/31/84_SameOrAfterOnTrial.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/31/84_SameOrAfterOnTrial.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/31/87_GlucocorticoidDosage.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/31/87_GlucocorticoidDosage.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/31/87_GlucocorticoidDosage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/31/87_GlucocorticoidDosage.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/31/88_CoalesceSemantics.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/31/88_CoalesceSemantics.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/31/DayMonthTimings-0.9.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/31/DayMonthTimings-0.9.000.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/31/_Agenda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/31/_Agenda.txt -------------------------------------------------------------------------------- /Source/Cooking With CQL/32/89_AgeCalculation.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/32/89_AgeCalculation.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/32/89_AgeCalculation.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/32/89_AgeCalculation.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/32/89_MostRecentLabResult.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/32/89_MostRecentLabResult.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/32/89_MostRecentLabResult.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/32/89_MostRecentLabResult.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/32/91_SequentialEvents.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/32/91_SequentialEvents.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/32/91_SequentialEvents.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/32/91_SequentialEvents.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/32/93_AgeBasedRiskFactors.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/32/93_AgeBasedRiskFactors.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/32/93_AgeBasedRiskFactors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/32/93_AgeBasedRiskFactors.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/32/94_FollowupTimeframe.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/32/94_FollowupTimeframe.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/32/94_FollowupTimeframe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/32/94_FollowupTimeframe.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/32/95_IntermediateResults.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/32/95_IntermediateResults.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/32/95_IntermediateResults.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/32/95_IntermediateResults.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/32/96_MaximumValue.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/32/96_MaximumValue.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/32/96_MaximumValue.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/32/96_MaximumValue.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/32/97_DeterminingCoverage.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/32/97_DeterminingCoverage.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/32/97_DeterminingCoverage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/32/97_DeterminingCoverage.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/32/_Agenda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/32/_Agenda.txt -------------------------------------------------------------------------------- /Source/Cooking With CQL/33/100_NegationRationale.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/33/100_NegationRationale.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/33/_Agenda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/33/_Agenda.txt -------------------------------------------------------------------------------- /Source/Cooking With CQL/34/102_DurationInDays.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/34/102_DurationInDays.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/34/103_DurationWithPartials.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/34/103_DurationWithPartials.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/34/105_MultipleEncounters.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/34/105_MultipleEncounters.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/34/98_MultisourceQueries.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/34/98_MultisourceQueries.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/34/99_EqualVsEquivalent.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/34/99_EqualVsEquivalent.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/34/_Agenda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/34/_Agenda.txt -------------------------------------------------------------------------------- /Source/Cooking With CQL/35/107_TimingExamples.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/35/107_TimingExamples.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/35/_Agenda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/35/_Agenda.txt -------------------------------------------------------------------------------- /Source/Cooking With CQL/36/110_NestedDefinitions.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/36/110_NestedDefinitions.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/36/112_QDMandCQLTimingRedux.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/36/112_QDMandCQLTimingRedux.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/36/113_IMPAQMeasureQuestion.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/36/113_IMPAQMeasureQuestion.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/36/_Agenda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/36/_Agenda.txt -------------------------------------------------------------------------------- /Source/Cooking With CQL/37/108_Joins.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/37/108_Joins.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/37/108_Joins.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/37/108_Joins.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/37/116_QDMToFHIRSideBySide.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/37/116_QDMToFHIRSideBySide.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/37/_Agenda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/37/_Agenda.txt -------------------------------------------------------------------------------- /Source/Cooking With CQL/38/_Agenda.txt: -------------------------------------------------------------------------------- 1 | /* 2 | This session provided an introduction to FHIR 3 | */ -------------------------------------------------------------------------------- /Source/Cooking With CQL/39/118_MeasureWalkthrough.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/39/118_MeasureWalkthrough.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/39/EXM130/QDM/CMS130v7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/39/EXM130/QDM/CMS130v7.html -------------------------------------------------------------------------------- /Source/Cooking With CQL/39/EXM130/QDM/CMS130v7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/39/EXM130/QDM/CMS130v7.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/39/EXM9/EXM9_FHIR4-8.1.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/39/EXM9/EXM9_FHIR4-8.1.000.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/39/EXM9/EXM9_FHIR4-8.1.001.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/39/EXM9/EXM9_FHIR4-8.1.001.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/39/EXM9/FHIRHelpers-4.0.0.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/39/EXM9/FHIRHelpers-4.0.0.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/39/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/39/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/40/101_EntityExamples.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/40/101_EntityExamples.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/40/117_PressureInjuryRedux.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/40/117_PressureInjuryRedux.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/40/117_PressureInjuryRedux.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/40/117_PressureInjuryRedux.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/40/118_IsVsAs.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/40/118_IsVsAs.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/40/119_CQLIT206.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/40/119_CQLIT206.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/40/120_CQLIT207.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/40/120_CQLIT207.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/40/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/40/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/41/124_ObservationEffective.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/41/124_ObservationEffective.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/41/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/41/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/42/130_QICorePatterns.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/42/130_QICorePatterns.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/42/Scratch.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/42/Scratch.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/42/_Agenda.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/42/_Agenda.txt -------------------------------------------------------------------------------- /Source/Cooking With CQL/43/131_FHIR.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/43/131_FHIR.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/43/131_FHIRWithHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/43/131_FHIRWithHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/43/131_QICore.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/43/131_QICore.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/43/132_EncountersPerDay.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/43/132_EncountersPerDay.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/43/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/43/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/44/133_QueryReturnTypes.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/44/133_QueryReturnTypes.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/44/135_TroponinMeasure.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/44/135_TroponinMeasure.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/44/ConversionLogic-3.1.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/44/ConversionLogic-3.1.000.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/44/OpioidData-3.0.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/44/OpioidData-3.0.000.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/44/TJCOverall-5.0.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/44/TJCOverall-5.0.000.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/44/UsingCollapseAndExpand.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/44/UsingCollapseAndExpand.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/44/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/44/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/45/137_Coalesce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/45/137_Coalesce.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/45/139_HighRiskMedsNumerator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/45/139_HighRiskMedsNumerator.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/45/140_AdvancedIllness.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/45/140_AdvancedIllness.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/45/141_LongTermCare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/45/141_LongTermCare.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/45/CMS71v10/CMS71v10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/45/CMS71v10/CMS71v10.html -------------------------------------------------------------------------------- /Source/Cooking With CQL/45/CMS71v10/CMS71v10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/45/CMS71v10/CMS71v10.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/45/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/45/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/46/143_UsingWith.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/46/143_UsingWith.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/46/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/46/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/47/146_CompositeMeasures.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/47/146_CompositeMeasures.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/47/Scratchpad.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/47/Scratchpad.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/47/THATKACommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/47/THATKACommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/47/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/47/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/48/150_QDMTimings.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/48/150_QDMTimings.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/48/Scratchpad.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/48/Scratchpad.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/48/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/48/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/49/CQLv151ChangesApplied.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/49/CQLv151ChangesApplied.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/49/Scratchpad.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/49/Scratchpad.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/49/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/49/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/50/147_MedicationCoverage.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/50/147_MedicationCoverage.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/50/153_TestEntities.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/50/153_TestEntities.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/50/Test.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/50/Test.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/50/Test2.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/50/Test2.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/50/Test3.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/50/Test3.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/50/Test4.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/50/Test4.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/50/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/50/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/51/CalculatingMonths.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/51/CalculatingMonths.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/51/CalendarVsUCUM.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/51/CalendarVsUCUM.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/51/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/51/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/52/BleedingEvents.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/52/BleedingEvents.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/52/Bleedingv604-Artifacts.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/52/Bleedingv604-Artifacts.zip -------------------------------------------------------------------------------- /Source/Cooking With CQL/52/WellnessComposite.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/52/WellnessComposite.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/52/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/52/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/53/FHIRReferences.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/53/FHIRReferences.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/53/TSHTestingAndMonitoring.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/53/TSHTestingAndMonitoring.docx -------------------------------------------------------------------------------- /Source/Cooking With CQL/53/TestPJMCQLIT266.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/53/TestPJMCQLIT266.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/53/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/53/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/54/Patterns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/54/Patterns.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/54/Scratch.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/54/Scratch.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/54/Stratifiers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/54/Stratifiers.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/54/Stratifiers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/54/Stratifiers.png -------------------------------------------------------------------------------- /Source/Cooking With CQL/54/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/54/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/55/AgeCalculationExample.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/55/AgeCalculationExample.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/55/BloodPressureExample.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/55/BloodPressureExample.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/55/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/55/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/56/FHIRReferencesRevisited.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/56/FHIRReferencesRevisited.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/56/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/56/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/57/AgeCalculationExample.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/57/AgeCalculationExample.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/57/FHIRCommon-1.0.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/57/FHIRCommon-1.0.000.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/57/Scratchpad.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/57/Scratchpad.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/57/UCUMBestPractice.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/57/UCUMBestPractice.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/57/UCUMBestPractice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/57/UCUMBestPractice.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/57/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/57/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/58/CQL Library Sharingv2.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/58/CQL Library Sharingv2.pptx -------------------------------------------------------------------------------- /Source/Cooking With CQL/58/Concepts.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/58/Concepts.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/58/FHIRCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/58/FHIRCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/58/FluentFunctions.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/58/FluentFunctions.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/58/QICoreElements.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/58/QICoreElements.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/58/USCoreElements.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/58/USCoreElements.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/58/VTEFHIR4.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/58/VTEFHIR4.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/58/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/58/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/59/FHIRCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/59/FHIRCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/59/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/59/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/59/input/cql/GroupBy.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/59/input/cql/GroupBy.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/59/input/cql/PatientLinks.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/59/input/cql/PatientLinks.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/59/input/cql/Scratchpad.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/59/input/cql/Scratchpad.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/59/input/cql/Test.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/59/input/cql/Test.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/59/input/cql/TestConversion.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/59/input/cql/TestConversion.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/59/input/cql/demographics.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/59/input/cql/demographics.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/60/CQLErrataReview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/60/CQLErrataReview.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/60/QICoreAuthoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/60/QICoreAuthoring.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/60/_Agenda.md: -------------------------------------------------------------------------------- 1 | 1. Review of CQL Errata 2 | 2. QI Core Authoring 3 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/61/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/61/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/61/input/cql/Aggregates.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/61/input/cql/Aggregates.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/62/CAPSeverity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/62/CAPSeverity.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/62/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/62/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/62/input/cql/CAP.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/62/input/cql/CAP.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/62/input/cql/CURBConcepts.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/62/input/cql/CURBConcepts.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/62/input/cql/CURBElements.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/62/input/cql/CURBElements.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/62/input/cql/FHIRCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/62/input/cql/FHIRCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/62/input/cql/FHIRShared.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/62/input/cql/FHIRShared.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/62/input/tests/results/CAP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/62/input/tests/results/CAP.txt -------------------------------------------------------------------------------- /Source/Cooking With CQL/63/_Agenda.md: -------------------------------------------------------------------------------- 1 | 1. Beginning CQL 2 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/63/input/cql/Beginning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/63/input/cql/Beginning.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/63/input/cql/Example01.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/63/input/cql/Example01.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/63/input/cql/Example02.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/63/input/cql/Example02.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/64/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/64/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/65/CQL Authoring.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/65/CQL Authoring.pptx -------------------------------------------------------------------------------- /Source/Cooking With CQL/65/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/65/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/65/input/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/65/input/README.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/65/input/cql/FHIRCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/65/input/cql/FHIRCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/66/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/66/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/66/input/cql/FHIRCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/66/input/cql/FHIRCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/66/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/66/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/66/input/cql/QICoreCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/66/input/cql/QICoreCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/66/input/cql/UsagePatterns.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/66/input/cql/UsagePatterns.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/67/Negation in QICore.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/67/Negation in QICore.pptx -------------------------------------------------------------------------------- /Source/Cooking With CQL/67/_Agenda.md: -------------------------------------------------------------------------------- 1 | 1. Negation in QICore 2 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/67/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/67/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/67/input/cql/QICoreCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/67/input/cql/QICoreCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/67/input/cql/QICoreNegation.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/67/input/cql/QICoreNegation.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/67/input/cql/QICorePatterns.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/67/input/cql/QICorePatterns.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/67/~$Negation in QICore.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/67/~$Negation in QICore.pptx -------------------------------------------------------------------------------- /Source/Cooking With CQL/68/TypesAndValues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/68/TypesAndValues.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/68/_Agenda.md: -------------------------------------------------------------------------------- 1 | 1. Deep Dive on Types, Values and Choices 2 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/68/input/cql/FHIRCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/68/input/cql/FHIRCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/68/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/68/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/68/input/cql/TestConvert.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/68/input/cql/TestConvert.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/68/input/cql/TypesAndValues.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/68/input/cql/TypesAndValues.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/69/WALKTHROUGH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/69/WALKTHROUGH.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/69/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/69/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/69/input/cql/FHIRCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/69/input/cql/FHIRCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/69/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/69/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/69/input/cql/cql-options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/69/input/cql/cql-options.json -------------------------------------------------------------------------------- /Source/Cooking With CQL/69/input/tests/results/ColorectalCancerScreeningCDS.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/69/input/tests/results/ColorectalCancerScreeningCQM.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/70/AuthoringPatterns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/70/AuthoringPatterns.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/70/_Agenda.md: -------------------------------------------------------------------------------- 1 | 1. Authoring Patterns (QICore STU4) 2 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/70/input/cql/CQMCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/70/input/cql/CQMCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/70/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/70/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/70/input/cql/QICoreCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/70/input/cql/QICoreCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/70/input/cql/QICorePatterns.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/70/input/cql/QICorePatterns.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/70/input/cql/UsagePatterns.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/70/input/cql/UsagePatterns.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/71/Operators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/71/Operators.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/71/QuantityCalculations.md: -------------------------------------------------------------------------------- 1 | # Quantity Calculations in CQL 2 | 3 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/71/_Agenda.md: -------------------------------------------------------------------------------- 1 | 1. Quantities in CQL 2 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/71/input/cql/Operators.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/71/input/cql/Operators.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/71/input/cql/OperatorsKey.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/71/input/cql/OperatorsKey.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/71/input/tests/results/OperatorsKey.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/72/_Agenda.md: -------------------------------------------------------------------------------- 1 | 1. Queries 2 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/72/input/cql/CQMCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/72/input/cql/CQMCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/72/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/72/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/72/input/cql/QICoreCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/72/input/cql/QICoreCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/72/input/cql/QICorePatterns.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/72/input/cql/QICorePatterns.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/72/input/cql/Queries.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/72/input/cql/Queries.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/72/input/cql/UsagePatterns.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/72/input/cql/UsagePatterns.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/72/input/tests/results/Queries.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/73/AuthoringPatterns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/73/AuthoringPatterns.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/73/Scenarios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/73/Scenarios.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/73/Troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/73/Troubleshooting.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/73/_Agenda.md: -------------------------------------------------------------------------------- 1 | 1. Troubleshooting Tips and Tricks 2 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/73/input/cql/ADHDMeasure.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/73/input/cql/ADHDMeasure.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/73/input/cql/CQMCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/73/input/cql/CQMCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/73/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/73/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/73/input/cql/Hospice.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/73/input/cql/Hospice.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/73/input/cql/QICoreCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/73/input/cql/QICoreCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/73/input/cql/StatusFHIR.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/73/input/cql/StatusFHIR.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/73/input/tests/results/ADHDMeasure.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/73/input/tests/results/TestPJMCQLIT347ADHD.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/73/input/tests/results/Troubleshooting.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/74/FluentFunctions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/74/FluentFunctions.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/74/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/74/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/74/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/74/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/74/input/cql/USCoreCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/74/input/cql/USCoreCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/74/input/cql/USCoreElements.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/74/input/cql/USCoreElements.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/74/input/cql/USCoreTests.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/74/input/cql/USCoreTests.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/74/input/tests/results/USCoreElements.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/75/IntervalsAndLists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/75/IntervalsAndLists.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/75/_Agenda.md: -------------------------------------------------------------------------------- 1 | 1. Deep Dive on Lists and Intervals 2 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/75/images/interval-collapse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/75/images/interval-collapse.png -------------------------------------------------------------------------------- /Source/Cooking With CQL/75/images/list-comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/75/images/list-comparison.png -------------------------------------------------------------------------------- /Source/Cooking With CQL/75/images/list-computation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/75/images/list-computation.png -------------------------------------------------------------------------------- /Source/Cooking With CQL/75/images/list-except.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/75/images/list-except.png -------------------------------------------------------------------------------- /Source/Cooking With CQL/75/images/list-intersect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/75/images/list-intersect.png -------------------------------------------------------------------------------- /Source/Cooking With CQL/75/images/list-union.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/75/images/list-union.png -------------------------------------------------------------------------------- /Source/Cooking With CQL/75/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/75/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/75/input/cql/Scratchpad.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/75/input/cql/Scratchpad.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/75/input/tests/results/Scratchpad.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/76/1_DRCEncounters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/76/1_DRCEncounters.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/76/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/76/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/76/input/cql/CQMCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/76/input/cql/CQMCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/76/input/cql/EncounterTest.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/76/input/cql/EncounterTest.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/76/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/76/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/76/input/cql/QICoreCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/76/input/cql/QICoreCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/77/1_VSCodePluginUserGuide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/77/1_VSCodePluginUserGuide.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/77/_Agenda.md: -------------------------------------------------------------------------------- 1 | 1. VS Code CQL Plugin User Guide 2 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/77/input/cql/CQMCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/77/input/cql/CQMCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/77/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/77/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/77/input/cql/QICoreCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/77/input/cql/QICoreCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/78/CQLIT-424.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/78/CQLIT-424.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/78/PC07-Numerator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/78/PC07-Numerator.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/78/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/78/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/78/input/cql/CQMCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/78/input/cql/CQMCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/78/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/78/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/78/input/cql/QICoreCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/78/input/cql/QICoreCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/78/input/cql/Test.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/78/input/cql/Test.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/78/input/tests/results/Test.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/79/CQLIT-420.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/79/CQLIT-420.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/79/CQLIT-421.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/79/CQLIT-421.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/79/CQLIT-422.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/79/CQLIT-422.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/79/CQLIT-423.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/79/CQLIT-423.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/79/FHIRHelpers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/79/FHIRHelpers.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/79/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/79/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/79/input/cql/CQMCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/79/input/cql/CQMCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/79/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/79/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/80/ProposedCQLChangesReview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/80/ProposedCQLChangesReview.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/80/USCommonsIGReview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/80/USCommonsIGReview.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/80/UsingCQLIGReview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/80/UsingCQLIGReview.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/80/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/80/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/80/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/80/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/81/_Agenda.md: -------------------------------------------------------------------------------- 1 | Deep dive on aggregates -------------------------------------------------------------------------------- /Source/Cooking With CQL/81/ig.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/81/ig.ini -------------------------------------------------------------------------------- /Source/Cooking With CQL/81/input/cql/Aggregates.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/81/input/cql/Aggregates.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/81/input/cwc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/81/input/cwc.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/81/input/tests/results/Aggregates.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/81/input/tests/results/AggregatesAnswers.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/82/TestHIVAssay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/82/TestHIVAssay.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/82/TestHIVMeasure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/82/TestHIVMeasure.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/82/TestOnART.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/82/TestOnART.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/82/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/82/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/82/ig.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/82/ig.ini -------------------------------------------------------------------------------- /Source/Cooking With CQL/82/input/cql/TestHIVAssay.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/82/input/cql/TestHIVAssay.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/82/input/cql/TestHIVMeasure.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/82/input/cql/TestHIVMeasure.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/82/input/cql/TestOnART.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/82/input/cql/TestOnART.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/82/input/cwc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/82/input/cwc.xml -------------------------------------------------------------------------------- /Source/Cooking With CQL/82/input/tests/results/Aggregates.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/82/input/tests/results/AggregatesAnswers.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/83/CQLIT-447.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/83/CQLIT-447.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/83/CQLIT-448.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/83/CQLIT-448.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/83/CQLIT-449.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/83/CQLIT-449.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/83/CQLIT-450.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/83/CQLIT-450.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/83/CQLIT-460.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/83/CQLIT-460.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/83/QuantityComparison.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/83/QuantityComparison.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/83/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/83/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/83/input/cql/CQLIT448.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/83/input/cql/CQLIT448.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/83/input/cql/CQLIT449.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/83/input/cql/CQLIT449.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/83/input/cql/CQLIT460.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/83/input/cql/CQLIT460.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/83/input/cql/OverlapsTests.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/83/input/cql/OverlapsTests.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/83/input/cql/Q45_exercise_2.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/83/input/cql/Q45_exercise_2.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/84/01-PublicComment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/84/01-PublicComment.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/84/02-CMSConnectathon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/84/02-CMSConnectathon.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/84/03-CQLCheatSheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/84/03-CQLCheatSheet.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/84/04-SubQueries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/84/04-SubQueries.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/84/07-AggregateQuestion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/84/07-AggregateQuestion.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/84/CQL Cheat Sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/84/CQL Cheat Sheet.pdf -------------------------------------------------------------------------------- /Source/Cooking With CQL/84/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/84/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/84/input/cql/FHIRCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/84/input/cql/FHIRCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/84/input/cql/SubQueries.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/84/input/cql/SubQueries.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/84/input/tests/results/AggregateQuestion.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/85/ConsecutiveSPO2Readings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/85/ConsecutiveSPO2Readings.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/85/MedicationDailyDose.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/85/MedicationDailyDose.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/85/TerminologyInCQL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/85/TerminologyInCQL.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/85/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/85/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/85/input/cql/FHIRCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/85/input/cql/FHIRCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/86/Stratifiers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/86/Stratifiers.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/86/_Agenda.md: -------------------------------------------------------------------------------- 1 | 1. Deep dive on stratifiers -------------------------------------------------------------------------------- /Source/Cooking With CQL/86/input/cql/CQMCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/86/input/cql/CQMCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/86/input/cql/EXM55.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/86/input/cql/EXM55.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/86/input/cql/EXM74.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/86/input/cql/EXM74.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/86/input/cql/QICoreCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/86/input/cql/QICoreCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/86/input/cql/Status.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/86/input/cql/Status.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/87/AcuteKidneyInjury.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/87/AcuteKidneyInjury.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/87/CMS832 Scenarios.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/87/CMS832 Scenarios.pptx -------------------------------------------------------------------------------- /Source/Cooking With CQL/87/CQLErrata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/87/CQLErrata.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/87/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/87/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/88/ActivityExtent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/88/ActivityExtent.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/88/ClaimDiagnoses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/88/ClaimDiagnoses.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/88/NegationInFHIR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/88/NegationInFHIR.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/88/UsingCQLWithFHIR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/88/UsingCQLWithFHIR.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/88/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/88/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/88/input/cql/ClaimDiagnosis.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/88/input/cql/ClaimDiagnosis.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/88/input/cql/FHIRCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/88/input/cql/FHIRCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/88/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/88/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/88/input/cql/QICoreCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/88/input/cql/QICoreCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/88/input/cql/cql-options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/88/input/cql/cql-options.json -------------------------------------------------------------------------------- /Source/Cooking With CQL/88/input/tests/results/FHIRCommon.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/89/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/89/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/89/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/89/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/90/01-CQLErrata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/90/01-CQLErrata.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/90/02-CommonCQLAssetsUS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/90/02-CommonCQLAssetsUS.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/90/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/90/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/90/input/cql/CQMCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/90/input/cql/CQMCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/90/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/90/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/90/input/cql/QICoreCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/90/input/cql/QICoreCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/90/input/cql/TJCOverall.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/90/input/cql/TJCOverall.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/90/input/cql/VTE.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/90/input/cql/VTE.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/90/input/cql/cql-options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/90/input/cql/cql-options.json -------------------------------------------------------------------------------- /Source/Cooking With CQL/91/CQL2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/91/CQL2.0.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/91/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/91/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/91/input/cql/cql-options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/91/input/cql/cql-options.json -------------------------------------------------------------------------------- /Source/Cooking With CQL/92/01-DerivedModelInfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/92/01-DerivedModelInfo.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/92/CQLLibraryRefactoring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/92/CQLLibraryRefactoring.png -------------------------------------------------------------------------------- /Source/Cooking With CQL/92/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/92/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/92/input/cql/FHIRCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/92/input/cql/FHIRCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/92/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/92/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/92/input/cql/QICoreCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/92/input/cql/QICoreCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/92/input/cql/USCoreCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/92/input/cql/USCoreCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/92/input/cql/cql-options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/92/input/cql/cql-options.json -------------------------------------------------------------------------------- /Source/Cooking With CQL/93/CAUTI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/93/CAUTI.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/93/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/93/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/93/input/cql/CAUTIRate.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/93/input/cql/CAUTIRate.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/93/input/cql/CAUTISIR.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/93/input/cql/CAUTISIR.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/93/input/cql/FHIRCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/93/input/cql/FHIRCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/93/input/cql/QICoreCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/93/input/cql/QICoreCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/93/input/cql/cql-options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/93/input/cql/cql-options.json -------------------------------------------------------------------------------- /Source/Cooking With CQL/94/CMSConnectathonReport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/94/CMSConnectathonReport.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/94/CQL2BallotReview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/94/CQL2BallotReview.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/94/EstimatedDenominator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/94/EstimatedDenominator.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/94/MeasureNarrativeReview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/94/MeasureNarrativeReview.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/94/ReferenceTypeCaveat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/94/ReferenceTypeCaveat.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/94/TimezoneTesting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/94/TimezoneTesting.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/94/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/94/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/94/input/cql/FHIRCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/94/input/cql/FHIRCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/94/input/cql/cql-options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/94/input/cql/cql-options.json -------------------------------------------------------------------------------- /Source/Cooking With CQL/95/CQLR2BallotResults.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/95/CQLR2BallotResults.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/95/CQLTestResults.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/95/CQLTestResults.png -------------------------------------------------------------------------------- /Source/Cooking With CQL/95/CQLUSReview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/95/CQLUSReview.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/95/CTScanRepresentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/95/CTScanRepresentation.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/95/Connectathon40Report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/95/Connectathon40Report.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/95/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/95/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/95/dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/95/dashboard.png -------------------------------------------------------------------------------- /Source/Cooking With CQL/95/input/cql/cql-options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/95/input/cql/cql-options.json -------------------------------------------------------------------------------- /Source/Cooking With CQL/96/00-Announcements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/96/00-Announcements.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/96/01-Stratifiers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/96/01-Stratifiers.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/96/03-TimingBestPractices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/96/03-TimingBestPractices.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/96/04-PatientPatterns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/96/04-PatientPatterns.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/96/05-AllergyPatterns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/96/05-AllergyPatterns.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/96/06-ObservationPatterns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/96/06-ObservationPatterns.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/96/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/96/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/96/input/cql/cql-options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/96/input/cql/cql-options.json -------------------------------------------------------------------------------- /Source/Cooking With CQL/97/1_NLPEnrichment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/97/1_NLPEnrichment.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/97/AuthoringPatterns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/97/AuthoringPatterns.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/97/CCDNarrative.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/97/CCDNarrative.png -------------------------------------------------------------------------------- /Source/Cooking With CQL/97/CQLIT-420.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/97/CQLIT-420.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/97/DataAccess.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/97/MemberMonths.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/97/MemberMonths.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/97/MustSupport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/97/MustSupport.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/97/Patterns.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Cooking With CQL/97/_Agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/97/_Agenda.md -------------------------------------------------------------------------------- /Source/Cooking With CQL/97/input/cql/CQMCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/97/input/cql/CQMCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/97/input/cql/CombineEdges.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/97/input/cql/CombineEdges.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/97/input/cql/FHIRHelpers.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/97/input/cql/FHIRHelpers.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/97/input/cql/QICoreCommon.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/97/input/cql/QICoreCommon.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/97/input/cql/QICorePatterns.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/97/input/cql/QICorePatterns.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/97/input/cql/TestFactorial.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/97/input/cql/TestFactorial.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/97/input/cql/UsagePatterns.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/97/input/cql/UsagePatterns.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/CQL Basics/CQL_Basics.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/CQL Basics/CQL_Basics.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/Examples Backlog/18_CMS169.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/Examples Backlog/18_CMS169.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/Examples Backlog/EXM105_v5.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/Examples Backlog/EXM105_v5.cql -------------------------------------------------------------------------------- /Source/Cooking With CQL/Examples Backlog/EXM105_v5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Cooking With CQL/Examples Backlog/EXM105_v5.xml -------------------------------------------------------------------------------- /Source/Discussion Items/001-SingleCode.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Discussion Items/001-SingleCode.cql -------------------------------------------------------------------------------- /Source/Discussion Items/001-SingleCode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Discussion Items/001-SingleCode.xml -------------------------------------------------------------------------------- /Source/Discussion Items/002-NegationExamples.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Discussion Items/002-NegationExamples.cql -------------------------------------------------------------------------------- /Source/Discussion Items/003-AgeExamples.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Discussion Items/003-AgeExamples.cql -------------------------------------------------------------------------------- /Source/Discussion Items/004-SpecificOccurrences.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Discussion Items/004-SpecificOccurrences.cql -------------------------------------------------------------------------------- /Source/Discussion Items/005-SpecifyingCriteria.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Discussion Items/005-SpecifyingCriteria.cql -------------------------------------------------------------------------------- /Source/Discussion Items/006-PopulationMakeup.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Discussion Items/006-PopulationMakeup.cql -------------------------------------------------------------------------------- /Source/Discussion Items/007-CompositeMeasures.cql: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Discussion Items/AuthoringMeasuresInCQL.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Discussion Items/AuthoringMeasuresInCQL.cql -------------------------------------------------------------------------------- /Source/Discussion Items/CQL201-Examples.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Discussion Items/CQL201-Examples.cql -------------------------------------------------------------------------------- /Source/Discussion Items/CookingWithCQL-01-Examples.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Discussion Items/CookingWithCQL-01-Examples.cql -------------------------------------------------------------------------------- /Source/Discussion Items/Examples: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Discussion Items/Examples -------------------------------------------------------------------------------- /Source/Discussion Items/Examples.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Discussion Items/Examples.cql -------------------------------------------------------------------------------- /Source/Discussion Items/ExpansionProfiles.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Discussion Items/ExpansionProfiles.cql -------------------------------------------------------------------------------- /Source/Discussion Items/NegationDiscussion.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Discussion Items/NegationDiscussion.cql -------------------------------------------------------------------------------- /Source/Discussion Items/ProposedCQLConventions.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Discussion Items/ProposedCQLConventions.cql -------------------------------------------------------------------------------- /Source/Discussion Items/TimezoneTesting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Discussion Items/TimezoneTesting.md -------------------------------------------------------------------------------- /Source/Example Measures/A CQL Ratio Measure.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/A CQL Ratio Measure.htm -------------------------------------------------------------------------------- /Source/Example Measures/EXM126v4/CMS126v4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM126v4/CMS126v4.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM126v4/EXM126v4.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM126v4/EXM126v4.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM126v4/EXM126v4_CQL.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM126v4/EXM126v4_CQL.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM135/EXM135_QDM.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM135/EXM135_QDM.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM137v4/CMS137v4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM137v4/CMS137v4.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM137v4/CMS137v4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM137v4/CMS137v4.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM137v4/EXM137v4.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM137v4/EXM137v4.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM137v4/EXM137v4_CQL.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM137v4/EXM137v4_CQL.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM137v5/CMS137v5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM137v5/CMS137v5.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM137v5/CMS137v5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM137v5/CMS137v5.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM137v5/CMS137v5_SimpleXML.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM137v5/CMS137v5_SimpleXML.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM137v5/EXM137v5_QDM.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM137v5/EXM137v5_QDM.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM137v5/EXM137v5_QDM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM137v5/EXM137v5_QDM.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM146_HQMF/CMS146v3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM146_HQMF/CMS146v3.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM146_HQMF/CMS146v3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM146_HQMF/CMS146v3.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM146_HQMF/CMS146v4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM146_HQMF/CMS146v4.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM146_HQMF/CMS146v4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM146_HQMF/CMS146v4.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM146_HQMF/xslt/eMeasure.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM146_HQMF/xslt/eMeasure.xsl -------------------------------------------------------------------------------- /Source/Example Measures/EXM146_QDM/CMS146.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM146_QDM/CMS146.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM146_QDM/CMS146.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM146_QDM/CMS146.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM146_QDM/Common.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM146_QDM/Common.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM146_QDM/Common.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM146_QDM/Common.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM146_QDM/EXM146.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM146_QDM/EXM146.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM146_QDM/EXM146.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM146_QDM/EXM146.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM146_QDM/EXM146_UXReview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM146_QDM/EXM146_UXReview.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM146v2/EXM146v2_CQM.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM146v2/EXM146v2_CQM.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM146v2/EXM146v2_QDM.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM146v2/EXM146v2_QDM.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM146v2/EXM146v2_QDM_MS.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM146v2/EXM146v2_QDM_MS.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM146v5/CMS146v5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM146v5/CMS146v5.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM146v5/CMS146v5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM146v5/CMS146v5.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM146v5/CMS146v5_SimpleXML.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM146v5/CMS146v5_SimpleXML.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM153/EXM153.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM153/EXM153.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM153v5/CMS153v5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM153v5/CMS153v5.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM153v5/CMS153v5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM153v5/CMS153v5.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM153v5/CMS153v5_SimpleXML.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM153v5/CMS153v5_SimpleXML.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM153v5/EXM153v5_QDM.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM153v5/EXM153v5_QDM.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM154v1/EXM154v1_NQF0069.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM154v1/EXM154v1_NQF0069.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM154v5/CMS154v5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM154v5/CMS154v5.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM154v5/CMS154v5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM154v5/CMS154v5.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM154v5/CMS154v5_SimpleXML.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM154v5/CMS154v5_SimpleXML.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM179/CMS179v3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM179/CMS179v3.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM179/EXM179v2_CQM.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM179/EXM179v2_CQM.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM179/EXM179v2_CQM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM179/EXM179v2_CQM.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM179/EXM179v2_QDM.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM179/EXM179v2_QDM.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM179/EXM179v2_QDM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM179/EXM179v2_QDM.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM179v5/CMS179v5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM179v5/CMS179v5.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM179v5/CMS179v5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM179v5/CMS179v5.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM179v5/CMS179v5_SimpleXML.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM179v5/CMS179v5_SimpleXML.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM26v2/EXM26v2_CQM.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM26v2/EXM26v2_CQM.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM50v5/EXM50v5.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM50v5/EXM50v5.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM52v5/EXM52v5.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM52v5/EXM52v5.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM55v1/EXM55v1_NQF0495.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM55v1/EXM55v1_NQF0495.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM55v1/EXM55v1_QDM.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM55v1/EXM55v1_QDM.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM55v1/EXM55v1_QDM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM55v1/EXM55v1_QDM.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM55v5/CMS55v5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM55v5/CMS55v5.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM55v5/CMS55v5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM55v5/CMS55v5.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM55v5/CMS55v5_SimpleXML.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM55v5/CMS55v5_SimpleXML.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM55v5/EXM55v5.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM55v5/EXM55v5.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM55v5/EXM55v5_QDM.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM55v5/EXM55v5_QDM.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM55v5/EXM55v5_QDM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM55v5/EXM55v5_QDM.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4/CMS9v4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4/CMS9v4.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4/CMS9v4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4/CMS9v4.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4/CMS9v4_SimpleXML.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4/CMS9v4_SimpleXML.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4/EXM9v4_CDS.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4/EXM9v4_CDS.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4/EXM9v4_CQL.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4/EXM9v4_CQL.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4/EXM9v4_CQM.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4/EXM9v4_CQM.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4/EXM9v4_CQM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4/EXM9v4_CQM.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4/EXM9v4_Common.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4/EXM9v4_Common.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4/EXM9v4_QDM.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4/EXM9v4_QDM.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4/EXM9v4_QDM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4/EXM9v4_QDM.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4/EXM9v4_QDM_Final.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4/EXM9v4_QDM_Final.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4/EXM9v4_Quick.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4/EXM9v4_Quick.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4/EXM9v4_wConventions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4/EXM9v4_wConventions.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4/Resource listing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4/Resource listing -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4_BPS/EXM9-4.0.0.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4_BPS/EXM9-4.0.0.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4_BPS/EXM9-4.0.0.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4_BPS/EXM9_BPS-4.0.0.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4_BPS/EXM9_BPS-4.0.0.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4_BPS/EXM9_BPS-4.0.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4_BPS/EXM9_BPS-4.0.0.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4_BPS/EXM9_BPS-4.0.1.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4_BPS/EXM9_BPS-4.0.1.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v4_BPS/EXM9_BPS-4.0.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v4_BPS/EXM9_BPS-4.0.1.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v5/CMS9v5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v5/CMS9v5.html -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v5/CMS9v5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v5/CMS9v5.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v5/CMS9v5_SimpleXML.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v5/CMS9v5_SimpleXML.xml -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v5/EXM9v5_QDM.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v5/EXM9v5_QDM.cql -------------------------------------------------------------------------------- /Source/Example Measures/EXM9v5/EXM9v5_QDM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/EXM9v5/EXM9v5_QDM.xml -------------------------------------------------------------------------------- /Source/Example Measures/MostModSINC.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Example Measures/MostModSINC.cql -------------------------------------------------------------------------------- /Source/Libraries/Adult_Outpatient_Encounters.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/Adult_Outpatient_Encounters.cql -------------------------------------------------------------------------------- /Source/Libraries/BreastCancerScreening-9.2.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/BreastCancerScreening-9.2.000.cql -------------------------------------------------------------------------------- /Source/Libraries/CQMCommon-1.0.0.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/CQMCommon-1.0.0.cql -------------------------------------------------------------------------------- /Source/Libraries/ComfortMeasureExampleCalculations.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/ComfortMeasureExampleCalculations.cql -------------------------------------------------------------------------------- /Source/Libraries/FHIRCommon-1.0.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/FHIRCommon-1.0.000.cql -------------------------------------------------------------------------------- /Source/Libraries/FHIRHelpers-4.0.001.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/FHIRHelpers-4.0.001.cql -------------------------------------------------------------------------------- /Source/Libraries/Hospice-2.2.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/Hospice-2.2.000.cql -------------------------------------------------------------------------------- /Source/Libraries/MATGlobalCommonFunctions v2.0(1).docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/MATGlobalCommonFunctions v2.0(1).docx -------------------------------------------------------------------------------- /Source/Libraries/MATGlobalCommonFunctions v2.0.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/MATGlobalCommonFunctions v2.0.docx -------------------------------------------------------------------------------- /Source/Libraries/MATGlobalCommonFunctions-2.0.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/MATGlobalCommonFunctions-2.0.000.cql -------------------------------------------------------------------------------- /Source/Libraries/MATGlobalCommonFunctions-2.0.000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/MATGlobalCommonFunctions-2.0.000.xml -------------------------------------------------------------------------------- /Source/Libraries/MATGlobalCommonFunctions-3.0.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/MATGlobalCommonFunctions-3.0.000.cql -------------------------------------------------------------------------------- /Source/Libraries/MATGlobalCommonFunctions-3.0.000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/MATGlobalCommonFunctions-3.0.000.xml -------------------------------------------------------------------------------- /Source/Libraries/MATGlobalCommonFunctions-4.0.000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/MATGlobalCommonFunctions-4.0.000.xml -------------------------------------------------------------------------------- /Source/Libraries/MATGlobalCommonFunctions-4.0.111.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/MATGlobalCommonFunctions-4.0.111.cql -------------------------------------------------------------------------------- /Source/Libraries/MATGlobalCommonFunctions-5.0.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/MATGlobalCommonFunctions-5.0.000.cql -------------------------------------------------------------------------------- /Source/Libraries/MATGlobalCommonFunctions-6.0.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/MATGlobalCommonFunctions-6.0.000.cql -------------------------------------------------------------------------------- /Source/Libraries/MATGlobalCommonFunctions-6.1.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/MATGlobalCommonFunctions-6.1.000.cql -------------------------------------------------------------------------------- /Source/Libraries/MATGlobalCommonFunctions-6.1.001.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/MATGlobalCommonFunctions-6.1.001.cql -------------------------------------------------------------------------------- /Source/Libraries/MATGlobalCommonFunctions-6.2.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/MATGlobalCommonFunctions-6.2.000.cql -------------------------------------------------------------------------------- /Source/Libraries/MATGlobalCommonFunctions-6.3.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/MATGlobalCommonFunctions-6.3.000.cql -------------------------------------------------------------------------------- /Source/Libraries/MATGlobalCommonFunctions-7.0.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/MATGlobalCommonFunctions-7.0.000.cql -------------------------------------------------------------------------------- /Source/Libraries/MATGlobalCommonFunctions-7.0.000.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/MATGlobalCommonFunctions-7.0.000.html -------------------------------------------------------------------------------- /Source/Libraries/MATGlobalCommonFunctions-7.0.000.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/MATGlobalCommonFunctions-7.0.000.md -------------------------------------------------------------------------------- /Source/Libraries/MATGlobalCommonFunctions-7.0.000.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/MATGlobalCommonFunctions-7.0.000.zip -------------------------------------------------------------------------------- /Source/Libraries/SafeUseOfOpioids.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/SafeUseOfOpioids.cql -------------------------------------------------------------------------------- /Source/Libraries/SafeUseOfOpioids.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/SafeUseOfOpioids.xml -------------------------------------------------------------------------------- /Source/Libraries/TestCommonLibrary.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/TestCommonLibrary.cql -------------------------------------------------------------------------------- /Source/Libraries/TestCommonLibrary.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/TestCommonLibrary.xml -------------------------------------------------------------------------------- /Source/Libraries/TestED3.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/TestED3.cql -------------------------------------------------------------------------------- /Source/Libraries/TestED3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/TestED3.xml -------------------------------------------------------------------------------- /Source/Libraries/TestVTE.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/TestVTE.cql -------------------------------------------------------------------------------- /Source/Libraries/VTE-2Issues.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/VTE-2Issues.cql -------------------------------------------------------------------------------- /Source/Libraries/VTE-2Issues.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/VTE-2Issues.xml -------------------------------------------------------------------------------- /Source/Libraries/VTEICU-1.1.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/VTEICU-1.1.000.cql -------------------------------------------------------------------------------- /Source/Libraries/VTEICU-1.6.000.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/VTEICU-1.6.000.cql -------------------------------------------------------------------------------- /Source/Libraries/WorkingExamples.cql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cqframework/CQL-Formatting-and-Usage-Wiki/HEAD/Source/Libraries/WorkingExamples.cql --------------------------------------------------------------------------------