-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #778 from opensrp/fhir-location-management
Fhir location management
- Loading branch information
Showing
59 changed files
with
4,851 additions
and
248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 0.0.1 (2020-10-28) | ||
|
||
**Note:** Version bump only for package @opensrp/fhir-location-management |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# FHIR Location Management | ||
|
||
This package contains a set of components for managing (create, edit, view, delete) locations on FHIR. | ||
|
||
## Installation | ||
|
||
```sh | ||
|
||
yarn add @opensrp/fhir-location-management | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"</> JSON": "", | ||
"Actions": "", | ||
"Active": "", | ||
"Add Location Unit": "", | ||
"Add Location Unit Group": "", | ||
"Alias": "", | ||
"An error occurred": "", | ||
"Building": "", | ||
"Cancel": "", | ||
"Delete": "", | ||
"Description": "", | ||
"E.g. -16.08306": "", | ||
"E.g. 49.54933": "", | ||
"Edit": "", | ||
"Edit Location Unit": "", | ||
"Edit Location Unit Group": "", | ||
"Enter a location group name": "", | ||
"Enter a location name": "", | ||
"External ID": "", | ||
"External ID can only contain letters, numbers and spaces": "", | ||
"Geometry": "", | ||
"Id": "", | ||
"Inactive": "", | ||
"Instance": "", | ||
"Jurisdiction": "", | ||
"Latitude": "", | ||
"Level": "", | ||
"Location category": "", | ||
"Location category is required": "", | ||
"Location Name": "", | ||
"Location Unit": "", | ||
"Location Unit created successfully": "", | ||
"Location Unit Group": "", | ||
"Location Unit Group can only contain letters, numbers and spaces": "", | ||
"Location Unit Group Management": "", | ||
"Location Unit Management": "", | ||
"Location Unit must be an array": "", | ||
"Location Unit updated successfully": "", | ||
"Location was successfully created": "", | ||
"Location was successfully updated": "", | ||
"Longitude": "", | ||
"Name": "", | ||
"Name can only contain letters, numbers and spaces": "", | ||
"Name is required": "", | ||
"Only decimal values allowed": "", | ||
"Parent ID can only contain letters, numbers and spaces": "", | ||
"Part Of": "", | ||
"Physical Type": "", | ||
"Save": "", | ||
"Saving": "", | ||
"Search": "", | ||
"Select status": "", | ||
"Select the parent location": "", | ||
"Select the service point type": "", | ||
"Select type": "", | ||
"Service types is required": "", | ||
"Status": "", | ||
"Status is required": "", | ||
"Sync status": "", | ||
"Type": "", | ||
"Type can only contain letters, numbers and spaces": "", | ||
"Type is required": "", | ||
"Unit group": "", | ||
"username": "", | ||
"Username": "", | ||
"Version": "", | ||
"View Details": "" | ||
} |
Oops, something went wrong.