Skip to content

Commit

Permalink
fixing bluebutton patient access url.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Oct 13, 2023
1 parent 844aa60 commit 879b66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/internal/platform/bluebutton.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func GetSourceBluebutton(env pkg.FastenLighthouseEnvType, clientIdLookup map[pkg
sourceDef.SourceType = pkg.SourceTypeBluebutton
sourceDef.Category = []string{"Hospital"}
sourceDef.Aliases = []string{}
sourceDef.PatientAccessUrl = "https://sandbox.bluebutton.cms.gov/"
sourceDef.PatientAccessUrl = "https://www.medicare.gov"

return sourceDef, nil
}

0 comments on commit 879b66e

Please sign in to comment.