Clinical Practice Guidelines
2.0.0 - trial-use International flag

Clinical Practice Guidelines, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cqf-recommendations/ and changes regularly. See the Directory of published versions

Activity Examples

These examples illustrate general implementation patterns for activity processing and recommendations related to performing activities.

NOTE: The recommendations here are dramatically simplified to illustrate the general pattern for positive and negative recommendations, with the ability for users to reject the recommendation, and flexibility in how the recommendation is achieved.

Specifically:

  • There is no terminology, any request/event on any topic will do
  • There is no timing, any request/event will do at any time
  • There is no reference to participants other than the patient
  • There is no relationship to a setting
  • There is no relationship to an encounter or episode
  • There is no relationship to a care plan

These simplifications allow the example to focus exclusively on the pattern for recommending and for accepting/rejecting the proposal, as well as documenting the completion, or explicit non-performance of the activity.

These examples make use of the activity processing semantics defined in the Activity Flow topic.

Send a message

This examples illustrates a recommendation to send a message.

Do not send a message

This example illustrates a recommendation not to send a message.

Collect information

This example illustrates a recommendation to collect specific information using a questionnaire.

Do not collect information

This example illustrates a recommendation not to collect specific information using a questionnaire.

Order a medication

This example illustrates a recommendation to order a medication.

Dispense a medication

This example illustrates a recommendation to dispense a en existing medication prescription.

Administer a medication

This example illustrates a recommendation to administer an existing medication order.

Document a medication

This example illustrates a recommendation to document an existing medication order.

Stop a medication order

This example illustrates a recommendation to stop an existing medication order

Hold a medication order

This example illustrates a recommendation to hold an existing medication order

Resume a medication order

This example illustrates a recommendation to resume a medication order on hold

Recommend an immunization

This example illustrates a recommendation to provide an immunization.

Order a service

This example illustrates a recommendation to order a service.

Enroll a patient

This example illustrates a recommendation to enroll a patient.

Generate a report

This example illustrates a recommendation to generate a report.

Propose a diagnosis

This example illustrates a recommendation to propose a diagnosis.

Record a detected issue

This example illustrates a recommendation to record a detected issue.

Record an inference

This example illustrates a recommendation to record an inference.

Report a flag

This example illustrates a recommendation to report a flag.

Packaging

To illustrate how artifact packaging works, this example includes a packaging of the AdministerMedication example:

Resource Description
Library-activity-example-administermedication Asset collection detailing the knowledge artifacts in the AdministerMedication example
Bundle-activity-example-administermedication Bundle for the asset collection including all the artifacts, packaged with a single test case example
GuidanceResponse-am-scenario7 Expected results for the am-scenario7 test case
Bundle-am-scenario7 Test case bundle for the am-scenario7 test case for the AdministerMedication example