forked from chronic-care/e-care-common-data-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated with the clean code to remove 100% dependency on MCC API Java
- Loading branch information
1 parent
a416700
commit 99e6c1b
Showing
25 changed files
with
1,270 additions
and
2,075 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ npm link e-care-common-data-services | |
- Release a tag, e.g `v1.0.0` | ||
- in mcc-provider or mcc-care-planner app, run | ||
``` | ||
npm i [email protected]:chronic-care/e-care-common-data-services.git#v1.0.0 | ||
npm i ssh://[email protected]:XXGITHUB_ORG_NAMEXX/e-care-common-data-services.git#v1.0.0 | ||
``` | ||
|
||
## Code structure explanation | ||
|
@@ -63,7 +63,7 @@ This is where we store our modules, inside will be having each module, e.g `obse | |
This is where we put testing specific to observation | ||
|
||
#### mapping | ||
This is where we put resource mapping from fhir localised to our module, e.g on `vital-mapping` when we get `ckd`, we will try to query data for | ||
This is the where we put resource mapping from fhir localised to our module, e.g on `vital-mapping` when we get `ckd`, we will try to query data for | ||
- Cognitive Status (MoCA) | ||
- Fatigue (PROMIS T-score) | ||
- Functional Status (PROMIS raw score) | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.