2023-12-13 14:38:01 -07:00
|
|
|
name: Provider Request
|
|
|
|
description: Request a new institution/clinic/insurance provider to be added to Fasten
|
|
|
|
title: "[Provider Request]: "
|
|
|
|
labels: ["provider", "enhancement"]
|
|
|
|
projects: ["fastenhealth/fasten-onprem"]
|
2023-12-13 14:21:58 -07:00
|
|
|
assignees:
|
2023-12-13 14:38:01 -07:00
|
|
|
- AnalogJ
|
2023-12-13 14:21:58 -07:00
|
|
|
body:
|
|
|
|
- type: markdown
|
|
|
|
attributes:
|
|
|
|
value: |
|
2023-12-13 14:38:01 -07:00
|
|
|
Thanks for taking the time to request a new Provider.
|
|
|
|
|
|
|
|
Before you submit this request, please make sure that you've searched the existing issues to see if your provider has already been requested.
|
|
|
|
|
2023-12-13 14:21:58 -07:00
|
|
|
- type: input
|
|
|
|
id: contact
|
|
|
|
attributes:
|
|
|
|
label: Contact Details
|
|
|
|
description: How can we get in touch with you if we need more info?
|
|
|
|
placeholder: ex. email@example.com
|
|
|
|
validations:
|
|
|
|
required: false
|
2023-12-13 14:38:01 -07:00
|
|
|
- type: input
|
|
|
|
id: provider-name
|
2023-12-13 14:21:58 -07:00
|
|
|
attributes:
|
2023-12-13 14:38:01 -07:00
|
|
|
label: Provider/Institution Name
|
|
|
|
description: What is the name of this Institution?
|
|
|
|
placeholder: ex. Humana/Kaiser/John Hopkins
|
2023-12-13 14:21:58 -07:00
|
|
|
validations:
|
|
|
|
required: true
|
2023-12-13 14:38:01 -07:00
|
|
|
- type: input
|
|
|
|
id: provider-website
|
2023-12-13 14:21:58 -07:00
|
|
|
attributes:
|
2023-12-13 14:38:01 -07:00
|
|
|
label: Provider/Institution Website
|
|
|
|
description: Please share a link to the provider's website.
|
|
|
|
placeholder: ex. https://www.humana.com/
|
2023-12-13 14:21:58 -07:00
|
|
|
validations:
|
|
|
|
required: true
|
2023-12-13 14:38:01 -07:00
|
|
|
- type: input
|
|
|
|
id: provider-ehr
|
2023-12-13 14:21:58 -07:00
|
|
|
attributes:
|
2023-12-13 14:38:01 -07:00
|
|
|
label: Provider EHR Platform
|
|
|
|
description: If you know the name of the EHR platform that this provider uses, please share it.
|
|
|
|
placeholder: ex. Epic MyChart, Cerner, Allscripts, etc
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
- type: textarea
|
|
|
|
id: additional-info
|
2023-12-13 14:21:58 -07:00
|
|
|
attributes:
|
2023-12-13 14:38:01 -07:00
|
|
|
label: Anything else we should know?
|
|
|
|
description: Please share any additional information or links that you think would be helpful.
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
|