Skip to content

Commit

Permalink
LANTERN-629 Adding Humana Webscraper
Browse files Browse the repository at this point in the history
  • Loading branch information
archita-ekkirala committed Aug 30, 2024
1 parent 3bf6d22 commit 32e8ddb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ var anthemURL = "https://patient360.anthem.com/P360Member/fhir"

// var guidewellURL = "https://developer.bcbsfl.com/interop/interop-developer-portal/product/469/api/466#/PatientAccessAPI_105/overview"
// var hcscURL = "https://interoperability.hcsc.com/s/patient-access-api"
var humanaURL = "https://developers.humana.com/patient-api/doc"
var humanaURL = "https://developers.humana.com/apis/patient-api/doc"
// var kaiserURL = "https://developer.kp.org/#/apis/639c015049655aa96ab5b2f1"
// var molinaURL = "https://developer.interop.molinahealthcare.com/api-details#api=patient-access&operation=5f72ab665269f310ef58b361"
var unitedHealthURL = "https://www.uhc.com/legal/interoperability-apis"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ import (
"github.com/PuerkitoBio/goquery"
"github.com/onc-healthit/lantern-back-end/endpointmanager/pkg/helpers"
log "github.com/sirupsen/logrus"
"fmt"
)

func HumanaURLWebscraper(CHPLURL string, fileToWriteTo string) {

fmt.Print("Running")

var lanternEntryList []LanternEntry
var endpointEntryList EndpointList
Expand Down
2 changes: 1 addition & 1 deletion resources/prod_resources/payer-patient-access.csv
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ HCSC,https://interoperability.hcsc.com/s/patient-access-api,,,,
HCSC,https://interoperability.hcsc.com/s/patient-access-api,,,,
HCSC,https://interoperability.hcsc.com/s/patient-access-api,,,,
HCSC,https://interoperability.hcsc.com/s/patient-access-api,,,,
Humana,https://developers.humana.com/patient-api/doc,,,,
Humana,https://developers.humana.com/apis/patient-api/doc,,,,
Kaiser Permanente,https://developer.kp.org/#/apis/639c015049655aa96ab5b2f1,,,,
Molina Healthcare,https://developer.interop.molinahealthcare.com/api-details#api=patient-access&operation=5f72ab665269f310ef58b361,,,,
UnitedHealth Group,https://www.uhc.com/legal/interoperability-apis,,,,

0 comments on commit 32e8ddb

Please sign in to comment.