Stream: implementers
Topic: URI
Shahzeb Jadoon (Sep 16 2019 at 11:08):
Hello everyone,
I have question regarding highlighted URI's in attached image. I see these URI's same in all documents. My question is for making these URI's, we need to connect ourselves with smartHealthit or these URI's will be same for all health organizations..
Michele Mottini (Sep 16 2019 at 13:21):
They will be the same. All system that support SMART would have the first one (oauth-urls), I would not count on the second though (restful-security-service)
Shahzeb Jadoon (Sep 16 2019 at 13:22):
Thanks Michele
Shahzeb Jadoon (Sep 16 2019 at 15:53):
@Michele Mottini
How will I know that our system supports SMART. Is there any guidelines for this process?Because i am stuck to figure out, how to give SMART support to our system.
Michele Mottini (Sep 16 2019 at 16:26):
To advertise that your system supports it have the oauth-uris extension in the capability statement (if that's your question)
Shahzeb Jadoon (Sep 16 2019 at 17:15):
@Michele Mottini
you got the point, but i am still confused how to make my system supported for oauth-uris??
Michele Mottini (Sep 16 2019 at 17:30):
You have to implement the OAuth authorization code flow + the SMART special bits - or integrate some third-party software that does that
Shahzeb Jadoon (Sep 16 2019 at 17:35):
@Michele Mottini
I implemented OAuth authrization code flow already. By third Party you meant Cerner or any other software?
Could you please elaborate the SMART special bits ?
Michele Mottini (Sep 16 2019 at 17:38):
Then you just have to put the authorization and token URL of your OAuth implementation in those extensions
Shahzeb Jadoon (Sep 16 2019 at 17:46):
@Michele Mottini
By doing so, do i need to change this URL: "http://fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris". I just have concerned about this URL, we did not register with SMART. Can we use this URL without getting registered for OAuth URI's?
"extension": [
{
"url": "http://fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris",
"extension": [
{
"url": "token",
"valueUri": "https://my-server.org/token"
},
{
"url": "authorize",
"valueUri": "https://my-server.org/authorize"
}
]
}
]
Michele Mottini (Sep 16 2019 at 18:11):
Yes, sure you can use it
Shahzeb Jadoon (Sep 16 2019 at 18:42):
@Michele Mottini
Thanks for your help.
Ranjith Kandur (May 13 2020 at 21:13):
Are there FHIR libraries to perform ETL type of functions to transform the data in a DB / source tables into FHIR Resource format into another DB/target tables? I am seeing bunch of open source libraries in java, .NETetc.., but not sure if there in any support for ETL tools such as Informatica, Abinitio etc..Appreciate any insight into this topic, thanks in advance
Grahame Grieve (May 13 2020 at 21:15):
you might ask on the #analytics on FHIR track if you don't get any answers here?
Last updated: Apr 12 2022 at 19:14 UTC