Skip to content

Commit

Permalink
Update links to FHIR servers
Browse files Browse the repository at this point in the history
Ref: #6
  • Loading branch information
projkov committed Nov 17, 2023
1 parent b8965ec commit 4656ffd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ client/.ipynb_checkpoints
.env
letsencrypt
smart/node_modules
.DS_Store
.clj-kondo/
.lsp/
9 changes: 3 additions & 6 deletions client/Read & Search Test Scenarios.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@
"metadata": {},
"outputs": [],
"source": [
"LOCAL = \"http://localhost:8080/\"\n",
"AU_CORE_BEDA_SOFTWARE = \"https://au-core.beda.software/fhir/\"\n",
"HL7_AU_CONNECTATHON = \"https://hl7auconnectathon.salessbx.smiledigitalhealth.com/fhir-request\"\n",
"\n",
"SOURCE_BASE_URL = AU_CORE_BEDA_SOFTWARE"
"SPARKED_BASE_URL = \"https://hl7auconnectathon.salessbx.smiledigitalhealth.com/fhir-request\"\n",
"AIDBOX_BASE_URL = \"https://au-core.beda.software/fhir/\""
]
},
{
Expand All @@ -58,7 +55,7 @@
"metadata": {},
"outputs": [],
"source": [
"client = SyncFHIRClient(SOURCE_BASE_URL)"
"client = SyncFHIRClient(AIDBOX_BASE_URL)"
]
},
{
Expand Down
5 changes: 3 additions & 2 deletions client/Validate & Create Test Scenarios.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"metadata": {},
"outputs": [],
"source": [
"SOURCE_BASE_URL = \"https://au-core.beda.software/fhir/\""
"SPARKED_BASE_URL = \"https://hl7auconnectathon.salessbx.smiledigitalhealth.com/fhir-request\"\n",
"AIDBOX_BASE_URL = \"https://au-core.beda.software/fhir/\""
]
},
{
Expand All @@ -56,7 +57,7 @@
"metadata": {},
"outputs": [],
"source": [
"client = SyncFHIRClient(SOURCE_BASE_URL)"
"client = SyncFHIRClient(AIDBOX_BASE_URL)"
]
},
{
Expand Down

0 comments on commit 4656ffd

Please sign in to comment.