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

Associate a default Practitioner to the Task when openelisuser is not defined #51

Merged
merged 6 commits into from
Sep 12, 2024

Conversation

mozzy11
Copy link
Member

@mozzy11 mozzy11 commented Sep 12, 2024

No description provided.

@mozzy11 mozzy11 merged commit 6a024d2 into openmrs:main Sep 12, 2024
1 check passed
if (requesterRef != null) {
ownerRef = requesterRef;
} else {
ownerRef = newReference(order.getEncounter().getCreator().getUuid(), FhirConstants.PRACTITIONER);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this tie to the encounter provider instead of the encounter creator?

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

Successfully merging this pull request may close these issues.

2 participants