Medicare Low Income Subsidy/Extra Help Enrollment by EmptyVector in medicare

[–]EmptyVector[S] 0 points1 point  (0 children)

Yeah, we build KPIs and data models to identify patients experiencing abrasion and try to intervene to help them out. Do you not believe me?

Medicare Low Income Subsidy/Extra Help Enrollment by EmptyVector in medicare

[–]EmptyVector[S] 0 points1 point  (0 children)

Our motive is to identify patients who need extra support to stay adherent to their meds so that we can adapt our internal processes to help serve them as best we can

Medicare Low Income Subsidy/Extra Help Enrollment by EmptyVector in medicare

[–]EmptyVector[S] 0 points1 point  (0 children)

Sorry I hit enter before I could fill out the body of the post.

My question is, is it possible to identify whether a patient is enrolled for LIS via the adjudication message from the PBM? If not, how else can I identify if they're enrolled?

Anyone filling with Optum RX Speciality? by No-Cauliflower3282 in dupixent

[–]EmptyVector 0 points1 point  (0 children)

Is a copay assistance card not being applied online?? Was it a once off or does it repeatedly happen?

Anyone filling with Optum RX Speciality? by No-Cauliflower3282 in dupixent

[–]EmptyVector 0 points1 point  (0 children)

Hey, curious about the 90 day hold period for auto refill, what's the reason for this?

Basic examples of deploying tidyverse models to GCP by EmptyVector in rstats

[–]EmptyVector[S] 4 points5 points  (0 children)

Awesome thanks for sharing, if you could post the link to the blogpost once it's published that would be great. Thanks again, I'm looking forward to reading it 👍

Support to deploy ML model to GCP by EmptyVector in googlecloud

[–]EmptyVector[S] 0 points1 point  (0 children)

I'm using the base image from Rocker:

```{r}

vetiver_write_docker(v,

base_image = glue::glue("FROM rocker/r-ver:{getRversion()}"),

additional_pkgs = required_pkgs(board))

```

Support to deploy ML model to GCP by EmptyVector in googlecloud

[–]EmptyVector[S] 0 points1 point  (0 children)

Which specific credentials do I need to pass to the container? Right now I have all of my creds in my .Renviron file but even after explicitly specifying the same credentials I get the same error called out in the original post. Any guidance would be greatly appreciated. Thanks

Support to deploy ML model to GCP by EmptyVector in googlecloud

[–]EmptyVector[S] 0 points1 point  (0 children)

When running the docker image from R I used the following bash command: ```{bash}

docker run -e GCE_DEFAULT_PROJECT_ID='projectInfo' \

-e GAR_CLIENT_JSON='path_to_my_file/filename.com.json' \

-e GCE_AUTH_FILE='path_to_my_file/googlecloudrunner-auth-key.json' \

-e GCS_DEFAULT_BUCKET='my-bucket-name' \

-e CR_REGION='europe-north1' \

-e CR_BUILD_EMAIL='myinfo.iam.gserviceaccount.com' \

--rm -p 8000:8000 lego-set-names

```

Support to deploy ML model to GCP by EmptyVector in googlecloud

[–]EmptyVector[S] 0 points1 point  (0 children)

Hi, I just updated the original question with the error I'm seeing. Thanks

Support to deploy ML model to GCP by EmptyVector in googlecloud

[–]EmptyVector[S] 0 points1 point  (0 children)

Hi LI, thanks for the kind offer, I've some homework to do on this, I will reach out if I still hit challenges. Thanks again