-
Notifications
You must be signed in to change notification settings - Fork 10
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 #31 from moh-kenya/metadata_json
Merge pull request #30 from moh-kenya/feat-domains-ui
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
[ | ||
{ | ||
"id": "diagnostic", | ||
"name": "Diagnostic Health Information", | ||
"apiUrl": "/orgs/WHO/sources/ICD-11-WHO/" | ||
}, | ||
{ | ||
"id": "hpt", | ||
"name": "Health Products and Technologies (HPT)", | ||
"apiUrl": "" | ||
}, | ||
{ | ||
"id": "investigations", | ||
"name": "Investigations (Lab and Imaging)", | ||
"apiUrl": "" | ||
}, | ||
{ | ||
"id": "procedures", | ||
"name": "Procedures and Services", | ||
"apiUrl": "" | ||
}, | ||
{ | ||
"id": "billing", | ||
"name": "Billing & eClaims Management", | ||
"apiUrl": "" | ||
}, | ||
{ | ||
"id": "hrh", | ||
"name": "Human Resources for Health (HRH)", | ||
"apiUrl": "" | ||
}, | ||
{ | ||
"id": "devices", | ||
"name": "Medical Devices Infrastructure", | ||
"apiUrl": "" | ||
}, | ||
{ | ||
"id": "supplies", | ||
"name": "Supplies Chain Management", | ||
"apiUrl": "" | ||
}, | ||
{ | ||
"id": "diasability", | ||
"name": "Functioning Disability", | ||
"apiUrl": "" | ||
} | ||
] | ||
|