-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FM2-531 : Add Location Resource to lab bundle (#27)
* add Location to lab bundle * fix parsing uuid * add openelis id system * update fhir system on restart * save or update identifier system
- Loading branch information
Showing
6 changed files
with
84 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,4 +100,15 @@ | |
<description>Password for HTTP Basic Auth with the LIS</description> | ||
<defaultValue>password</defaultValue> | ||
</globalProperty> | ||
<globalProperty> | ||
<property>@[email protected]</property> | ||
<description>Patient Identifier used to generate the FHIR Identifier System</description> | ||
<defaultValue>05a29f94-c0ed-11e2-94be-8c13b969e334</defaultValue> | ||
</globalProperty> | ||
|
||
<globalProperty> | ||
<property>@[email protected]</property> | ||
<description>OpenElis Identifier System url</description> | ||
<defaultValue>http://openelis-global.org/pat_nationalId</defaultValue> | ||
</globalProperty> | ||
</module> |
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