-
PHI and PII protection in patient data collection
One of the 5 challenges for this Hackathon was centred around PHI and PII protection in patient data collection. Why this matters? Patient confidentiality is the utmost important factor when designing healthcare solutions. Protected Health Information (PHI) is a specific type of sensitive Personally Identifiable…
-
Transforming Information capture
One of the 5 challenges for this Hackathon was centered around embedding accessibility into healthcare solutions Why this matters? Approximately 15% of the global population lives with a disability. Paper records or documents pose the same problem – the lack of digital optimization. When documents or records are added to a…
-
Data analysis and presentation in doctor portals
One of the 5 challenges for the Hacknosis was data analysis and presentation in doctor portals. Why does this matter? Healthcare data lakes pose challenges, one of those being how to effectively manage and analyze unstructured data. This requires advanced techniques for text mining, natural language processing and image…
-
Integration of healthcare and patient information for doctors
One of the 5 challenges for the Hacknosis was the integration of healthcare and patient information for doctors. Why does this matter? As smart devices become more accessible to the public and with the rise of fitness and wellness apps available, patients are owning and tracking their own health data in ways that were not…
-
H:OPE - Hacknosis: Optimizing Patient Experiences
OpenText's first ever hackathon was a success! Thanks to all of the partners, judges, participants and supporters for their efforts. Why did we choose healthcare? Post pandemic we felt like developing solutions that addressed the unique challenges in healthcare would be a fun way for developers to flex their unique skills…
-
How to get started with the Magellan Text Mining Engine Service?
I am reviewing the Magellan Text Mining Engine documentation on the Opentext Developer API site. However, the following information is missing: Which endpoint should be used to access the Magellan Text Mining Engine? Tutorial/documentation that shows how to use the APIs. Please check the next point. For example, how do I…
-
Upload large files to the OT2 Core Capture
This question is in reference to the Opentext Core Capture API document. When I try to upload a large file either as Binary or Base64, I get the following 413 error: POST https://na-1-dev.api.opentext.com/capture/cp-rest/v2/session/files { "fault": { "faultstring": "Body buffer overflow", "detail": { "errorcode":…
-
How to directly access the OT2 Markup Service?
This question is in reference to this Viewing Service API Document. The doc says: "Your integration does not typically have to interact directly with the Markup Service because the viewer's markup API below almost certainly does everything you need." However, I have a requirement where I want to do "headless" modifications…
-
SearchHost & MarkupHost for the OT2 Viewer?
This document about loading the OT2 Viewer mentions that we need to set the search host URL using the following code: viewer.setSearchHost("https://highlightservice.dev.bp-paas.otxlab.net") But that endpoint doesn't seem to work for me. I keep getting 404 errors when the page loads and when I am performing a search. Please…
-
404 on content download via OT2 Viewer
When I get the publication data from OT2 CSS, I get the URLs inside it without the "/css" path appended to them. Because of this, I am getting 404s when the OT2 Viewer loads. When I manually add the "/css" endpoint to the URLs, it works properly. Is this a known issue with the OT2 Viewer? Please check the diff below to…