Skip to content
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

Align the creation of Observation from Questionnaire, QuestionnaireResponse with the examples below #202

Open
reeager opened this issue Jun 26, 2024 · 5 comments

Comments

@shah
Copy link
Contributor

shah commented Jun 26, 2024

@ratheesh-kr @raphaelvp please review and ask @reeager or me if you have questions.

@alan-francis
Copy link
Contributor

@reeager , we understand we currently have the following resourceTypes in our bundle JSON.

  • Bundle
  • Consent
  • Organization
  • Observation
  • Patient
  • Encounter

And we are generating the JSON on a per patient per encounter basis. We need to add the following resourceTypes to this as well.

  • Questionnaire
  • QuestionnaireResponse

Also we believe that we need to take the data from the screening CSV file for generating this resourceType. Can you please confirm this?

@shah @raphaelvp @ratheesh-kr

@reeager
Copy link
Collaborator Author

reeager commented Jul 5, 2024

@alan-francis No. Questionnaire and QuestionnaireResponse should not be derived from the CSV just these resourcetypes:
Bundle
Consent
Organization
Observation
Patient
Encounter

Questionnaire and QuestionnaireResponse should never be created by QCS but if Questionnaire/QuestionnaireResponse are sent to QCS via a QE, an observation resource should be derived from these resources.

@raphaelvp
Copy link
Collaborator

@reeager,

If Questionnaire and QuestionnaireResponse should not be derived from the CSV, please confirm if this is a requirement for FHIR Bundle submission.

@reeager
Copy link
Collaborator Author

reeager commented Jul 10, 2024

It is not a requirement for FHIR bundle submission

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

4 participants