Skip to content

Commit

Permalink
Merge pull request #394 from onc-healthit/LANTERN-573-TechCareWebscraper
Browse files Browse the repository at this point in the history
LANTERN-573: Disabled the TechCare webscraper
  • Loading branch information
vishnu-mettles authored Sep 10, 2024
2 parents ea93aca + 3762269 commit ab8cc99
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ var trimedtechURL = "https://www.trimedtech.com/Documentation/FHIRAPI/FHIRAPI.ht
var trimedtechv8URL = "https://www.trimedtech.com/Documentation/FHIRAPI/V8FHIRAPI.html"
var cernerGitHubURL = "https://github.com/cerner/ignite-endpoints"
var cernerSoarianR4URL = "https://github.com/cerner/ignite-endpoints/blob/main/soarian_patient_r4_endpoints.json"
var techCareURL = "https://devportal.techcareehr.com/Serviceurls"

// var techCareURL = "https://devportal.techcareehr.com/Serviceurls"
var carefluenceURL = "https://carefluence.com/carefluence-fhir-endpoints/"
var practiceSuiteURL = "https://academy.practicesuite.com/fhir-server-links/"
var bizmaticsURL = "https://prognocis.com/fhir/index.html"
Expand Down Expand Up @@ -222,8 +223,8 @@ func QueryCHPLEndpointList(chplURL string, fileToWriteTo string) {
BundleQuerierParser(chplURL, fileToWriteTo)
} else if URLsEqual(chplURL, cernerGitHubURL) {
CernerBundleParser(chplURL, fileToWriteTo)
} else if URLsEqual(chplURL, techCareURL) {
Techcarewebscraper(chplURL, fileToWriteTo)
// } else if URLsEqual(chplURL, techCareURL) {
// Techcarewebscraper(chplURL, fileToWriteTo)
} else if URLsEqual(chplURL, carefluenceURL) {
CarefluenceWebscraper(chplURL, fileToWriteTo)
} else if URLsEqual(chplURL, bizmaticsURL) {
Expand Down

0 comments on commit ab8cc99

Please sign in to comment.