We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3baad2 commit 365fe32Copy full SHA for 365fe32
src/components/PriorAuth/PriorAuth.jsx
@@ -20,7 +20,7 @@ export default class PriorAuth extends Component {
20
subscribeMsg: "",
21
showRestHookForm: false,
22
showLink: false,
23
- priorAuthBase: "https://davinci-prior-auth.logicahealth.org/fhir",
+ priorAuthBase: "https://prior-auth.davinci.hl7.org/fhir",
24
isSubmitted: false,
25
priorAuthId: null,
26
patientId: null,
@@ -859,7 +859,7 @@ export default class PriorAuth extends Component {
859
type="text"
860
className="form-control"
861
id="priorauthEndpoint"
862
- defaultValue="https://davinci-prior-auth.logicahealth.org/fhir"
+ defaultValue="https://prior-auth.davinci.hl7.org/fhir"
863
onChange={(e) =>
864
this.setState({ priorAuthBase: e.target.value })
865
}
0 commit comments