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

Sample views for FHIR resources #820

Closed
bashir2 opened this issue Sep 18, 2023 · 1 comment · Fixed by #844
Closed

Sample views for FHIR resources #820

bashir2 opened this issue Sep 18, 2023 · 1 comment · Fixed by #844
Assignees
Labels
enhancement New feature or request P2:should An issue to be addressed in a quarter or so.

Comments

@bashir2
Copy link
Collaborator

bashir2 commented Sep 18, 2023

To make it easier and bootstrap usage of FHIR views we should create sample/generic views for a subset of FHIR resources. This serves two purposes:

  • Users can create simple SQL queries on these simpler views. If the views are generic enough, the user does not even need to touch FHIR-views.
  • These examples can be used as a starting point to experiment with more customized FHIR-views.

Here is a proposed list of initial resources (to be updated later):

  • Condition
  • Encounter
  • Immunization
  • MedicationAdministration
  • MedicationRequest
  • Observation
  • Patient
  • Procedure
@bashir2 bashir2 added enhancement New feature or request P2:should An issue to be addressed in a quarter or so. labels Sep 18, 2023
@bashir2 bashir2 self-assigned this Sep 18, 2023
@fredhersch
Copy link
Collaborator

I would suggest adding:

  • Organization - to be able to filter by organization (e.g. show me the data for Org A v B)
  • Practitioner - to filter by healthcare worker
  • PractitionerRole - to filter by healthcare worker type
  • ServiceRequest - to look at what has been ordered e.g. investigations, procedures or labs
  • DiagnosticReport - for lab results or test results (lab results often come back as Observations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P2:should An issue to be addressed in a quarter or so.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants