-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replaced eClinicalWorks with Healow endpoints.
- Loading branch information
Showing
3,658 changed files
with
110,008 additions
and
2,012 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
...nitions/internal/source/12_th_street_pllc_dba_12_th_street_internal_m_and_p_wayland_mi.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
// Copyright (C) Fasten Health, Inc. - All Rights Reserved. | ||
// | ||
// THIS FILE IS GENERATED BY https://github.com/fastenhealth/fasten-sources-gen | ||
// PLEASE DO NOT EDIT BY HAND | ||
|
||
package source | ||
|
||
import ( | ||
platform "github.com/fastenhealth/fasten-sources/definitions/internal/platform" | ||
models "github.com/fastenhealth/fasten-sources/definitions/models" | ||
pkg "github.com/fastenhealth/fasten-sources/pkg" | ||
) | ||
|
||
// https://fhir4.healow.com/fhir/r4/GJFBDD/metadata | ||
func GetSource12ThStreetPllcDba12ThStreetInternalMAndPWaylandMi(env pkg.FastenLighthouseEnvType, clientIdLookup map[pkg.SourceType]string) (models.LighthouseSourceDefinition, error) { | ||
sourceDef, err := platform.GetSourceEclinicalworks(env, clientIdLookup) | ||
sourceDef.AuthorizationEndpoint = "https://oauthserver.eclinicalworks.com/oauth/oauth2/authorize" | ||
sourceDef.TokenEndpoint = "https://oauthserver.eclinicalworks.com/oauth/oauth2/token" | ||
|
||
sourceDef.Audience = "https://fhir4.healow.com/fhir/r4/GJFBDD" | ||
|
||
sourceDef.ApiEndpointBaseUrl = "https://fhir4.healow.com/fhir/r4/GJFBDD" | ||
// retrieve client-id, if available | ||
if clientId, clientIdOk := clientIdLookup[pkg.SourceType12ThStreetPllcDba12ThStreetInternalMAndPWaylandMi]; clientIdOk { | ||
sourceDef.ClientId = clientId | ||
} | ||
sourceDef.RedirectUri = pkg.GetCallbackEndpoint(string(pkg.SourceTypeEclinicalworks)) | ||
|
||
sourceDef.Display = "12th Street PLLC dba 12th Street Internal M and P WAYLAND MI" | ||
sourceDef.SourceType = pkg.SourceType12ThStreetPllcDba12ThStreetInternalMAndPWaylandMi | ||
sourceDef.Category = []string{} | ||
sourceDef.Aliases = []string{} | ||
sourceDef.SecretKeyPrefix = "eclinicalworks" | ||
|
||
return sourceDef, err | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
// Copyright (C) Fasten Health, Inc. - All Rights Reserved. | ||
// | ||
// THIS FILE IS GENERATED BY https://github.com/fastenhealth/fasten-sources-gen | ||
// PLEASE DO NOT EDIT BY HAND | ||
|
||
package source | ||
|
||
import ( | ||
platform "github.com/fastenhealth/fasten-sources/definitions/internal/platform" | ||
models "github.com/fastenhealth/fasten-sources/definitions/models" | ||
pkg "github.com/fastenhealth/fasten-sources/pkg" | ||
) | ||
|
||
// https://fhir4.healow.com/fhir/r4/FIFEAA/metadata | ||
func GetSource139MedicalGroup(env pkg.FastenLighthouseEnvType, clientIdLookup map[pkg.SourceType]string) (models.LighthouseSourceDefinition, error) { | ||
sourceDef, err := platform.GetSourceEclinicalworks(env, clientIdLookup) | ||
sourceDef.AuthorizationEndpoint = "https://oauthserver.eclinicalworks.com/oauth/oauth2/authorize" | ||
sourceDef.TokenEndpoint = "https://oauthserver.eclinicalworks.com/oauth/oauth2/token" | ||
|
||
sourceDef.Audience = "https://fhir4.healow.com/fhir/r4/FIFEAA" | ||
|
||
sourceDef.ApiEndpointBaseUrl = "https://fhir4.healow.com/fhir/r4/FIFEAA" | ||
// retrieve client-id, if available | ||
if clientId, clientIdOk := clientIdLookup[pkg.SourceType139MedicalGroup]; clientIdOk { | ||
sourceDef.ClientId = clientId | ||
} | ||
sourceDef.RedirectUri = pkg.GetCallbackEndpoint(string(pkg.SourceTypeEclinicalworks)) | ||
|
||
sourceDef.Display = "139 Medical Group?" | ||
sourceDef.SourceType = pkg.SourceType139MedicalGroup | ||
sourceDef.Category = []string{} | ||
sourceDef.Aliases = []string{} | ||
sourceDef.SecretKeyPrefix = "eclinicalworks" | ||
|
||
return sourceDef, err | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
definitions/internal/source/18102_kiosk_medicine_psc_louisville_ky.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
// Copyright (C) Fasten Health, Inc. - All Rights Reserved. | ||
// | ||
// THIS FILE IS GENERATED BY https://github.com/fastenhealth/fasten-sources-gen | ||
// PLEASE DO NOT EDIT BY HAND | ||
|
||
package source | ||
|
||
import ( | ||
platform "github.com/fastenhealth/fasten-sources/definitions/internal/platform" | ||
models "github.com/fastenhealth/fasten-sources/definitions/models" | ||
pkg "github.com/fastenhealth/fasten-sources/pkg" | ||
) | ||
|
||
// https://fhir4.healow.com/fhir/r4/BAAJAD/metadata | ||
func GetSource18102KioskMedicinePscLouisvilleKy(env pkg.FastenLighthouseEnvType, clientIdLookup map[pkg.SourceType]string) (models.LighthouseSourceDefinition, error) { | ||
sourceDef, err := platform.GetSourceEclinicalworks(env, clientIdLookup) | ||
sourceDef.AuthorizationEndpoint = "https://oauthserver.eclinicalworks.com/oauth/oauth2/authorize" | ||
sourceDef.TokenEndpoint = "https://oauthserver.eclinicalworks.com/oauth/oauth2/token" | ||
|
||
sourceDef.Audience = "https://fhir4.healow.com/fhir/r4/BAAJAD" | ||
|
||
sourceDef.ApiEndpointBaseUrl = "https://fhir4.healow.com/fhir/r4/BAAJAD" | ||
// retrieve client-id, if available | ||
if clientId, clientIdOk := clientIdLookup[pkg.SourceType18102KioskMedicinePscLouisvilleKy]; clientIdOk { | ||
sourceDef.ClientId = clientId | ||
} | ||
sourceDef.RedirectUri = pkg.GetCallbackEndpoint(string(pkg.SourceTypeEclinicalworks)) | ||
|
||
sourceDef.Display = "18102 Kiosk Medicine PSC Louisville KY" | ||
sourceDef.SourceType = pkg.SourceType18102KioskMedicinePscLouisvilleKy | ||
sourceDef.Category = []string{} | ||
sourceDef.Aliases = []string{} | ||
sourceDef.SecretKeyPrefix = "eclinicalworks" | ||
|
||
return sourceDef, err | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
// Copyright (C) Fasten Health, Inc. - All Rights Reserved. | ||
// | ||
// THIS FILE IS GENERATED BY https://github.com/fastenhealth/fasten-sources-gen | ||
// PLEASE DO NOT EDIT BY HAND | ||
|
||
package source | ||
|
||
import ( | ||
platform "github.com/fastenhealth/fasten-sources/definitions/internal/platform" | ||
models "github.com/fastenhealth/fasten-sources/definitions/models" | ||
pkg "github.com/fastenhealth/fasten-sources/pkg" | ||
) | ||
|
||
// https://fhir4.healow.com/fhir/r4/AIHICD/metadata | ||
func GetSource1StPriorityMedicalLlc(env pkg.FastenLighthouseEnvType, clientIdLookup map[pkg.SourceType]string) (models.LighthouseSourceDefinition, error) { | ||
sourceDef, err := platform.GetSourceEclinicalworks(env, clientIdLookup) | ||
sourceDef.AuthorizationEndpoint = "https://oauthserver.eclinicalworks.com/oauth/oauth2/authorize" | ||
sourceDef.TokenEndpoint = "https://oauthserver.eclinicalworks.com/oauth/oauth2/token" | ||
|
||
sourceDef.Audience = "https://fhir4.healow.com/fhir/r4/AIHICD" | ||
|
||
sourceDef.ApiEndpointBaseUrl = "https://fhir4.healow.com/fhir/r4/AIHICD" | ||
// retrieve client-id, if available | ||
if clientId, clientIdOk := clientIdLookup[pkg.SourceType1StPriorityMedicalLlc]; clientIdOk { | ||
sourceDef.ClientId = clientId | ||
} | ||
sourceDef.RedirectUri = pkg.GetCallbackEndpoint(string(pkg.SourceTypeEclinicalworks)) | ||
|
||
sourceDef.Display = "1st Priority Medical LLC" | ||
sourceDef.SourceType = pkg.SourceType1StPriorityMedicalLlc | ||
sourceDef.Category = []string{} | ||
sourceDef.Aliases = []string{} | ||
sourceDef.SecretKeyPrefix = "eclinicalworks" | ||
|
||
return sourceDef, err | ||
} |
36 changes: 36 additions & 0 deletions
36
definitions/internal/source/1_the_doctor_is_at_your_door_austin_tx.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
// Copyright (C) Fasten Health, Inc. - All Rights Reserved. | ||
// | ||
// THIS FILE IS GENERATED BY https://github.com/fastenhealth/fasten-sources-gen | ||
// PLEASE DO NOT EDIT BY HAND | ||
|
||
package source | ||
|
||
import ( | ||
platform "github.com/fastenhealth/fasten-sources/definitions/internal/platform" | ||
models "github.com/fastenhealth/fasten-sources/definitions/models" | ||
pkg "github.com/fastenhealth/fasten-sources/pkg" | ||
) | ||
|
||
// https://fhir4.healow.com/fhir/r4/JDFHBD/metadata | ||
func GetSource1TheDoctorIsAtYourDoorAustinTx(env pkg.FastenLighthouseEnvType, clientIdLookup map[pkg.SourceType]string) (models.LighthouseSourceDefinition, error) { | ||
sourceDef, err := platform.GetSourceEclinicalworks(env, clientIdLookup) | ||
sourceDef.AuthorizationEndpoint = "https://oauthserver.eclinicalworks.com/oauth/oauth2/authorize" | ||
sourceDef.TokenEndpoint = "https://oauthserver.eclinicalworks.com/oauth/oauth2/token" | ||
|
||
sourceDef.Audience = "https://fhir4.healow.com/fhir/r4/JDFHBD" | ||
|
||
sourceDef.ApiEndpointBaseUrl = "https://fhir4.healow.com/fhir/r4/JDFHBD" | ||
// retrieve client-id, if available | ||
if clientId, clientIdOk := clientIdLookup[pkg.SourceType1TheDoctorIsAtYourDoorAustinTx]; clientIdOk { | ||
sourceDef.ClientId = clientId | ||
} | ||
sourceDef.RedirectUri = pkg.GetCallbackEndpoint(string(pkg.SourceTypeEclinicalworks)) | ||
|
||
sourceDef.Display = "1 The Doctor Is At Your Door AUSTIN TX" | ||
sourceDef.SourceType = pkg.SourceType1TheDoctorIsAtYourDoorAustinTx | ||
sourceDef.Category = []string{} | ||
sourceDef.Aliases = []string{} | ||
sourceDef.SecretKeyPrefix = "eclinicalworks" | ||
|
||
return sourceDef, err | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
// Copyright (C) Fasten Health, Inc. - All Rights Reserved. | ||
// | ||
// THIS FILE IS GENERATED BY https://github.com/fastenhealth/fasten-sources-gen | ||
// PLEASE DO NOT EDIT BY HAND | ||
|
||
package source | ||
|
||
import ( | ||
platform "github.com/fastenhealth/fasten-sources/definitions/internal/platform" | ||
models "github.com/fastenhealth/fasten-sources/definitions/models" | ||
pkg "github.com/fastenhealth/fasten-sources/pkg" | ||
) | ||
|
||
// https://fhir4.healow.com/fhir/r4/JACADA/metadata | ||
func GetSource2020EyeSpecialists(env pkg.FastenLighthouseEnvType, clientIdLookup map[pkg.SourceType]string) (models.LighthouseSourceDefinition, error) { | ||
sourceDef, err := platform.GetSourceEclinicalworks(env, clientIdLookup) | ||
sourceDef.AuthorizationEndpoint = "https://oauthserver.eclinicalworks.com/oauth/oauth2/authorize" | ||
sourceDef.TokenEndpoint = "https://oauthserver.eclinicalworks.com/oauth/oauth2/token" | ||
|
||
sourceDef.Audience = "https://fhir4.healow.com/fhir/r4/JACADA" | ||
|
||
sourceDef.ApiEndpointBaseUrl = "https://fhir4.healow.com/fhir/r4/JACADA" | ||
// retrieve client-id, if available | ||
if clientId, clientIdOk := clientIdLookup[pkg.SourceType2020EyeSpecialists]; clientIdOk { | ||
sourceDef.ClientId = clientId | ||
} | ||
sourceDef.RedirectUri = pkg.GetCallbackEndpoint(string(pkg.SourceTypeEclinicalworks)) | ||
|
||
sourceDef.Display = "20/20 Eye Specialists" | ||
sourceDef.SourceType = pkg.SourceType2020EyeSpecialists | ||
sourceDef.Category = []string{} | ||
sourceDef.Aliases = []string{} | ||
sourceDef.SecretKeyPrefix = "eclinicalworks" | ||
|
||
return sourceDef, err | ||
} |
36 changes: 36 additions & 0 deletions
36
definitions/internal/source/21_st_century_oncology_broward_urology_miramar_fl.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
// Copyright (C) Fasten Health, Inc. - All Rights Reserved. | ||
// | ||
// THIS FILE IS GENERATED BY https://github.com/fastenhealth/fasten-sources-gen | ||
// PLEASE DO NOT EDIT BY HAND | ||
|
||
package source | ||
|
||
import ( | ||
platform "github.com/fastenhealth/fasten-sources/definitions/internal/platform" | ||
models "github.com/fastenhealth/fasten-sources/definitions/models" | ||
pkg "github.com/fastenhealth/fasten-sources/pkg" | ||
) | ||
|
||
// https://fhir4.healow.com/fhir/r4/AGEGBD/metadata | ||
func GetSource21StCenturyOncologyBrowardUrologyMiramarFl(env pkg.FastenLighthouseEnvType, clientIdLookup map[pkg.SourceType]string) (models.LighthouseSourceDefinition, error) { | ||
sourceDef, err := platform.GetSourceEclinicalworks(env, clientIdLookup) | ||
sourceDef.AuthorizationEndpoint = "https://oauthserver.eclinicalworks.com/oauth/oauth2/authorize" | ||
sourceDef.TokenEndpoint = "https://oauthserver.eclinicalworks.com/oauth/oauth2/token" | ||
|
||
sourceDef.Audience = "https://fhir4.healow.com/fhir/r4/AGEGBD" | ||
|
||
sourceDef.ApiEndpointBaseUrl = "https://fhir4.healow.com/fhir/r4/AGEGBD" | ||
// retrieve client-id, if available | ||
if clientId, clientIdOk := clientIdLookup[pkg.SourceType21StCenturyOncologyBrowardUrologyMiramarFl]; clientIdOk { | ||
sourceDef.ClientId = clientId | ||
} | ||
sourceDef.RedirectUri = pkg.GetCallbackEndpoint(string(pkg.SourceTypeEclinicalworks)) | ||
|
||
sourceDef.Display = "21st Century Oncology Broward Urology MIRAMAR FL" | ||
sourceDef.SourceType = pkg.SourceType21StCenturyOncologyBrowardUrologyMiramarFl | ||
sourceDef.Category = []string{} | ||
sourceDef.Aliases = []string{} | ||
sourceDef.SecretKeyPrefix = "eclinicalworks" | ||
|
||
return sourceDef, err | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
// Copyright (C) Fasten Health, Inc. - All Rights Reserved. | ||
// | ||
// THIS FILE IS GENERATED BY https://github.com/fastenhealth/fasten-sources-gen | ||
// PLEASE DO NOT EDIT BY HAND | ||
|
||
package source | ||
|
||
import ( | ||
platform "github.com/fastenhealth/fasten-sources/definitions/internal/platform" | ||
models "github.com/fastenhealth/fasten-sources/definitions/models" | ||
pkg "github.com/fastenhealth/fasten-sources/pkg" | ||
) | ||
|
||
// https://fhir4.healow.com/fhir/r4/GIJBBD/metadata | ||
func GetSource2HtKidneyCare(env pkg.FastenLighthouseEnvType, clientIdLookup map[pkg.SourceType]string) (models.LighthouseSourceDefinition, error) { | ||
sourceDef, err := platform.GetSourceEclinicalworks(env, clientIdLookup) | ||
sourceDef.AuthorizationEndpoint = "https://oauthserver.eclinicalworks.com/oauth/oauth2/authorize" | ||
sourceDef.TokenEndpoint = "https://oauthserver.eclinicalworks.com/oauth/oauth2/token" | ||
|
||
sourceDef.Audience = "https://fhir4.healow.com/fhir/r4/GIJBBD" | ||
|
||
sourceDef.ApiEndpointBaseUrl = "https://fhir4.healow.com/fhir/r4/GIJBBD" | ||
// retrieve client-id, if available | ||
if clientId, clientIdOk := clientIdLookup[pkg.SourceType2HtKidneyCare]; clientIdOk { | ||
sourceDef.ClientId = clientId | ||
} | ||
sourceDef.RedirectUri = pkg.GetCallbackEndpoint(string(pkg.SourceTypeEclinicalworks)) | ||
|
||
sourceDef.Display = "2HT Kidney Care" | ||
sourceDef.SourceType = pkg.SourceType2HtKidneyCare | ||
sourceDef.Category = []string{} | ||
sourceDef.Aliases = []string{} | ||
sourceDef.SecretKeyPrefix = "eclinicalworks" | ||
|
||
return sourceDef, err | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.