From 879b66ea1e60668e7fbf6a431066e7e5d3f3ef6a Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Thu, 12 Oct 2023 17:04:58 -0700 Subject: [PATCH] fixing bluebutton patient access url. --- definitions/internal/platform/bluebutton.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/definitions/internal/platform/bluebutton.go b/definitions/internal/platform/bluebutton.go index bb9d583fa..8b5d3a768 100644 --- a/definitions/internal/platform/bluebutton.go +++ b/definitions/internal/platform/bluebutton.go @@ -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 }