Skip to content

Commit

Permalink
1704: Update the Practitioner Details to get the Groups and Practitio…
Browse files Browse the repository at this point in the history
…ner Role resources attached to a practitioner.
  • Loading branch information
rehammuzzamil committed Jan 30, 2023
1 parent 2e4b058 commit ed58f8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.smartregister</groupId>
<artifactId>fhir-common-utils</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.5-SNAPSHOT</version>

<distributionManagement>
<repository>
Expand Down
3 changes: 3 additions & 0 deletions src/main/java/org/smartregister/utils/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ public interface Constants {
String CARE_TEAM = "CareTeam";
String ORGANIZATION = "Organization";
String ORGANIZATION_AFFILIATION = "OrganizationAffiliation";
String CODE = "code";
String MEMBER = "member";
String GROUP = "Group";
}

0 comments on commit ed58f8b

Please sign in to comment.