168
AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE Chris Moesel, CDS Connect Technical Lead, MITRE Moderated by: Edwin Lomotan, MD Agency for Healthcare Research and Quality February 7, 2019

AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

  • Upload
    others

  • View
    4

  • Download
    0

Embed Size (px)

Citation preview

Page 1: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

AHRQ Training Webinar on the Clinical Decision Support Authoring Tool

Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE Chris Moesel, CDS Connect Technical Lead, MITRE

Moderated by: Edwin Lomotan, MD

Agency for Healthcare Research and Quality

February 7, 2019

Page 2: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

Agenda

• Welcome and Introductions • Presentations • CDS Authoring Tool Demonstration • Q&A Session With Presenters

Note: After today’s webinar, a copy of the slides will beemailed to all participants.

2

Page 3: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

Presenters and Moderator

Chris Moesel Sharon Sebastian RN-BC, MS Ed Lomotan, MD • Principal Clinical

Informaticist, MITRE • Principal Software Systems

Engineer, MITRE • Medical Officer • Chief of Clinical Informatics,

Center for Evidence and Practice Improvement, AHRQ

• CDS Connect Project Lead • CDS Connect Technical Lead • CDS Authoring Tool Lead

3

Page 4: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

How to Submit a Question

• At any time during the presentation, type your question into the “Q&A” section of your WebEx Q&A panel.

• Please address your questions to “All Panelists” in the drop-down menu.

• Select “Send” to submit your question to the moderator.

• Questions will be read aloud by the moderator.

4

Page 5: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

Learning Objectives

At the conclusion of this activity, participants should be able to: 1. Develop logic, including inclusion and exclusion statements, and

define the recommended intervention. 2. Discuss how to develop “base elements” that can be re-used across

logic statements, along with features that enable users to developsubpopulations and how to handle errors.

3. Use synthetic test data to verify that authored CDS logic works asexpected.

4. Save and download their logic expression and provide anunderstanding of the components of the downloaded zip file.

5. Understand how other systems and tools developed by the CDSConnect project (i.e., the Repository and CQL Services) can be usedto share and implement the logic developed within the AuthoringTool.

5

Page 6: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Connect Project Overview and Knowledge Translation Resources

Sharon Sebastian, MITRE

Page 7: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Connect Concept of Operations

Page 8: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Connect Work Streams

Repository: Design and build an online software “repository” for hosting and sharing new CDS artifacts Authoring: Build a public-facing, web-based CDS Authoring Tool geared toward non-technical users Artifacts: Identify and codify new CDS artifacts for care, in specific domains Pilot: Pilot CDS artifacts in a live, clinical setting Work Groups: Convene external discussions focused on accelerating evidence into practice through CDS

https://cds.ahrq.gov/cdsconnect

8

Page 9: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

Level 1 (or “L1”) Level 2 (or “L2”) Level 3 (or “L3”) Level 4 (or “L4”)

Knowledge Translation into CDS

Adapted from: Boxwala, A. A., et al. (2011). "A multi-layered framework for disseminating knowledge for computer-based decision support." Journal of the American Medical Informatics Association : JAMIA 18 Suppl 1: i132-139.

Page 10: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

“L1”: Evidence-based “source” selection

“L2” and “L3”: Translating and encoding knowledge

“L4”: CDS Integration with health IT

Knowledge Translation Methodology

Reference: Tso GJ, Samson TU, Oshiro C, et al. Automating Guidelines for Clinical Decision Support: Knowledge Engineering and Implementation. 2016 AMIA Annual Symposium Proc. 2016: 1189-1198. Available at: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5333329/

Page 11: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool Standards

Chris Moesel, MITRE

Page 12: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

HL7 Fast Healthcare HL7 Clinical Quality Language (CQL) Interoperability Resources (FHIR)

CDS Authoring Tool: Health IT Standards

HL7 = Health Level 7

Page 13: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

HL7 Clinical Quality Language (CQL)

“Clinical Quality Language (CQL) is a high-level, domain-specific language focused on clinical

quality and targeted at measure and decision support artifact

authors.” HL7 Standard: Clinical Quality Language Specification, Release 1 STU3 (CQL 1.3)

http://cql.hl7.org/

Page 14: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Key Points

• The CQL specification defines two components: – Clinical Quality Language: Author-friendly domain-specific language – Expression Logical Model: Computable XML or JSON

• CQL leverages best practices and lessons learned from: – Quality Data Model: Focus on ease of authoring – Health eDecisions: Focus on modularity and computability – eCQM & CDS Communities: HL7 Work Groups, S&I Framework

• CQL is designed to work with any data model • CQL is a HL7 Standard for Trial Use (STU)

Page 15: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

valueset "Systolic Blood Pressure": '2.16.840.1.113883.3.526.3.1032'

define LastSystolicBPValue: Last (

[Observation: "Systolic Blood Pressure"] O where O.status.value = 'final' and (

O.valueQuantity.unit.value in {'mm[Hg]', 'mmHg', 'mm Hg'} or O.valueQuantity.code.value = 'mm[Hg]'

) return FHIRHelpers.ToDecimal(O.valueQuantity.value) sort by O.effectiveDateTime

)

CQL Example: Systolic Blood Pressure

Page 16: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

=

define InDemographic: AgeInYears() between 40 and 75

define HasCVDRiskFactors: MostRecentValidLDLResult > 130 'mg/dL' or MostRecentValidHDLResult < 40 'mg/dL' or HasDiabetes or HasHypertension or IsSmoker

define MeetsInclusionCriteria: InDemographic and HasCVDRiskFactors and ( MostRecentValidCVDRiskAssessmentResult > 10.0 '%' or (GradeCRecommendationEnabled and MostRecentValidCVDRiskAssessmentResult >= 7.5 '%')

)

CQL Example: MeetsInclusionCriteria

Page 17: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

HL7 Fast Healthcare InteroperabilityResources (FHIR)

“FHIR is a standard for health care data exchange, published

by HL7®.” HL7 FHIR Release 4 (v4.0.0)

http://hl7.org/fhir/R4/index.html

Page 18: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

- - - -

- -

{ "resourceType": "Patient", "id": "e7c7c18c 06e1 4426 be5b 494f4573b457", "name": [

{ "given": [

"Brenda" ], "family": [

"Jackson" ]

} ], "gender": "female", "birthDate": "1956 10 14"

}

- - - -

- - - -

- -- -

{ "resourceType": "Condition", "id": "7d0735e7 f062 45af 843c a3e3e7f48888", "patient": { "reference": "Patient/e7c7c18c 06e1 4426 be5b

494f4573b457" }, "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "203082005", "display": "Fibromyalgia (disorder)"

} ], "text": "Fibromyalgia (disorder)"

}, "clinicalStatus": "active", "verificationStatus": "confirmed", "onsetDateTime": "2013 04 05T16:00:00.000Z", "dateRecorded": "2013 04 05"

}

FHIR Examples: Patient and Condition

Page 19: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Connect Repository

19

Page 20: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Connect Repository

20

Page 21: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Connect Repository

21

Page 22: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Connect Repository

22

Page 23: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Connect Repository

23

Page 24: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Connect Repository

24

Page 25: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Connect Repository

25

Page 26: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Connect Repository

26

Page 27: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Connect Repository

27

Page 28: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool

28

Page 29: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool

29

Page 30: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool

30

Page 31: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool

31

Page 32: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool

32

Page 33: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool

33

Page 34: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Artifacts

34

Page 35: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Artifacts

35

Page 36: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Workspace

36

Page 37: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

37

Page 38: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

38

Page 39: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

39

Page 40: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

40

Page 41: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

41

Page 42: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

42

Page 43: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

43

Page 44: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

44

Page 45: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

45

Page 46: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

46

Page 47: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

47

Page 48: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

48

Page 49: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

49

Page 50: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

50

Page 51: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

51

Page 52: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

52

Page 53: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Base Elements

53

Page 54: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Base Elements

54

Page 55: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Base Elements

55

Page 56: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Base Elements

56

Page 57: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Base Elements

57

Page 58: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Base Elements

58

Page 59: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Base Elements

59

Page 60: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Base Elements

60

Page 61: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Base Elements

61

Page 62: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

62

Page 63: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

63

Page 64: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

64

Page 65: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

65

Page 66: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

66

Page 67: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

67

Page 68: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Inclusions

68

Page 69: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Exclusions

69

Page 70: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Exclusions

70

Page 71: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Exclusions

71

Page 72: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Exclusions

72

Page 73: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Exclusions

73

Page 74: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Exclusions

74

Page 75: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Exclusions

75

Page 76: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Exclusions

76

Page 77: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Exclusions

77

Page 78: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Exclusions

78

Page 79: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Exclusions

79

Page 80: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Exclusions

80

Page 81: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Exclusions

81

Page 82: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Exclusions

82

Page 83: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Exclusions

83

Page 84: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Exclusions

84

Page 85: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Subpopulations

85

Page 86: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Subpopulations

86

Page 87: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Subpopulations

87

Page 88: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Subpopulations

88

Page 89: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Subpopulations

89

Page 90: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Subpopulations

90

Page 91: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Subpopulations

91

Page 92: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Subpopulations

92

Page 93: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Subpopulations

93

Page 94: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Subpopulations

94

Page 95: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Subpopulations

95

Page 96: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Subpopulations

96

Page 97: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool:Subpopulations

97

Page 98: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Subpopulations

98

Page 99: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Recommendations

99

Page 100: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Recommendations

100

Page 101: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Recommendations

101

Page 102: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Recommendations

102

Page 103: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Recommendations

103

Page 104: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Recommendations

104

Page 105: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Recommendations

105

Page 106: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Handle Errors

106

Page 107: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Handle Errors

107

Page 108: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Parameters

108

Page 109: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Parameters

109

Page 110: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Parameters

110

Page 111: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Parameters

111

Page 112: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Parameters

112

Page 113: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Parameters

113

Page 114: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Parameters

114

Page 115: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Parameters

115

Page 116: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Parameters

116

Page 117: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Parameters

117

Page 118: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Parameters

118

Page 119: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Save

119

Page 120: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Save

120

Page 121: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Download

121

Page 122: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Download

122

Page 123: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Download

123

Page 124: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Download

124

Page 125: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Download

125

Page 126: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Download

126

Page 127: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

127

Page 128: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

128

Page 129: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

129

Page 130: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

130

Page 131: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

131

Page 132: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

132

Page 133: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

133

Page 134: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

134

Page 135: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

135

Page 136: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

136

Page 137: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

137

Page 138: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

138

Page 139: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

139

Page 140: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

140

Page 141: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

141

Page 142: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

142

Page 143: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

143

Page 144: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

144

Page 145: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

145

Page 146: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

146

Page 147: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

147

Page 148: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CDS Authoring Tool: Testing

148

Page 149: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Services

149

Page 150: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Services

150

Page 151: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Services: CDS Hooks

151

Page 152: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Services: Configuration

152

Page 153: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Services: Configuration

153

Page 154: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Services: Configuration

154

Page 155: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Services: Configuration

155

Page 156: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Services: Configuration

156

Page 157: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Services: Run

157

Page 158: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Services: CDS HooksSandbox

158

Page 159: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Services: CDS Hooks Sandbox

159

Page 160: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Services: CDS Hooks Sandbox

160

Page 161: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Services: CDS Hooks Sandbox

161

Page 162: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Services: CDS Hooks Sandbox

162

Page 163: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Services: CDS Hooks Sandbox

163

Page 164: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Services: CDS Hooks Sandbox

164

Page 165: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Services: CDS HooksSandbox

165

Page 166: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

CQL Services: CDS Hooks Sandbox

166

Page 167: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

Contact Info

• Sharon Sebastian, CDS Connect Project Lead – [email protected]

• Chris Moesel, CDS Connect Technical Lead – [email protected]

Page 168: AHRQ Training Web Conference on the Clinical …...AHRQ Training Webinar on the Clinical Decision Support Authoring Tool Presented by: Sharon Sebastian, CDS Connect Project Lead, MITRE

Questions