Trending

#CMSGov

Latest posts tagged with #CMSGov on Bluesky

Latest Top
Trending

Posts tagged #CMSGov

Post image Post image Post image Post image

Worked on the CMS.gov project a little bit. Made the Skilled Nursing Facilities Owners tool responsive. Now I think I'm going to respond to not having eaten yet...

#100Devs #webdev #healthtech #CMSgov #hungry

10 0 1 0
Post image Post image

Got in a little work on the CMS.gov project. Updated the Organizational Owner Type Details items so that the labels have a background color & if there's no data, a dash is displayed instead of nothing.

#100Devs #webdev #healthtech #CMSgov

6 0 0 0
Post image Post image

Updated layout of Organizational Owner Type Details items. I'm not married to it, but its more readable than before. I almost feel like turning this part into a function & looping through data to create the elements inside.

#100Devs #webdev #healthtech #CMSgov

0 0 0 0
Post image Post image

Added headings for each section, which really helped with readability caused by the wall-of-text issue. Added the name of the facility to the top. That took some research because I had to get it from the selected option in the drop-down list.

#100Devs #webdev #healthtech #CMSgov

0 0 1 0
Post image Post image

Got back in a little while ago. Started sectioning the tool. Added some lines to make the walls of text easier to scan. Reviewed the entire data table from CMS.gov. There are *so many fields* with no data from any facility in the country.

#100Devs #webdev #healthtech #CMSgov

0 0 1 0
Post image Post image

Started work on the CMS.gov project late today. Destructured & rendered the rest of the fields of facility data. Have to work on layout & presentation & then figure out how to show data for multiple owners for a given facility.

#100Devs #webdev #healthtech #CMSgov

4 0 1 0
Post image Post image

Rendering data (3 fields) for the selected facility. Have to destructure all of the fields for the facility & get them all rendered & organized. Then, I'll deal with facilities that have multiple owners.

#100Devs #webdev #healthtech #CMSgov

4 0 1 0
Post image Post image Post image

Logging data for the selected facility. Not handling multiple owners yet. Added event listener to drop-down and drafted render function that logs to console. Will make it render data.

#100Devs #webdev #healthtech #CMSgov

2 0 1 0
Post image Post image Post image

Getting there. We have an array of unique facility names per state. Some are small, like AK which has 11 facilities. Some are large, like NY which has 1540.

uniqueFacilities generates a list without duplicates. The code at the bottom adds them to the drop-down.

#100Devs #webdev #healthtech #CMSgov

0 0 1 0
Post image Post image

Logging facilities by state & number of occurrences based on a unique identifier. This shows how many entries each facility has based on the number of owners. I'll use this to render a single entry for each facility & show multiple owners where applicable.

#100Devs #webdev #healthtech #CMSgov

1 0 1 0
Post image Post image

Here's a close-up of how the facilities are sorted using different fields based on what field has data. We make use of bracket notation because field names have spaces & we cascade down a series of names looking for data.

#100Devs #webdev #healthtech #CMSgov

1 0 1 0
Post image Post image Post image

Facilities are sorted by name. I have to pare down the lists though. NY has 3555 entries while AK has only 11. This is because of facilities with multiple owners.

#100Devs #webdev #healthtech #CMSgov

1 0 1 0
Post image Post image Post image

We have facility data, but I need to sort it. There are issues though.

- Some facilities have multiple owners who each have their own entry for the same facility
- Facility names can be in different areas (organization name, parent company, doing business as)

#100Devs #webdev #healthtech #CMSgov

0 0 1 0
Post image Post image

The array of US states works with the filter that I added to the fetch() from the API. We can get facility data on a per-state basis.

#100Devs #webdev #healthtech #CMSgov

1 0 1 0
Post image Post image

Working on the CMS.gov project that I started last month. Manually added an array of US states to use to filter Owner data for long-term care facilities. Getting it dynamically calls too much data from CMS to be performant.

#100Devs #webdev #healthtech #CMSgov

16 0 1 0

The #FTC
and #CMSgov
agree: PBMs abuse their power, inflating drug prices and limiting patient access. #SenatorBillCassidy it’s time for Congress to pass PBM reforms to realign incentives and ensure affordability. Americans deserve better. #PBMReform @ghlforg.bsky.social @infusioncenter.bsky.social

2 1 0 0
Post image Post image Post image Post image

Of COURSE the data is structured completely differently from CMS-671. And of COURSE, its broken into chunks of 100 facilities at a time, and of COURSE only the owners have an address and state for me to filter with...

#100Devs #webdev #healthtech #CMSgov

4 0 0 0
Post image Post image Post image

Drafted an HTML and JS file to handle the new tool with skilled nursing facility owner information. Updated the other pages to navigate to it when its selected from the drop-down.

#100Devs #webdev #healthtech #CMSgov

3 0 1 0
Post image

The CMS-671-based tool renders the state selection drop-down on page load and everything on it works properly, including navigating back to the homepage.

#100Devs #webdev #healthtech #CMSgov

2 0 1 0
Post image

Just getting back to this. Removed all of the code from index.js except for an event listener & event handler for the drop-down list.

258 lines of code are now 22 lines long.

#100Devs #webdev #healthtech #CMSgov

3 0 1 0

If I use HTML templates to duplicate the drop-down across pages, I'll have to use JS to select a default <option> in the <select> element so the right value is pre-selected for each page.

#100Devs #webdev #healthtech #CMSgov

0 0 1 0

I'm going to clean up the JS so that there's a central file with shared code and then use JS modules to import/export them.

I might also experiment with HTML templates to duplicate the drop-down across pages because I've never used them before.

#100Devs #webdev #healthtech #CMSgov

1 0 1 0
Post image Post image

I restructured the CMS.gov project into separate HTML pages with their own JS pages so that I can write each tool's JS code in its own file. The <script> tag shows the JS file.

Updated the <option> elements so that each page has a default selected, as well.

#100Devs #webdev #healthtech #CMSgov

9 0 1 0
Post image

Mapped out fields for a 2nd tool I'm building from CMS.gov data. It'll provide information about owners of Medicare nursing homes. The data comes from the Provider Enrollment, Chain and Ownership System (PECOS). I'll start coding it tomorrow.

#100Devs #webdev #healthtech #CMSgov

5 0 0 0
Post image

I figured out the issue with drop-downs needing two clicks on mobile. I tried using touch events as triggers in the event listeners (touchend & touchstart) but neither helped. "change" worked, for both mouse and touch. Use this for drop-down event listeners!

#100Devs #webdev #healthtech #CMSgov

2 0 2 0
Post image Post image Post image

I made the CMS.gov project I was working on responsive and deployed it. Its just the start, using data from a single API from CMS. I'm done for now, but will revisit this part again.

#100Devs #webdev #healthtech #CMSgov

13 0 1 0
Post image Post image

Figured out the special care units. Had to change the structure of the HTML. They're all the same height now. I removed text from the field names (Number of) and added that as a subtitle in the section name (# of beds).

#100Devs #webdev #healthtech #CMSgov

2 0 0 0
Post image Post image Post image Post image

Getting there. Slowly. I have initial layout/styling set up for the different sections. I don't like how the field names for the special care units are different heights. I'll try and get that figured out later. The HTML structure got more complex.

#100Devs #webdev #healthtech #CMSgov

2 0 1 0
Post image Post image Post image Post image

Organized the facility data and rendered it. It needs to be styled now.

#100Devs #webdev #healthtech #CMSgov

3 0 1 0
Post image Post image Post image

Wrapped #CommitYourCode earlier and just finished organizing the fields for the data from the CMS.gov project that I'm building. Its interesting how many fields from Form CMS-671 aren't tracked by the feds.

#100Devs #webdev #healthtech #CMSgov

11 0 2 0