External url / hyperlink

jason962 wrote on Thursday, January 29, 2015:

I am new to openemr and not quite sure of its capabilities. Is there any way to add a url or hyperlink as part of patient data to bring in an external document or display an external page?

I would possibly want to add this as an additional section when a patient is selected under Labs or perhaps in the documents view(I see you can add custom Document sections). The data is hosted and updated in another system so uploading it really wouldn’t work.

Ideally it would be a hyperlink with the injection of ExternalID. Something similar is available in epic where a url can be added that when selected will display the linked web page within an embedded browser.

fsgl wrote on Thursday, January 29, 2015:

Have you tried adding a NationNote to the encounter?

The WYSIWYG editor can accommodate external links.

blankev wrote on Thursday, January 29, 2015:

What about Rod’s way of importing patient information with Wordpress activity and connections. CMS portal.

Steep learning curve, but once understood it is a great way of importing any kind of document and place it into any part of the OpenEMR directory or medium for files.

If this is not what you wanted to know, possibly look at:

Left menu => Miscellaneous => Patient information…

Or it could be time to create a “Module => Manage Modules” (See left menu) for “your wishes”… I still don’t understand the “WHY” this was included, and why the choices are still empty (Regitered and Unregistered Modules) in the DEMO latest version.

jason962 wrote on Thursday, January 29, 2015:

I did see some information about the CMS Portal, but it looked like it would only be for wordpress. There wouldn’t be wordpress in this case. The information to be retrieved is intended to be “live” data. It could be pulled in as a webpage or a pdf, but it is desirable that with either option, it would be regenerated at the time it was viewed in openEMR.

jason962 wrote on Thursday, January 29, 2015:

hmmm. I didn’t see a NationNote right away though I do see several types of Notes under patient info. I’ll have to explore a little to see if this helps me.

blankev wrote on Thursday, January 29, 2015:

Wordpress works in CMS like an intermediate (noting to do with the usual BLOG function of Wordpress). “The input” will go through Wordpress, Ninja and some more software solutions. A very sophisticated way to upload any kind of information, check and reroute it to the correct patient or general spot in OpenEMR. The patient/any person with the correct permissions can do it or the doctor can do it.

mdsupport wrote on Saturday, January 31, 2015:

Patient specific documents stored in operating system / couchdb are indexed with a hyperlink stored in the documents table along with description of what that document is all about. One can leverage that mechanism to just store hyperlink without physical document.

This mechanism could be very useful in eligibility checks from 3rd party sites, viewing radiology documents stored externally etc… Will have to tweak how patient reports handle it.

If you do want the snapshot to be stored in EMR for legal reasons, in the document upload function you could try typing in the URL as source which will download the page to browser cache and then upload the content to EMR server. So if you want to prove to the insurance company that on a particular date their website showed patient with coverage for xyz, you would store the output of the url.

tmccormi wrote on Saturday, January 31, 2015:

Seems like it would be easy enough to just add a field type to LBF called
URL and open a new page on click…

Tony McCormick, CTO

Support: 866-735-0897, Direct: 713-574-6709
My Calendar: http://bit.ly/XznvDo
… we have to slow down a bit to be able to speed up a lot… (me)

On Fri, Jan 30, 2015 at 6:04 PM, MD Support mdsupport@users.sf.net wrote:

Patient specific documents stored in operating system / couchdb are
indexed with a hyperlink stored in the documents table along with
description of what that document is all about. One can leverage that
mechanism to just store hyperlink without physical document.

This mechanism could be very useful in eligibility checks from 3rd party
sites, viewing radiology documents stored externally etc… Will have to
tweak how patient reports handle it.

If you do want the snapshot to be stored in EMR for legal reasons, in the
document upload function you could try typing in the URL as source which
will download the page to browser cache and then upload the content to EMR
server. So if you want to prove to the insurance company that on a
particular date their website showed patient with coverage for xyz, you
would store the output of the url.

external url / hyperlink
https://sourceforge.net/p/openemr/discussion/202505/thread/7b60312e/?limit=50#4e32/a369

Sent from sourceforge.net because you indicated interest in
OpenEMR / Discussion / Help

To unsubscribe from further messages, please visit
SourceForge.net: Log In to SourceForge.net


Please be aware that e-mail communication can be intercepted in
transmission or misdirected. Please consider communicating any sensitive
information by telephone. The information contained in this message may be
privileged and confidential. If you are NOT the intended recipient, please
notify the sender immediately with a copy to hipaa-security@mrsb-ltd.com and
destroy this message.

fsgl wrote on Sunday, February 01, 2015:


The first icon, depicted in above group, had been intended for image insertion. In reality it does not lend itself to this function readily, but can be used to insert a URL instead.

See this for more details & other 2 companion articles regarding the setup of a NationNote.

NationNotes are not included in each copy of OpenEMR. They must be built.

After opening the WYSIWYG editor; in the third row of the tool bar, second from the left, the first icon of the group is the desired.

.

fsgl wrote on Sunday, February 01, 2015:

Edit of the above post:

The Image icon can be used for a URL to an image but not to a webpage or a web .pdf file.

Unfortunately the authors of NationNotes did not included the Link icon in the toolbar, depicted as 3 links in a chain below (first icon).

The code will have to be changed to have the Link icon added in the toolbar. This is a starting point.

blankev wrote on Monday, February 02, 2015:

In MS-Word you can click a text link URL with CTR-CLICK and this brings you to the URL. If something like this not possible in NationNotes or LBV-forms?

Just a thought.

For me the question is still vague, what do you want to achieve? Click+Ctr could open a new Tab or even a new event of FireFox. Is this what is asked for? Copy <=> Paste. etc…