Stream: smart
Topic: Questionnaire
Emiliano Fernandez (Feb 01 2021 at 16:59):
Hi, in the access token response i'll be getting something like this for ex:
{
"access_token": "i8hweunweunweofiwweoijewiwe",
"token_type": "bearer",
"expires_in": 3600,
"scope": "patient/Observation.read patient/Patient.read",
"intent": "client-ui-name",
"patient": "123",
"encounter": "456"
}
What if i want to recieve a questionnaire? Is that possible?
Michele Mottini (Feb 01 2021 at 17:01):
No
Last updated: Apr 12 2022 at 19:14 UTC