usmanbahadur

Results 5 comments of usmanbahadur

@vlad-ignatov hi that works fine as long as you testing hapi fhir servers but if your fhir server requires Oauth Porcess i can get a token and patient data using...

hi @vlad-ignatov so i have done the following this autheitcates the app against fhir server but how do we actually search a patient? ![image](https://user-images.githubusercontent.com/16957638/64118552-c889c400-cd8f-11e9-9dfa-301c25a63567.png)

hi @vlad-ignatov i have tried by providing static patientId when launching as stand alone patient app, the error is patient not found. ![image](https://user-images.githubusercontent.com/16957638/64175595-8f1a8c80-ce53-11e9-992a-797e1aea713c.png) ![image](https://user-images.githubusercontent.com/16957638/64176304-11f01700-ce55-11e9-9f9c-fb61847b0177.png) ![image](https://user-images.githubusercontent.com/16957638/64175852-21229500-ce54-11e9-8c67-2d46dbd9fcf1.png)

@vlad-ignatov the patient exist in server, Azure FHIR Server does not like "patientId : smart-77777703" so i had to convert patient id var launchContext = {patient: patientId}; var launchContextString =...

@hexicalsystems Use the following in launch.html file of the project, you would need client_id, patientid etc from your fhir service provider, a redirect_uri is also very important this is where...