Skip to content

Commit

Permalink
Merge pull request #31 from moh-kenya/metadata_json
Browse files Browse the repository at this point in the history
Merge pull request #30 from moh-kenya/feat-domains-ui
  • Loading branch information
rosaga authored Feb 1, 2024
2 parents 86f66ba + a163813 commit c3d9ed5
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions pages/api/domains.json
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": ""
}
]

0 comments on commit c3d9ed5

Please sign in to comment.