-
Notifications
You must be signed in to change notification settings - Fork 60
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 practitioner reference to Patient and Encounter resource #1087
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1087 +/- ##
============================================
+ Coverage 75.19% 75.22% +0.03%
- Complexity 1310 1312 +2
============================================
Files 218 218
Lines 8626 8635 +9
Branches 1304 1306 +2
============================================
+ Hits 6486 6496 +10
+ Misses 1215 1212 -3
- Partials 925 927 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@SerialName("questionnaire_publisher") var questionnairePublisher: String? = null, | ||
@SerialName("organization") var organization: String? = null, | ||
@SerialName("location") var location: String? = null, | ||
@SerialName("sub") var sub: String? = null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plz change the name of variable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
variable sub?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep to use a more descriptive name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
* - Added practitioner Id in Patient * - Add Practitioner reference to patient and encounter resources. * - Add test cases * - Resolve requested changes
IMPORTANT: Where possible all PRs must be linked to a Github issue
Fixes #1057 #1058
Type
Choose one: Feature
Checklist
strings.xml
file./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the project's style guide