Add Open Health Stack's Kotlin FhirPath engine#80
Conversation
| "kotlin_server_r4": "https://kotlin-fhirpath.nawi.ke/fhirpath-r4", | ||
| "kotlin_server_r5": "https://kotlin-fhirpath.nawi.ke/fhirpath-r5" |
There was a problem hiding this comment.
i'd much rather use the google cloud url than to tie this to nawi. can you update this please?
|
|
||
| "kotlin_server_r4": "https://kotlin-fhirpath.nawi.ke/fhirpath-r4", | ||
| "kotlin_server_r5": "https://kotlin-fhirpath.nawi.ke/fhirpath-r5" | ||
| "kotlin_server_r4": "http://35.246.242.55/fhirpath-r4", |
There was a problem hiding this comment.
how are you deploying this on gcp? what if we need to scale up? is there a way to tie this to a fixed url but not an ip? thanks.
There was a problem hiding this comment.
@jingtang10 Are you able to create a subdomain under ohs.dev that we can use? Something like kotlin-fhirpath.ohs.dev.
For a start we can point kotlin-fhirpath.ohs.dev to 35.246.242.55 where we currently are hosting the dev environment.
There was a problem hiding this comment.
no the ohs.dev domain is being transferred. we need to set it up later.
There was a problem hiding this comment.
does gcp not allow an url, which is more permanent than an ip?
There was a problem hiding this comment.
@jingtang10 Let me do some research on this. I will share an update
|
I'm excited to see this get added! Is this something that you think you'll have cooking for DevDays next week? |
Adds OHS FhirPath engine, with the server api implementation https://github.com/ohs-foundation/kotlin-fhirpath-server