luis901101 / fhir_questionnaire

A library to render FHIR Questionnaires and generate a QuestionnaireResponse
BSD 2-Clause "Simplified" License
4 stars 4 forks source link

Is there a way to generate a PDF from the questionnaire? #11

Closed aurelien-bernard closed 3 months ago

aurelien-bernard commented 3 months ago

I'm wondering how to generate a PDF file from a FHIR questionnaire. I'm looking for a server solution and not a flutter2PDF :)

luis901101 commented 3 months ago

This is a question more for StackOverflow/ChatGPT than an issue of this flutter package.

aurelien-bernard commented 3 months ago

Sorry to have bothered you! As you may have come across the problem yourself, I was wondering if you'd found a solution.

luis901101 commented 3 months ago

No bother, I just pointed this is not the place to ask because this is a specific package for a specific use case, which is basically rendering a Questionnaire and generate the response and also I have not had the necessity of generating a PDF from a Questionnaire. As far as I know, FHIR doesn't provide this so it must be implemented, if you are considering for a sever side solution you should check for libraries or something available for the tech you choose for your server.