Stream: implementers
Topic: Processing questionnaire responses as GET parameters
Nader Cheaib (Jun 19 2017 at 11:18):
Hello,
We would like to elaborate interoperability specifications for a vaccination recommendation system, taking as input various parameters (such as patient’s clinical context) and producing as output a vaccination recommendation (FHIR document). If the initial interrogation parameters are insufficient/incomplete, the server should generate a questionnaire (using the resource Questionnaire) to be filled by the user in order to collect the missing interrogation parameters. The submission of the completed questionnaire should generate a new GET request, containing the initial interrogation parameters used along with the new ones (that are the responses to the questionnaire).
My question: how can the server map the questionnaire responses to GET interrogation parameters, and how can these interrogation parameters be mapped to resources’ attributes so the server generates the needed vaccination recommendation?
Many thanks in advance for any information you can give me concerning this.
Grahame Grieve (Jun 19 2017 at 12:17):
I've been using HATEOS for this - that is, headers in the response that point to locations where these kidof services can be taken advantage of by the user
Last updated: Apr 12 2022 at 19:14 UTC