Stream: implementers
Topic: FHIR HTML Form
Eric Wündisch (Dec 18 2019 at 09:17):
Hi guys, i'am new to this community and i have a question which i wasn't able to solve via google and co. I want to send fhir objects between two system which works perfectly but in the front end is the problem. Is there any good implementation or guidline for a good html formular for a patient object. The patient object is a central object for me in fhir but there is no good form to enter all this data in a good way? Is this a common problem or do I miss something? Thank you for the answers. Eric
René Spronk (Dec 18 2019 at 09:19):
You may wish to look at the Questionnaire resource. Som servers allow you to transform the StructureDefinition for a Patient resource into a Questionnaire. You'd still need a Questionnaire rendering engine to render it, it's not a HTML form.
Eric Wündisch (Dec 18 2019 at 09:22):
You may wish to look at the Questionnaire resource. Som servers allow you to transform the StructureDefinition for a Patient resource into a Questionnaire. You'd still need a Questionnaire rendering engine to render it, it's not a HTML form.
Thank you for the quick answer. I already found this: https://lhncbc.github.io/lforms/ but i wasnt sure this solves the problem to convert such objects to a patient object which seems quite crazy to me :)
Last updated: Apr 12 2022 at 19:14 UTC