PatientView Example

The PatientView process illustrates how to use the PatientView activity to generate a CDS Hooks patient-view response..

For more information about the PatientView activity, see CDS Hooks documentation.

PatientView Process

The PatientView Process is illustrated here:

Process Definition

The process performs the following operations:
  1. The HTTPReceiver activity waits to receive an HTTP POST request from CDS Hooks patient-view.
  2. The PatientView generates a CDS Hooks patient-view response. This might require accessing the FHIR server.
  3. The SendHTTPResponse activity returns the patient-view response through HTTP POST.

Process Output

Select the desired activity and click the Output tab.

  • The process generates and returns a CDS Hooks patient-view response.