New Provider Directory + Humana specialist search example #68
Replies: 3 comments
-
For this page, my takeaway is that a provider directory is a database of healthcare providers (doctor, chiropractor, and anyone else who can practice) and their roles with regards to what they provide (clinical psychologist is licensed differently than a dentist). The rest of the document looks good to me, but could the definition be more verbose? For this page, the code on my end runs. On the gitbook page the only annoying thing is the npm update. What I got from the walkthrough it is that we make two queries: one for the provider directory, and then one for the specific practitioner we are looking for. Code itself makes sense to me and the content printed to the console, for me, is perfect. As this is an example and not a walkthrough I think it's good, the only narrative changes I would add might make it seem more like a walkthrough. I'll look into some more tonight and fresh tomorrow. |
Beta Was this translation helpful? Give feedback.
-
@jamais-vu ping |
Beta Was this translation helpful? Give feedback.
-
Provider DirectoryI agree with Mason that the provider directory page could be a bit more verbose. The page includes all the relevant info so I'm not sure what to add, but it feels a bit brief. Humana Hematology Specialist SearchSeconding the npm notification being annoying. Is there a way to enlarge the embedded Replit preview, or is its size fixed by Gitbook? Even if I change the font size, the embedded console contains the same amount of lines. Ideally it would look like the Replit page, which lets me see all the information at once. Other than that I like the Replit. This example definitely benefits from being able to run the code. WalkthroughOverall impression: As an example it works and makes sense, but I'm not sure if a reader would be able to use this as their only tutorial for accessing Provider Directory APIs (which might not be your intent). I would have to play around with it and reference other resources to get a full understanding - maybe this is what @mseckykoebel meant by "example" vs "walkthrough". Two questions I have:
const hematologyQuery = {
"specialty:coding:code": "394803006", // would this be a string?
"specialty:coding:system": "http://snomed.info/sct/",
_tag: `${Humana.MedicalDentalNetwork}|${planId}`,
active: true
} Or in general another quick example of how the reader might search for a complex type like
I like that each line in Links:
Phrasing:
|
Beta Was this translation helpful? Give feedback.
-
@jamais-vu @mseckykoebel just looking for general feedback on two new articles/examples:
https://docs.sero.run/book/how-to-build-in-health/provider-directory
https://docs.sero.run/overview/examples/humana-hematology-specialist-search
Thinking it would be nice to use GitHub for any questions/idea exploration on these so some of the reaction/questions can be captured in the open.
So, first:
Beta Was this translation helpful? Give feedback.
All reactions