-
Notifications
You must be signed in to change notification settings - Fork 655
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
Adding Appointement resource #1007
Comments
@MariemBouzaien Synthea does not currently simulate the appointment scheduling process. You can substitute Encounter data for appointments. See #852. |
@jawalonoski thank you, but it's the same for Questionnaire, QuestionnaireResponse? What can I do about it? |
@MariemBouzaien Good question. Right now, we have two options to implement a "questionnaire." In the HARK questionnaire, we implemented the response as a DiagnosticReport. See https://synthetichealth.github.io/module-builder/#encounter/hark_screening In the PRAPARE questionnaire, we implemented the response as MultiObservation (which is equivalent to an Observation with component observations). See https://synthetichealth.github.io/module-builder/#encounter/sdoh_hrsn There is no grand logic about why we used a DiagnosticReport or a MultiObservation. In either case, until we make Questionnaire a first-class object in Synthea, you'd have to post process the data and convert the data into QuestionnaireResponse. |
@jawalonoski Thank you for your help |
The patient ID is hard-coded as UUIDs. If you want to change them, you need to alter this code: synthea/src/main/java/org/mitre/synthea/modules/LifecycleModule.java Lines 119 to 122 in f1b56e2
|
fyi.. for anyone looking on how to get Synthea to generate Appointments using Encounter data, here is an example: |
Hi
I need to add the Appointment resource in the output file
Can you please help me?
The text was updated successfully, but these errors were encountered: