Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
dclark0699
Creator
Creator

Epic Integration Activities and Run Parameters

Hi all,

 

This is from our presentation at the July Qlik Healthcare Dev Group‌ . It is a spreadsheet of activities and run parameters we have gotten to successfully work. The entire powerpoint of the presentation is posted in that group and the recording of it will be posted shortly if you want to see the demo.

 

If anyone is doing links to different activities or knows any additional run parameters, I can continue to update the spreadsheet so everyone has easy access to the information.

 

This spreadsheet includes jumping to the normal patient activities, jumping to encounter specific activities, and utilizing run parameters to customize your activity launch - such as opening a specific tab in chart review.

 

Always consult an Epic TS before implementing these in Production to verify there won't be any unseen consequences.

 

--Updating 2016/08/11 to add HB Activities

Labels (1)
13 Replies
dclark0699
Creator
Creator
Author

Hi Cheryl,

The recording was posted in the Qlik Healthcare Dev Group for the July session. The virtual sessions and recordings link is posted by Joe Warbington and is pinned to the top of that group's message board.

I was a last minute fill in for a speaker who had a family emergency, so the description of the event doesn't mention it, but it's the July one

Donnie

jwbadger3
Contributor II
Contributor II

Next Challenge!

We're moving onto the PB activities.

I'm trying to launch the PB Guarantor Account Maintenance Activity but it seems to take a record list instead of a singular account record.

The activity we dug up was ED_GUAR_SUMMARY but it's parameter seems to be EARRECORDLIST which I don't think will work.

Has anyone else figured out how to make this or another PB activity work?

Thanks in advance, guys.

- Jeff

jwbadger3
Contributor II
Contributor II

Can anyone give a quick example of the link code in a straight table or button that you used to launch encounter-specific activities?

We are trying to configure for Patient Summary Report and cannot get it to work. Part of the problem I think is that we are not using the correct 'DAT' field. Help on that would be awesome as well.

Here's our code:

<a href="EpicAct:UCW_PATIENT_SUMMARY,RunParams:[LRP .1],InfoName:PATIENTID,InfoValue:HCVALUEFORPATIENTIDINAPP,InfoName:DAT,InfoValue:HCVALUEFORENCOUNTERID">Launch Chart Review</a>

dclark0699
Creator
Creator
Author

Hi Jeff,

Make sure your second InfoName is PATIENTDAT instead of just DAT - and that HCVALUEFORENCOUNTERID is the actual internal DAT (121531 - the date real).

As a point of clarification, I discovered last week that there's a typo in the spreadsheet for this exact activity. The RunParams to open a specific report should be "REPORT=[LRP .1]" and not just the LRP .1.