You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cerner FHIR Developers
How to create an app with capabilites to call the DSTU 2 and R4 api's.
Thanks
Shriniket Sarkar (Cerner)
unread,
Mar 29, 2019, 9:33:15 AM3/29/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cerner FHIR Developers
Hello Muzammal,
This SMART on FHIR Tutorial will walk you through setting up and app and programming it for Patient and Observation resource api's for DSTU2. You can start off with this and extend it to call the R4 apis mentioned here : https://fhir.cerner.com/millennium/r4/
Thanks,
Shriniket
Benjamin Eichhorn (Cerner)
unread,
Mar 29, 2019, 11:44:13 AM3/29/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Cerner FHIR Developers
Hi Muzammal,
To add onto what Shriniket has stated. While you are free to consume both DSTU2 and R4. It will require some work on your end to determine how. Launching a SMART App is version specific and the iss parameter will only specify one version via the URL. You would potentially need to parse that URL to flip between versions.