Go to orris.care/blogs/best-practices and think who would the IG page of this app should follow?
orris.care/blogs/best-practices
site:orris.care best-practices blog
orris.care app what is it
orris.care blogs best-practices clinical decision support
orris.care instagram followers doctors medical AI
"orris.care" blog "best practices"
curl -s "https://orris.care/blogs/best-practices" | python3 -c " import sys, re html = sys.stdin.read() # Strip tags text = re.sub(r'<style[^>]*>.*?</style>', '', html, flags=re.DOTALL) text = re.sub(r'<script[^>]*>.*?</script>', '', text, flags=re.DOTALL) text = re.sub(r'<[^>]+>', ' ', text) text = re.sub(r'\s+', ' ', text).strip() print(text[:8000]) "
curl -s "https://orris.care/blogs" | python3 -c " import sys, re html = sys.stdin.read() text = re.sub(r'<style[^>]*>.*?</style>', '', html, flags=re.DOTALL) text = re.sub(r'<script[^>]*>.*?</script>', '', text, flags=re.DOTALL) text = re.sub(r'<[^>]+>', ' ', text) text = re.sub(r'\s+', ' ', text).strip() print(text[:6000]) "
curl -s "https://orris.care" | python3 -c " import sys, re html = sys.stdin.read() # Extract all href links links = re.findall(r'href=[\"\'](.*?)[\"\'`]', html) for l in sorted(set(links)): print(l) "
curl -s "https://orris.care" -o /tmp/orris_home.html && python3 -c " import re with open('/tmp/orris_home.html') as f: html = f.read() links = re.findall(r'href=[\"](.*?)[\"]', html) for l in sorted(set(links)): print(l) "
curl -s "https://orris.care/about-us" -o /tmp/orris_about.html && python3 -c " import re with open('/tmp/orris_about.html') as f: html = f.read() text = re.sub(r'<style[^>]*>.*?</style>', '', html, flags=re.DOTALL) text = re.sub(r'<script[^>]*>.*?</script>', '', text, flags=re.DOTALL) text = re.sub(r'<[^>]+>', ' ', text) text = re.sub(r'\s+', ' ', text).strip() print(text[:5000]) "
for path in "blog" "blog/best-practices" "resources" "resources/best-practices" "insights" "articles"; do status=$(curl -s -o /dev/null -w "%{http_code}" "https://orris.care/$path") echo "$status https://orris.care/$path" done
orris.care instagram page content clinical AI doctors
/blogs/best-practices page returns a 404 — it doesn't exist on the live site yet. However, I have full context on what Orris is: an AI-powered Clinical Decision Support System (CDSS) for doctors, residents, and biomedical professionals. The Instagram page is @orris.care./blogs/best-practices URL currently returns a 404, so I worked from the live site and everything I know about the product. Orris is an AI-powered Clinical Decision Support System (CDSS) for doctors, residents, and biomedical professionals — @orris.care.| Category | Why Follow |
|---|---|
| Medical journals & education | Core content Orris indexes and builds on |
| Physician influencers | Direct target users — relationship building |
| Health AI companies | Ecosystem presence, competitive awareness |
| Medical associations | Guideline authority, trust signals |
| Health tech VCs | Investor/partner visibility |
Note: The/blogs/best-practicespage is currently returning a 404 on the live site. If you meant a different URL, share the correct link and I can tailor this further based on the actual blog content.