Skip to content

Commit

Permalink
add: Haven Headache & Migraine Center (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthaven and amattn authored Nov 20, 2024
1 parent ddeb09b commit f76e85a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions priv/companies/haven_headache.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Company file for Haven Headache
# Created on: 2024-11-20

%{
name: "Haven Headache & Migraine Center",
website: "https://havenheadache.com/",
github: "https://github.com/havenhm",
# reference lib/companies/industries.ex for a list of recommended industries to use here
industry: "Health Care",
location: %{
city: "San Francisco",
state: "CA",
country: "United States"
},
description: """
Haven is a tech-enabled virtual telehealth solution for the millions of people who suffer from migraine. We offer the latest clinically proven care pathways to help patients get their condition under control in less time.
Our backend patient management stack is built with Elixir, Phoenix and LiveView.
""",
last_changed_on: ~D[2024-11-20]
}

0 comments on commit f76e85a

Please sign in to comment.