-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhancements to the record editor/creator for manually entering medical history #60
Comments
The "Patient Health Record" form in https://lhcforms.nlm.nih.gov/lhcforms is almost exactly what we want. It's a bit dense, but very functional and intuitive. Autocomplete based on SNOMED/LOINC records would be ideal. |
|
The FHIR Form Builder's JSON output function may be able to be used with Excel and Regular Expressions to quickly wireframe an encounter addition form. |
https://jsfiddle.net/lforms/weaqqbg4/29/ is a demo of this; source is at https://github.com/lhncbc/lforms |
@phobrla "Autocomplete based on SNOMED/LOINC records would be ideal." is already in place. Is that feature not working for you? |
as discussed in FHIR Zulip
We've received constant feedback that users would also like the ability to create records themselves:
Since our system already uses and understands FHIR documents, we should store patient manually-created documents in the same format, however FHIR editors seem complicated, requiring patients to understand the FHIR spec.
Some ideas for how medical history can be "manually" ingested by Fasten
The text was updated successfully, but these errors were encountered: