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

📝 Add PR template for pull request descriptions #11

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Motivation
The background context and problem this pull request is addressing

Example: The current FHIR Patient profile (Participant) does not include a critical field, birth sex,
that is contained in the input data. This means that assigned sex at birth data does not get captured in the FHIR server.

# Approach
The solution to the problem

Example: Add an extension to the Participant profile to capture the Patient's assigned sex at birth.
Loading