Skip to content

Commit

Permalink
Merge pull request #8 from opensrp/1704-update-practitioner-details-e…
Browse files Browse the repository at this point in the history
…ndpoint

1704: Update the Practitioner Details to get the Groups and Practitio…
  • Loading branch information
dubdabasoduba authored Jan 30, 2023
2 parents 003f029 + ed58f8b commit 2129040
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 2129040

Please sign in to comment.