Skip to content

Instantly share code, notes, and snippets.

@brianraila
Last active August 22, 2023 08:41
Show Gist options
  • Save brianraila/eacab066131ba706c0206e7ee7bcba01 to your computer and use it in GitHub Desktop.
Save brianraila/eacab066131ba706c0206e7ee7bcba01 to your computer and use it in GitHub Desktop.
This gist exceeds the recommended number of files (~10). To access all files, please clone this gist.
{"version":1,"resource":"file:///home/dell/p/python/app.py","entries":[{"id":"buFx.py","timestamp":1683796209535},{"id":"tPv9.py","timestamp":1683796472932},{"id":"UQzS.py","timestamp":1683796507161},{"id":"sM9r.py","timestamp":1683796522761},{"id":"b0zg.py","timestamp":1683797811403}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/farmhub/api/.gitignore","entries":[{"id":"xTIn","timestamp":1677324079836}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Edwin/farmhub/Farm-Dashboard/src/pages/Users.jsx","entries":[{"id":"BhkE.jsx","source":"searchReplace.source","timestamp":1670983511076},{"id":"xkM9.jsx","timestamp":1672232934502},{"id":"tjpT.jsx","timestamp":1672232947210},{"id":"LAKm.jsx","timestamp":1672233144703},{"id":"OGRP.jsx","timestamp":1672233227151},{"id":"N6l8.jsx","timestamp":1672233415299},{"id":"ozL1.jsx","timestamp":1672233427015},{"id":"GILw.jsx","timestamp":1672233489121},{"id":"mda4.jsx","timestamp":1672233507046},{"id":"AwbU.jsx","timestamp":1672233525358},{"id":"2col.jsx","timestamp":1672233548923},{"id":"4h2x.jsx","timestamp":1672233808458},{"id":"OkCN.jsx","timestamp":1673725414542}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/tenancy-api/export-env.sh","entries":[{"id":"k0WU.sh","timestamp":1682179231960},{"id":"qqoy.sh","timestamp":1683932814015}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/trivia/ui/.env","entries":[{"id":"YGIC","timestamp":1690472102351},{"id":"7cQz","timestamp":1690472215566},{"id":"EU9O","timestamp":1690472347975},{"id":"TsPx","timestamp":1690473361097}]}
{"version":1,"resource":"file:///home/dell/p/odoo-erp/docker-compose.yml","entries":[{"id":"s6pe.yml","timestamp":1668081829203}]}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/bahmni/run-bahmni.sh","entries":[{"id":"MFiC.sh","timestamp":1690971519101},{"id":"rhxe.sh","timestamp":1690971592273}]}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/hie/mediators/src/lib/utils.ts","entries":[{"id":"4cIG.ts","timestamp":1689878537592},{"id":"Ecfi.ts","timestamp":1689878610538},{"id":"N6cU.ts","timestamp":1689918491750},{"id":"aa2N.ts","timestamp":1689918660239},{"id":"o4sI.ts","timestamp":1689918686502},{"id":"1FSX.ts","timestamp":1689918952409},{"id":"1IGE.ts","timestamp":1689918998710},{"id":"zRM1.ts","timestamp":1690138541112},{"id":"e7Cq.ts","timestamp":1690139771748},{"id":"WBta.ts","timestamp":1690204719997},{"id":"oto8.ts","timestamp":1690205459735},{"id":"bQbM.ts","timestamp":1691998905826},{"id":"Ncv0.ts","timestamp":1691998943814},{"id":"NEjD.ts","source":"undoRedo.source","timestamp":1691998945170},{"id":"U8fn.ts","timestamp":1691998977150},{"id":"b1d4.ts","timestamp":1692463412461},{"id":"gvjO.ts","timestamp":1692463440413},{"id":"1Ntl.ts","timestamp":1692463456909}]}
{"version":1,"resource":"file:///home/dell/p/odk-x-auth/ui/src/components/DynamicDataGrid.jsx","entries":[{"id":"1Acw.jsx","timestamp":1668458291430}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/twift-ims/addons/twift-ims/models/send_sms.py","entries":[{"id":"qArC.py","timestamp":1675157516834},{"id":"Wzhb.py","timestamp":1675157717583},{"id":"TGfF.py","timestamp":1675157734879},{"id":"u6Vq.py","timestamp":1675157749563},{"id":"eOjK.py","timestamp":1675158088856}]}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/hie/hapi-fhir/target/classes/application.yaml","entries":[{"id":"M4fH.yaml","source":"searchReplace.source","timestamp":1689876308279}]}
{
"urn": "urn:mediator:mpi_search",
"version": "1.0.0",
"name": "CBDHS MPI Search Mediators",
"description": "This mediator is responsible for handling MPI bound requests.",
"defaultChannelConfig": [
{
"name": "CBDHS MPI Mediator Channel",
"urlPattern": "^/patients/.*$",
"routes": [
{
"name": "MPI Route",
"host": "mediators",
"path": "/patients",
"port": "3000",
"primary": true,
"type": "http",
"status":"enabled"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "Patient CRUD Endpoints",
"host": "mediators",
"path": "/patients",
"port": "3000",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:mpi_search",
"version": "1.0.0",
"name": "CBDHS MPI Search Mediators",
"description": "This mediator is responsible for handling MPI search requests.",
"defaultChannelConfig": [
{
"name": "CBDHS MPI Search Channel",
"urlPattern": "/search",
"routes": [
{
"name": "MPI Route",
"host": "mediators",
"path": "/search",
"port": "3000",
"primary": true,
"type": "http",
"status":"enabled"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "Patient CRUD Endpoints",
"host": "mediators",
"path": "/patients/search",
"port": "3000",
"primary": true,
"status":"enabled",
"type": "http"
}
]
}
{
"urn": "urn:mediator:mpi_search",
"version": "1.0.0",
"name": "CBDHS MPI Search Mediators",
"description": "This mediator is responsible for handling MPI bound requests.",
"defaultChannelConfig": [
{
"name": "CBDHS MPI Search Channel",
"urlPattern": "^/patients/search/.*$",
"routes": [
{
"name": "MPI Route",
"host": "mediators",
"path": "/patients/search",
"port": "3000",
"primary": true,
"type": "http",
"status":"enabled"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "Patient CRUD Endpoints",
"host": "mediators",
"path": "/patients/search",
"port": "3000",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:mpi_search",
"version": "1.0.0",
"name": "CBDHS MPI Search Mediators",
"description": "This mediator is responsible for handling MPI search requests.",
"defaultChannelConfig": [
{
"name": "CBDHS MPI Search Channel",
"urlPattern": "/search",
"routes": [
{
"name": "MPI Route",
"host": "mediators",
"path": "/patients/search",
"port": "3000",
"primary": true,
"type": "http",
"status":"enabled"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "Patient CRUD Endpoints",
"host": "mediators",
"path": "/patients/search",
"port": "3000",
"primary": true,
"status":"enabled",
"type": "http"
}
]
}
{
"urn": "urn:mediator:mpi_search",
"version": "1.0.0",
"name": "CBDHS MPI Search Mediators",
"description": "This mediator is responsible for handling MPI bound requests.",
"defaultChannelConfig": [
{
"name": "CBDHS MPI Search Channel",
"urlPattern": "/search",
"routes": [
{
"name": "MPI Route",
"host": "mediators",
"path": "/search",
"port": "3000",
"primary": true,
"type": "http",
"status":"enabled"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "Patient CRUD Endpoints",
"host": "mediators",
"path": "/patients/search",
"port": "3000",
"primary": true,
"status":"enabled",
"type": "http"
}
]
}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/mediators/src/config/advancedSearchConfig.json","entries":[{"id":"1465.json","timestamp":1672743448974},{"id":"K6Gr.json","timestamp":1672743469546},{"id":"Ht0P.json","timestamp":1672743481554},{"id":"bmtY.json","timestamp":1672743594071},{"id":"IzVv.json","timestamp":1672743743721},{"id":"pbpD.json","timestamp":1672743897910},{"id":"JmSw.json","timestamp":1672744829003},{"id":"BpWd.json","timestamp":1672747488349},{"id":"8e4d.json","timestamp":1672747528241},{"id":"bPAD.json","timestamp":1672752259696}]}
{
"urn": "urn:mediator:mpi_search",
"version": "1.0.0",
"name": "CBDHS MPI Search Mediators",
"description": "This mediator is responsible for handling MPI bound requests.",
"defaultChannelConfig": [
{
"name": "CBDHS MPI Search Channel",
"urlPattern": "^/patients/.*$",
"routes": [
{
"name": "MPI Route",
"host": "mediators",
"path": "/patients/search",
"port": "3000",
"primary": true,
"type": "http",
"status":"enabled"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "Patient CRUD Endpoints",
"host": "mediators",
"path": "/patients/search",
"port": "3000",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:mpi_search",
"version": "1.0.0",
"name": "CBDHS MPI Search Mediators",
"description": "This mediator is responsible for handling MPI bound requests.",
"defaultChannelConfig": [
{
"name": "CBDHS MPI Search Channel",
"urlPattern": "^/search/.*$",
"routes": [
{
"name": "MPI Route",
"host": "mediators",
"path": "/patients/search",
"port": "3000",
"primary": true,
"type": "http",
"status":"enabled"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "Patient CRUD Endpoints",
"host": "mediators",
"path": "/patients/search",
"port": "3000",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:mpi_search",
"version": "1.0.0",
"name": "CBDHS MPI Search Mediators",
"description": "This mediator is responsible for handling MPI bound requests.",
"defaultChannelConfig": [
{
"name": "CBDHS MPI Search Channel",
"urlPattern": "^/search/.*$",
"routes": [
{
"name": "MPI Route",
"host": "mediators",
"path": "/search",
"port": "3000",
"primary": true,
"type": "http",
"status":"enabled"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "Patient CRUD Endpoints",
"host": "mediators",
"path": "/patients/search",
"port": "3000",
"primary": true,
"status":"enabled",
"type": "http"
}
]
}
{
"urn": "urn:mediator:mpi_search",
"version": "1.0.0",
"name": "CBDHS MPI Search Mediators",
"description": "This mediator is responsible for handling MPI bound requests.",
"defaultChannelConfig": [
{
"name": "CBDHS MPI Search Channel",
"urlPattern": "^/patients/.*$",
"routes": [
{
"name": "MPI Route",
"host": "mediators",
"path": "/patients",
"port": "3000",
"primary": true,
"type": "http",
"status":"enabled"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "Patient CRUD Endpoints",
"host": "mediators",
"path": "/patients/search",
"port": "3000",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:mpi_search",
"version": "1.0.0",
"name": "CBDHS MPI Search Mediators",
"description": "This mediator is responsible for handling MPI bound requests.",
"defaultChannelConfig": [
{
"name": "CBDHS MPI Search Channel",
"urlPattern": "^/search/.*$",
"routes": [
{
"name": "MPI Route",
"host": "mediators",
"path": "/search",
"port": "3000",
"primary": true,
"type": "http",
"status":"enabled"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "Patient CRUD Endpoints",
"host": "mediators",
"path": "/patients/search",
"port": "3000",
"primary": true,
"type": "http"
}
]
}
{"version":1,"resource":"file:///home/dell/p/icl/kabarak-mhis-web-app/api/src/routes/admin.ts","entries":[{"id":"bLev.ts","source":"Workspace Edit","timestamp":1669138972008}]}
{"version":1,"resource":"file:///home/dell/p/mo-ment/bahmni/bahmni-standard/bahmni-addons/bahmni_insurance_odoo/models/ClaimForm.py","entries":[{"id":"tdPl.py","timestamp":1683792081397}]}
{"version":1,"resource":"file:///home/dell/p/icl/OpenCRVs/mamashub-web/api/src/lib/birthRegistration.ts","entries":[{"id":"NJMl.ts","timestamp":1683688729668},{"id":"01Sp.ts","timestamp":1683689455091},{"id":"8DJo.ts","timestamp":1683689548063},{"id":"H6uT.ts","timestamp":1683689581111},{"id":"1AEf.ts","timestamp":1683689642883},{"id":"Ll4f.ts","timestamp":1683689696154},{"id":"DJ1n.ts","timestamp":1683689750114},{"id":"SGWW.ts","timestamp":1683689779582},{"id":"Ccgw.ts","timestamp":1683693527916},{"id":"CBOs.ts","timestamp":1683693548732},{"id":"th2p.ts","timestamp":1683693664024},{"id":"903A.ts","timestamp":1683693710564},{"id":"BzCf.ts","timestamp":1683693751684},{"id":"LF1b.ts","timestamp":1683693771732},{"id":"J9pB.ts","timestamp":1683694026620},{"id":"JrAo.ts","timestamp":1683694469297},{"id":"DbCJ.ts","timestamp":1683694914398},{"id":"jB76.ts","timestamp":1683695229698},{"id":"oo96.ts","timestamp":1683695257534},{"id":"WjoP.ts","timestamp":1683695330902},{"id":"Rtw8.ts","timestamp":1683695371062},{"id":"sNfO.ts","timestamp":1683696668108},{"id":"bq9R.ts","timestamp":1683697546530},{"id":"qmz5.ts","timestamp":1683697565715},{"id":"W1e3.ts","timestamp":1683697627835},{"id":"xqJh.ts","timestamp":1683697643400},{"id":"EKIW.ts","timestamp":1683697665965},{"id":"5a8U.ts","timestamp":1683707805179},{"id":"PyQ2.ts","timestamp":1683707868639},{"id":"n5w0.ts","timestamp":1683707905999},{"id":"iOED.ts","timestamp":1683707948168},{"id":"9rPf.ts","timestamp":1683707960700},{"id":"o3iW.ts","timestamp":1683708019480},{"id":"vbYe.ts","timestamp":1683708043028},{"id":"jQel.ts","timestamp":1683723022027},{"id":"2lOu.ts","timestamp":1683803888223},{"id":"HUN9.ts","timestamp":1683805232956},{"id":"UWah.ts","timestamp":1683805292779},{"id":"wa7N.ts","timestamp":1683807963769}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/tenancy-api/.env.example","entries":[{"id":"0Fc0.example","timestamp":1684072813662}]}
{
"version": "1.10.0",
"minimumCoreVersion": "3.4.0",
"protocol": "https",
"host": "127.0.0.1",
"port": 8080,
"title": "Admin Console",
"footerTitle": "OpenHIM Administration Console",
"footerPoweredBy": "<a href='http://openhim.org/' target='_blank'>LHSS CBDHS HIE</a>",
"loginBanner": "",
"mediatorLastHeartbeatWarningSeconds": 60,
"mediatorLastHeartbeatDangerSeconds": 120
}
{
"version": "1.10.0",
"minimumCoreVersion": "3.4.0",
"protocol": "https",
"host": "127.0.0.1",
"port": 8080,
"title": "Admin Console",
"footerTitle": "OpenHIM Administration Console",
"footerPoweredBy": "<a href='http://openhim.org/' target='_blank'>LHSS CBDHS HIE</a>",
"loginBanner": "",
"mediatorLastHeartbeatWarningSeconds": 60,
"mediatorLastHeartbeatDangerSeconds": 120
}
{
"version": "1.10.0",
"minimumCoreVersion": "3.4.0",
"protocol": "https",
"host": "hiedhs.intellisoftkenya.com",
"port": 8080,
"title": "Admin Console",
"footerTitle": "OpenHIM Administration Console",
"footerPoweredBy": "<a href='http://openhim.org/' target='_blank'>LHSS CBDHS HIE</a>",
"loginBanner": "",
"mediatorLastHeartbeatWarningSeconds": 60,
"mediatorLastHeartbeatDangerSeconds": 120
}
{
"version": "1.10.0",
"minimumCoreVersion": "3.4.0",
"protocol": "https",
"host": "127.0.0.1f",
"port": 8080,
"title": "Admin Console",
"footerTitle": "OpenHIM Administration Console",
"footerPoweredBy": "<a href='http://openhim.org/' target='_blank'>LHSS CBDHS HIE</a>",
"loginBanner": "",
"mediatorLastHeartbeatWarningSeconds": 60,
"mediatorLastHeartbeatDangerSeconds": 120
}
{
"version": "1.10.0",
"minimumCoreVersion": "3.4.0",
"protocol": "https",
"host": "hiedhs.intellisoftkenya.com",
"port": 8080,
"title": "Admin Console",
"footerTitle": "OpenHIM Administration Console",
"footerPoweredBy": "<a href='http://openhim.org/' target='_blank'>LHSS CBDHS HIE</a>",
"loginBanner": "",
"mediatorLastHeartbeatWarningSeconds": 60,
"mediatorLastHeartbeatDangerSeconds": 120
}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/default.json","entries":[{"id":"8NBU.json","timestamp":1670398099365},{"id":"VC3h.json","timestamp":1671019181875},{"id":"A7Nx.json","timestamp":1672323145580},{"id":"awbC.json","timestamp":1672577241326},{"id":"1Q7S.json","timestamp":1672679534801},{"id":"JO8E.json","timestamp":1672679971482},{"id":"1ocT.json","source":"undoRedo.source","timestamp":1672679974174},{"id":"xPPP.json","timestamp":1672681821187},{"id":"VPRc.json","timestamp":1672681997451},{"id":"S7Bp.json","timestamp":1672752865637}]}
{
"version": "1.10.0",
"minimumCoreVersion": "3.4.0",
"protocol": "http",
"host": "127.0.0.1",
"port": 8080,
"title": "Admin Console",
"footerTitle": "OpenHIM Administration Console",
"footerPoweredBy": "<a href='http://openhim.org/' target='_blank'>LHSS CBDHS HIE</a>",
"loginBanner": "",
"mediatorLastHeartbeatWarningSeconds": 60,
"mediatorLastHeartbeatDangerSeconds": 120
}
{
"version": "1.10.0",
"minimumCoreVersion": "3.4.0",
"protocol": "https",
"host": "127.0.0.1",
"port": 8080,
"title": "Admin Console",
"footerTitle": "CBDHS HIE Admin Console",
"footerPoweredBy": "<a href='http://openhim.org/' target='_blank'>LHSS CBDHS HIE</a>",
"loginBanner": "",
"mediatorLastHeartbeatWarningSeconds": 60,
"mediatorLastHeartbeatDangerSeconds": 120
}
{
"version": "1.10.0",
"minimumCoreVersion": "3.4.0",
"protocol": "https",
"host": "127.0.0.1",
"port": 8080,
"title": "Admin Console",
"footerTitle": "OpenHIM Administration Console",
"footerPoweredBy": "<a href='http://openhim.org/' target='_blank'>LHSS CBDHS HIE</a>",
"loginBanner": "",
"mediatorLastHeartbeatWarningSeconds": 60,
"mediatorLastHeartbeatDangerSeconds": 120
}
{
"version": "1.10.0",
"minimumCoreVersion": "3.4.0",
"protocol": "https",
"host": "127.0.0.1",
"port": 8080,
"title": "Admin Console",
"footerTitle": "OpenHIM Administration Console",
"footerPoweredBy": "<a href='http://openhim.org/' target='_blank'>LHSS CBDHS HIE</a>",
"loginBanner": "",
"mediatorLastHeartbeatWarningSeconds": 60,
"mediatorLastHeartbeatDangerSeconds": 120
}
{
"version": "1.10.0",
"minimumCoreVersion": "3.4.0",
"protocol": "http",
"host": "127.0.0.1",
"port": 8080,
"title": "Admin Console",
"footerTitle": "OpenHIM Administration Console",
"footerPoweredBy": "<a href='http://openhim.org/' target='_blank'>LHSS CBDHS HIE</a>",
"loginBanner": "",
"mediatorLastHeartbeatWarningSeconds": 60,
"mediatorLastHeartbeatDangerSeconds": 120
}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/mediators/Dockerfile","entries":[{"id":"YqR4","timestamp":1670397704025},{"id":"8TEc","timestamp":1670998224833},{"id":"RiMY","timestamp":1671007288501},{"id":"f3JW","timestamp":1672732250905},{"id":"6vaW","timestamp":1672735595748},{"id":"pEcX","timestamp":1672738095957},{"id":"9w6g","timestamp":1672738448263},{"id":"3qIh","timestamp":1672738496568},{"id":"VVbW","timestamp":1672748510885},{"id":"xsRU","timestamp":1672748533084},{"id":"WxGi","timestamp":1672748577727},{"id":"3cNY","timestamp":1672748988938},{"id":"sE1O","timestamp":1672749015206},{"id":"PYkF","source":"undoRedo.source","timestamp":1672749137580},{"id":"8SKI","timestamp":1672749151164}]}
{"version":1,"resource":"file:///home/dell/p/Moringa/dsc-phase-1-project/README.md","entries":[{"id":"uyNb.md","timestamp":1690221660439},{"id":"rbEK.md","timestamp":1690349030745},{"id":"cRzx.md","timestamp":1690349299337},{"id":"6VDV.md","timestamp":1690360094705}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/upgradable-sc/contracts/Logistics.sol","entries":[{"id":"OrxH.sol","timestamp":1684414556896},{"id":"Q3Xt.sol","source":"undoRedo.source","timestamp":1684414946770},{"id":"SNgB.sol","timestamp":1684414948070},{"id":"n855.sol","timestamp":1684416963161},{"id":"Hh3Q.sol","timestamp":1684417241310},{"id":"oPQo.sol","timestamp":1684418161571},{"id":"hFsu.sol","timestamp":1684420556613},{"id":"qwmp.sol","timestamp":1684420569025},{"id":"7DvW.sol","timestamp":1684420809392},{"id":"BNdh.sol","timestamp":1684420856551},{"id":"mpdR.sol","timestamp":1684420930899},{"id":"wQoj.sol","timestamp":1684421840574},{"id":"CJQq.sol","timestamp":1684421995358},{"id":"zRJM.sol","timestamp":1684422029518},{"id":"zVA6.sol","source":"Specify 'memory' as data location","timestamp":1684422144708},{"id":"4YSp.sol","timestamp":1684422893924},{"id":"N6Ow.sol","timestamp":1684423209673},{"id":"9m1F.sol","timestamp":1684423305788},{"id":"XdSE.sol","timestamp":1684423334810},{"id":"PE89.sol","timestamp":1684493925422},{"id":"faBk.sol","source":"renamed.source","timestamp":1684494391075},{"id":"8BzS.sol","timestamp":1684494505207}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS%20CBDHS/LHSS-CBDHS-HIE/.github/workflows/dev-deploy.yml","entries":[{"id":"bjSm.yml","timestamp":1683026141274},{"id":"riSV.yml","timestamp":1683026219861},{"id":"PwQF.yml","timestamp":1683026345776},{"id":"AX8i.yml","timestamp":1683026375958},{"id":"7dDC.yml","timestamp":1683026392544},{"id":"Kux2.yml","timestamp":1686305158094}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/twift-ims/addons/twift-ims/views/dashboard.xml","entries":[{"id":"wYP3.xml","timestamp":1673950368257},{"id":"cW8B.xml","timestamp":1673950471291},{"id":"uXiU.xml","timestamp":1673950586220},{"id":"jAkg.xml","timestamp":1673950712018},{"id":"cp8s.xml","timestamp":1673950985482},{"id":"WR8n.xml","timestamp":1673951049999},{"id":"4gXo.xml","timestamp":1673952037400},{"id":"G2uo.xml","timestamp":1673952070963},{"id":"4TEz.xml","timestamp":1673952118678},{"id":"BhWI.xml","timestamp":1673952196518},{"id":"u5YN.xml","timestamp":1673952281769},{"id":"zGnu.xml","timestamp":1673952304681},{"id":"COOA.xml","timestamp":1673952324976},{"id":"kQ0D.xml","timestamp":1673952411384},{"id":"rGtk.xml","timestamp":1673952505859},{"id":"mGBG.xml","timestamp":1673952574783},{"id":"6i3T.xml","timestamp":1673952627483},{"id":"yfJC.xml","timestamp":1673952972278},{"id":"HWJS.xml","source":"undoRedo.source","timestamp":1673953052146},{"id":"zrIU.xml","timestamp":1673953351783},{"id":"2Xaa.xml","timestamp":1673953454539},{"id":"sxuB.xml","timestamp":1673953489035},{"id":"eoUS.xml","timestamp":1673953530584},{"id":"JC49.xml","timestamp":1673953588296},{"id":"7UGW.xml","timestamp":1673953616904},{"id":"Vat2.xml","source":"undoRedo.source","timestamp":1673953633181},{"id":"973P.xml","timestamp":1673953657501},{"id":"Frl5.xml","timestamp":1673953681033},{"id":"yB0Z.xml","timestamp":1673953847918},{"id":"x4U1.xml","timestamp":1673953936411},{"id":"xIXA.xml","timestamp":1673954211288},{"id":"b5Li.xml","timestamp":1673954241316},{"id":"8Nzf.xml","timestamp":1673954272225},{"id":"JKSx.xml","timestamp":1673954326361},{"id":"ZNM4.xml","timestamp":1673954378453},{"id":"HOlm.xml","timestamp":1673954520226},{"id":"SvQL.xml","timestamp":1673954555698},{"id":"HODu.xml","source":"undoRedo.source","timestamp":1673954572806},{"id":"szea.xml","timestamp":1673954608026},{"id":"vbPP.xml","timestamp":1673954666182},{"id":"0iiM.xml","timestamp":1673954700899},{"id":"bAF7.xml","timestamp":1673954726439},{"id":"cch6.xml","timestamp":1673954764195},{"id":"Ij3N.xml","timestamp":1673954954216},{"id":"hTgY.xml","source":"undoRedo.source","timestamp":1673955017444},{"id":"2hGx.xml","timestamp":1673955237529},{"id":"bTlL.xml","timestamp":1673955292677},{"id":"fSgV.xml","timestamp":1675997160127},{"id":"uEqE.xml","timestamp":1675997279307},{"id":"IDo2.xml","timestamp":1675997322859}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/twift-ims/addons/twift-ims/views/dashboard.dtd","entries":[{"id":"wUKY.dtd","source":"Generate 'dashboard.dtd' and bind with DOCTYPE","timestamp":1669367612988}]}
{"version":1,"resource":"file:///home/dell/p/mo-ment/bahmni-docker/run-bahmni.sh","entries":[{"id":"WI5o.sh","timestamp":1675438645789}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/trivia/api/src/index.ts","entries":[{"id":"zDBG.ts","timestamp":1690458243320},{"id":"Oiwg.ts","timestamp":1690472528981},{"id":"fPvy.ts","timestamp":1690472543024},{"id":"a6y2.ts","timestamp":1690472808117},{"id":"42P9.ts","timestamp":1690472843744},{"id":"vCtA.ts","timestamp":1690472909505},{"id":"mbBG.ts","timestamp":1690472921390}]}
{"version":1,"resource":"file:///home/dell/p/icl/pss/dhis2-docker/dhis.conf","entries":[{"id":"MpWc.conf","source":"Create dhis.conf","timestamp":1687252052775}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/mediators/src/routes/matching.ts","entries":[{"id":"4GmB.ts","timestamp":1672753718090},{"id":"M2BS.ts","timestamp":1672753830483},{"id":"o4wT.ts","timestamp":1672754060036},{"id":"hqRA.ts","timestamp":1672754076552},{"id":"e5Ij.ts","timestamp":1672754171064},{"id":"c06l.ts","timestamp":1672754226948},{"id":"N0r1.ts","timestamp":1672755510395},{"id":"Q8od.ts","timestamp":1672755548191},{"id":"7U3Q.ts","timestamp":1672755654484},{"id":"LoTy.ts","timestamp":1672755676112},{"id":"9Rm5.ts","timestamp":1672755727304},{"id":"lbEA.ts","timestamp":1672755775653},{"id":"lQfg.ts","timestamp":1672756337495},{"id":"qloX.ts","timestamp":1673313107885},{"id":"8RyV.ts","timestamp":1676020946201},{"id":"JUf5.ts","timestamp":1676532504045}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS%20CBDHS/LHSS-CBDHS-HIE/mediators/src/routes/fhir.ts","entries":[{"id":"MEaw.ts","timestamp":1691049699063},{"id":"IKfr.ts","timestamp":1691050210219},{"id":"7m3Y.ts","timestamp":1691050255119},{"id":"OEDk.ts","timestamp":1691050504706},{"id":"QGsv.ts","timestamp":1691051298106},{"id":"gaNv.ts","timestamp":1691051388886},{"id":"yqJz.ts","timestamp":1691051651324},{"id":"OQ2T.ts","timestamp":1691051732516},{"id":"iVVC.ts","timestamp":1691051758134},{"id":"A3A2.ts","timestamp":1691051770522},{"id":"I1mI.ts","timestamp":1691051804525},{"id":"wpGN.ts","timestamp":1691052649494},{"id":"yLfR.ts","timestamp":1691053963946},{"id":"1WLL.ts","timestamp":1691054115503},{"id":"MGgB.ts","timestamp":1691054249768},{"id":"w5io.ts","timestamp":1691057657156},{"id":"z0uR.ts","timestamp":1691057671144},{"id":"Ubip.ts","timestamp":1691057713175},{"id":"lhgv.ts","source":"undoRedo.source","timestamp":1691057776183},{"id":"XeHJ.ts","timestamp":1691057898215},{"id":"644e.ts","timestamp":1691057922963},{"id":"vXfo.ts","timestamp":1691057990827},{"id":"iMZS.ts","timestamp":1691058036143},{"id":"F2tt.ts","timestamp":1691058047086},{"id":"93JR.ts","timestamp":1691058067974},{"id":"AfBX.ts","timestamp":1691058088926},{"id":"7Ne0.ts","timestamp":1691058112074},{"id":"ELh9.ts","timestamp":1691058134734},{"id":"qeCj.ts","timestamp":1691058177594},{"id":"s4wJ.ts","timestamp":1691058472344},{"id":"Hqdi.ts","timestamp":1691060824104},{"id":"4R4J.ts","timestamp":1691060870694},{"id":"6woS.ts","timestamp":1691060887790},{"id":"7jHF.ts","timestamp":1691060923319},{"id":"Br9H.ts","timestamp":1691060939656},{"id":"7VHW.ts","timestamp":1691061005754},{"id":"CzNz.ts","timestamp":1691061027795}]}
{"version":1,"resource":"file:///home/dell/p/medic-test/sample/output.csv","entries":[{"id":"M6h2.csv","timestamp":1678652067753},{"id":"Q7R8.csv","timestamp":1678652394137},{"id":"M9QZ.csv","timestamp":1678652407511},{"id":"q9ZR.csv","timestamp":1678653133933},{"id":"Oymt.csv","timestamp":1678653176079}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS%20CBDHS/LHSS-CBDHS-HIE/mediators/src/config/fhirBaseBundleSupport.json","entries":[{"id":"yOG1.json","timestamp":1691058314718},{"id":"nsg3.json","timestamp":1691058383125}]}
{
"urn": "urn:mediator:fhir_base_bundle_support",
"version": "1.0.0",
"name": "FHIR Base Mediator Config - Bundle Support",
"description": "This mediator is responsible for handling SHR bound requests.",
"defaultChannelConfig": [
{
"name": "CBDHS FHIR Base Channel - Bundle Support",
"urlPattern": "/fhir",
"routes": [
{
"name": "Bundle Support Route",
"host": "mediators",
"path": "/fhir",
"port": "3000",
"primary": true,
"type": "http"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST"
],
"type": "http"
}
],
"endpoints": [
{
"name": "Bundle Support Endpoint",
"host": "mediators",
"path": "/fhir",
"port": "3000",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:shr_fhir_base",
"version": "1.0.0",
"name": "FHIR Base Mediator Config",
"description": "This mediator is responsible for handling SHR bound requests.",
"defaultChannelConfig": [
{
"name": "CBDHS SHR FHIR Base Channel",
"urlPattern": "/fhir",
"routes": [
{
"name": "SHR Route",
"host": "mediators",
"path": "/fhir",
"port": "3000",
"primary": true,
"type": "http"
}
],
"allow": ["*"],
"methods": ["GET", "POST"],
"type": "http"
}
],
"endpoints": [
{
"name": "SHR FHIR Base Mediator Endpoint",
"host": "mediators",
"path": "/fhir",
"port": "3000",
"primary": true,
"type": "http"
}
]
}
{"version":1,"resource":"file:///home/dell/p/hasura-actions/netlify/functions/orders/orders.ts","entries":[{"id":"NqCQ.ts","timestamp":1668471504418},{"id":"8OMN.ts","timestamp":1668471537234},{"id":"iBqe.ts","timestamp":1668471600866},{"id":"24nq.ts","timestamp":1668474623827},{"id":"cLeG.ts","timestamp":1668499278651},{"id":"IJQN.ts","source":"undoRedo.source","timestamp":1668499338714},{"id":"F0dD.ts","timestamp":1668499343502},{"id":"kNAH.ts","timestamp":1668499365882},{"id":"N8b8.ts","timestamp":1668499406957},{"id":"ld6C.ts","timestamp":1668499542300},{"id":"ZeNU.ts","timestamp":1668499609628},{"id":"cSv4.ts","timestamp":1668499638581},{"id":"z9Uo.ts","timestamp":1668500613699},{"id":"2ycw.ts","timestamp":1668501381869},{"id":"Z0HL.ts","timestamp":1668508536197},{"id":"sbYC.ts","timestamp":1668509355416}]}
{"version":1,"resource":"file:///home/dell/p/icl/ODK/central/.env","entries":[{"id":"eiFs","timestamp":1679494418492}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/amolo.me/pages/blog/page.tsx","entries":[{"id":"aEFf.tsx","timestamp":1676187060686}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/.gitignore","entries":[{"id":"hvWh","timestamp":1670399470644},{"id":"NSYD","timestamp":1670399527628},{"id":"BUze","timestamp":1676291805559}]}
{"version":1,"resource":"file:///home/dell/p/mo-ment/bahmni/bahmni-standard/extra-odoo-addons/bahmni_insurance_odoo/views/wallet_transactions.xml","entries":[{"id":"jyTW.xml","timestamp":1692477930633},{"id":"9w8S.xml","timestamp":1692477959833}]}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/bahmni/bahmni-standard/extra-odoo-addons/bahmni_insurance_odoo/models/SaleOrderLine.py","entries":[{"id":"trYh.py","timestamp":1691095423968},{"id":"vIIF.py","timestamp":1691095453323}]}
{"version":1,"resource":"file:///home/dell/p/icl/kabarak-mhis-web-app/ui/src/pages/PatientRegistration.jsx","entries":[{"id":"DEJp.jsx","timestamp":1669732526654},{"id":"QPg1.jsx","timestamp":1669732551734},{"id":"5XJ8.jsx","timestamp":1669732670239},{"id":"zUt9.jsx","timestamp":1669774748591},{"id":"R3fA.jsx","timestamp":1669774811343},{"id":"F7hM.jsx","timestamp":1669809120422},{"id":"oArA.jsx","timestamp":1669821456656},{"id":"N1ku.jsx","timestamp":1669821634345},{"id":"JjWl.jsx","timestamp":1669821697829},{"id":"R7gY.jsx","timestamp":1669822792966},{"id":"OyU9.jsx","timestamp":1669822844819},{"id":"uB3W.jsx","timestamp":1669863616924},{"id":"yQgF.jsx","timestamp":1670279219829},{"id":"pvjw.jsx","timestamp":1670279547694},{"id":"UQ8m.jsx","timestamp":1670279576249},{"id":"lQmq.jsx","timestamp":1670279687577},{"id":"x1yS.jsx","timestamp":1670279756025},{"id":"FLA1.jsx","timestamp":1670322183022}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/.env","entries":[{"id":"8ql8","timestamp":1670396806814},{"id":"V1VP","timestamp":1670415829944},{"id":"Weai","timestamp":1670415931928},{"id":"6CEk","timestamp":1676268656006},{"id":"Mv5C","timestamp":1676283546285},{"id":"ogTD","timestamp":1676283567149},{"id":"tidG","timestamp":1676283582360}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/farmhub/api/src/routes/media.ts","entries":[{"id":"k0F6.ts","timestamp":1676485422271},{"id":"IfET.ts","timestamp":1676485507192},{"id":"mn6V.ts","timestamp":1676486526389},{"id":"r5Wj.ts","timestamp":1676486636541},{"id":"I35s.ts","timestamp":1676487285935},{"id":"Itrx.ts","timestamp":1676487304211},{"id":"d7un.ts","timestamp":1676487357003},{"id":"P6ve.ts","timestamp":1676487375443},{"id":"hFZ3.ts","timestamp":1676487392360},{"id":"tnea.ts","timestamp":1676487404220},{"id":"E0oW.ts","timestamp":1676487451244},{"id":"TuiB.ts","timestamp":1676487502516},{"id":"FXFa.ts","timestamp":1676487796014},{"id":"W30x.ts","timestamp":1676487883619},{"id":"RHK1.ts","timestamp":1676488112273},{"id":"y9ft.ts","timestamp":1676488158421},{"id":"VBGl.ts","source":"undoRedo.source","timestamp":1676488354039},{"id":"ZlKR.ts","timestamp":1676494872796},{"id":"Fw5z.ts","timestamp":1676495012409},{"id":"Brbo.ts","timestamp":1676495027759},{"id":"3tk1.ts","timestamp":1676525574283},{"id":"g28Y.ts","timestamp":1676525660862},{"id":"3O6y.ts","timestamp":1676605266438},{"id":"2dG5.ts","timestamp":1676605307912},{"id":"xQea.ts","timestamp":1677038391356},{"id":"XnKh.ts","timestamp":1677038934483},{"id":"KOMk.ts","timestamp":1677039366641},{"id":"GsRY.ts","timestamp":1677039574730},{"id":"bIDN.ts","timestamp":1677039694213},{"id":"eDRW.ts","timestamp":1677056055951},{"id":"29Kd.ts","timestamp":1677056176776},{"id":"KWzx.ts","timestamp":1677080786420},{"id":"9a22.ts","timestamp":1677315368533},{"id":"PJMx.ts","timestamp":1677315617202},{"id":"Wl2q.ts","timestamp":1677316452127},{"id":"X1Ki.ts","timestamp":1677316463987},{"id":"9K6E.ts","timestamp":1677316520906},{"id":"XXjD.ts","source":"undoRedo.source","timestamp":1677316594649},{"id":"e4e6.ts","timestamp":1677316813558},{"id":"zmBr.ts","timestamp":1677316906008},{"id":"55gi.ts","timestamp":1677316923409},{"id":"Os07.ts","timestamp":1677316987028},{"id":"ad2E.ts","timestamp":1677317064808},{"id":"K85R.ts","timestamp":1678515876892},{"id":"AlFc.ts","timestamp":1678515895564},{"id":"k9MO.ts","timestamp":1678515908676},{"id":"INOH.ts","timestamp":1678516615796},{"id":"eP4h.ts","timestamp":1678516632151},{"id":"7pWh.ts","timestamp":1678517180429}]}
{"version":1,"resource":"file:///home/dell/p/Moringa/dsc-phase-1-project/student.ipynb","entries":[{"id":"LmvO.ipynb","source":"Update Cell Metadata","timestamp":1689882987164},{"id":"cOPc.ipynb","source":"edit","timestamp":1689883063127},{"id":"LNG5.ipynb","source":"Update Cell Metadata","timestamp":1689883102409},{"id":"RMmO.ipynb","source":"edit","timestamp":1689883150576},{"id":"7rYT.ipynb","source":"Update Cell Metadata","timestamp":1689883163748},{"id":"S3IM.ipynb","source":"edit","timestamp":1689883183309},{"id":"Burs.ipynb","source":"Update Cell Metadata","timestamp":1689883198626},{"id":"gG6S.ipynb","source":"edit","timestamp":1689883202246},{"id":"b4x4.ipynb","source":"Update Cell Metadata","timestamp":1689883246664},{"id":"a6Ea.ipynb","source":"edit","timestamp":1689883273734},{"id":"MJPq.ipynb","source":"Update Cell Metadata","timestamp":1689883305075},{"id":"bWLd.ipynb","source":"edit","timestamp":1689883310924},{"id":"7mvB.ipynb","source":"Update Cell Metadata","timestamp":1689883430798},{"id":"1lVD.ipynb","source":"edit","timestamp":1689884082025},{"id":"S0xX.ipynb","source":"Update Cell Metadata","timestamp":1689884098478},{"id":"Doz8.ipynb","source":"edit","timestamp":1689884109227},{"id":"G7ei.ipynb","source":"Update Cell Metadata","timestamp":1689884127100},{"id":"savS.ipynb","source":"edit","timestamp":1689884164806},{"id":"Yq5b.ipynb","source":"Update Cell Metadata","timestamp":1689919653614},{"id":"lXlh.ipynb","source":"edit","timestamp":1690099907866},{"id":"JmVq.ipynb","source":"Update Cell Metadata","timestamp":1690135887748},{"id":"zXGf.ipynb","source":"edit","timestamp":1690135901664},{"id":"uAn7.ipynb","source":"Update Cell Metadata","timestamp":1690135924824},{"id":"DUae.ipynb","source":"edit","timestamp":1690136058973},{"id":"1yzd.ipynb","source":"Update Cell Metadata","timestamp":1690136161230},{"id":"Pd1j.ipynb","source":"edit","timestamp":1690136192122},{"id":"keDL.ipynb","source":"Update Cell Metadata","timestamp":1690136206990},{"id":"gJpO.ipynb","source":"edit","timestamp":1690136251054},{"id":"EZWZ.ipynb","source":"Update Cell Metadata","timestamp":1690136780280},{"id":"KD4g.ipynb","source":"edit","timestamp":1690136887251},{"id":"yTYF.ipynb","source":"Update Cell Metadata","timestamp":1690136916720},{"id":"Ei1G.ipynb","source":"edit","timestamp":1690137541242},{"id":"sr8K.ipynb","source":"Update Cell Metadata","timestamp":1690137694572},{"id":"7Jkt.ipynb","source":"edit","timestamp":1690137700009},{"id":"AgpE.ipynb","source":"Update Cell Metadata","timestamp":1690137814707},{"id":"yt93.ipynb","source":"edit","timestamp":1690207830137},{"id":"8pFG.ipynb","source":"Update Cell Metadata","timestamp":1690207837833},{"id":"TsKr.ipynb","source":"edit","timestamp":1690207898730},{"id":"f6es.ipynb","source":"Update Cell Metadata","timestamp":1690207900086},{"id":"trqu.ipynb","source":"edit","timestamp":1690208247887},{"id":"K7LY.ipynb","source":"Update Cell Metadata","timestamp":1690208281408},{"id":"cit1.ipynb","source":"edit","timestamp":1690208282144},{"id":"B3BA.ipynb","source":"Update Cell Metadata","timestamp":1690208284380},{"id":"Lv0B.ipynb","source":"edit","timestamp":1690208303868},{"id":"Izkl.ipynb","source":"Update Cell Metadata","timestamp":1690208305248},{"id":"vgSi.ipynb","source":"edit","timestamp":1690208330140},{"id":"b7mw.ipynb","source":"Update Cell Metadata","timestamp":1690208330656},{"id":"gwEi.ipynb","source":"edit","timestamp":1690208330956},{"id":"z3oJ.ipynb","source":"Update Cell Metadata","timestamp":1690208336488},{"id":"BJOf.ipynb","source":"edit","timestamp":1690209645719}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/farmhub/farmhub-api/src/index.ts","entries":[{"id":"Awsi.ts","timestamp":1670440679766},{"id":"S2fl.ts","timestamp":1670440700906}]}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/hie/mediators/.env","entries":[{"id":"VBeV","timestamp":1689919256317},{"id":"rs3h","timestamp":1690138604882},{"id":"IbmA","timestamp":1692463299366},{"id":"VRoY","timestamp":1692463717412},{"id":"jUbS","timestamp":1692474777688},{"id":"neea","timestamp":1692474797560},{"id":"K1B7","timestamp":1692475084520},{"id":"BqJm","timestamp":1692475136595},{"id":"lRoz","timestamp":1692475151587},{"id":"PHsO","timestamp":1692475254911},{"id":"7VPU","timestamp":1692475802494}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/twift-ims/addons/twift-ims/security/security.xml","entries":[{"id":"zqjW.xml","timestamp":1673603963015},{"id":"WJQh.xml","timestamp":1673604736710},{"id":"cAoU.xml","timestamp":1673604953966},{"id":"3y0U.xml","timestamp":1673605031068},{"id":"VRS0.xml","timestamp":1673605081789},{"id":"JIer.xml","timestamp":1673605105221},{"id":"9STM.xml","timestamp":1673605117565},{"id":"Q98v.xml","timestamp":1673605130446},{"id":"3XRm.xml","timestamp":1673605239007},{"id":"jQ6M.xml","timestamp":1675165655929},{"id":"DmVb.xml","timestamp":1675165748154},{"id":"nZC7.xml","timestamp":1675166012674},{"id":"UPDO.xml","timestamp":1675166342090},{"id":"8x6s.xml","timestamp":1675166758909},{"id":"KZOi.xml","timestamp":1675166785453},{"id":"Qu9w.xml","timestamp":1675166916201},{"id":"xy19.xml","timestamp":1675166951677},{"id":"Jo2S.xml","timestamp":1675167005873},{"id":"alFU.xml","timestamp":1675167058134},{"id":"hvam.xml","timestamp":1675167073466},{"id":"OyXI.xml","timestamp":1675167605240},{"id":"St0r.xml","timestamp":1675168246330},{"id":"jhKP.xml","timestamp":1675168316935},{"id":"COqr.xml","timestamp":1675168414000},{"id":"MZuQ.xml","timestamp":1675168469365},{"id":"w5fA.xml","timestamp":1675168613583},{"id":"68Lg.xml","timestamp":1675168624563},{"id":"b5fZ.xml","timestamp":1675168809033},{"id":"B7dJ.xml","timestamp":1675168864065},{"id":"P7P1.xml","timestamp":1675168959378},{"id":"pzlp.xml","timestamp":1675169084308},{"id":"nJ6Q.xml","timestamp":1675192428865},{"id":"I6Hv.xml","timestamp":1675756565753},{"id":"KzcL.xml","timestamp":1675756687382},{"id":"5Ofm.xml","timestamp":1675756789617},{"id":"z20H.xml","timestamp":1675756831673},{"id":"wcqX.xml","timestamp":1675756873973},{"id":"Rukp.xml","timestamp":1675757262441},{"id":"alJV.xml","timestamp":1675832232399},{"id":"7aRV.xml","timestamp":1675833381223},{"id":"f42Z.xml","timestamp":1675855969641},{"id":"RvjD.xml","source":"undoRedo.source","timestamp":1675855980834},{"id":"Cv0X.xml","timestamp":1675856076647},{"id":"qk8P.xml","timestamp":1675856586455},{"id":"Pitn.xml","timestamp":1675856811379},{"id":"4B4A.xml","timestamp":1675857929502},{"id":"U1tl.xml","timestamp":1675858070302},{"id":"bTNP.xml","timestamp":1675859125873},{"id":"B2Xx.xml","timestamp":1675921398889},{"id":"4O3m.xml","timestamp":1675921415665}]}
{"version":1,"resource":"file:///home/dell/p/openai_stuff/test.js","entries":[{"id":"xieg.js","source":"textFileCreate.source","timestamp":1676094474235},{"id":"rrEZ.js","timestamp":1676094487748},{"id":"xj4T.js","timestamp":1676094547317}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/new_mediators/src/routes/messaging.ts","entries":[{"id":"K1dv.ts","timestamp":1672261441358}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Farm-Dashboard/index.html","entries":[{"id":"MGPc.html","timestamp":1670973565761}]}
{"version":1,"resource":"file:///home/dell/p/icl/MamasHub/kabarak-mhis-web-app/api/src/lib/email.ts","entries":[{"id":"uUS7.ts","timestamp":1689075205023},{"id":"O8ao.ts","timestamp":1689180987855},{"id":"SbER.ts","timestamp":1689181266471},{"id":"HhBr.ts","timestamp":1689181316844},{"id":"zcTw.ts","timestamp":1689181381924}]}
{"version":1,"resource":"file:///home/dell/p/mo-ment/bahmni/bahmni-standard/extra-odoo-addons/bahmni_insurance_odoo/views/data_import.xml","entries":[{"id":"f75E.xml","timestamp":1687347297620},{"id":"PwM2.xml","timestamp":1687347385434},{"id":"l0eK.xml","timestamp":1687347405873},{"id":"3WE0.xml","timestamp":1687347416532},{"id":"1Z4m.xml","timestamp":1687347443203},{"id":"Ewuo.xml","timestamp":1687347645954},{"id":"Vqin.xml","timestamp":1687420934255},{"id":"La9r.xml","timestamp":1687420953003}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/farmhub/farmhub-api/docker-compose.yml","entries":[{"id":"9QTy.yml","timestamp":1670469682718},{"id":"NcWi.yml","timestamp":1670469700158},{"id":"VuNJ.yml","timestamp":1670469728114},{"id":"OWqE.yml","timestamp":1670469822455}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/farmhub/api/.env","entries":[{"id":"722Q","timestamp":1676486466642},{"id":"Gj2i","timestamp":1676486502394}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/upgradable-sc/upgrade.py","entries":[{"id":"Lgs7.py","timestamp":1684414333633},{"id":"gLd6.py","timestamp":1684414343681}]}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/hie/mediators/src/routes/shr.ts","entries":[{"id":"chMg.ts","timestamp":1691999223888},{"id":"ibQ2.ts","timestamp":1691999243840},{"id":"z7oM.ts","source":"undoRedo.source","timestamp":1692458525705},{"id":"BSu7.ts","timestamp":1692458698540},{"id":"YE9e.ts","timestamp":1692458747272},{"id":"8r6P.ts","timestamp":1692458759352},{"id":"3BKO.ts","timestamp":1692458812772},{"id":"puMg.ts","timestamp":1692458905719},{"id":"euGT.ts","timestamp":1692458964891},{"id":"8kOh.ts","timestamp":1692459039351},{"id":"H7lN.ts","timestamp":1692459061359},{"id":"I8kn.ts","timestamp":1692459115427},{"id":"vY4h.ts","timestamp":1692459305878},{"id":"wYdl.ts","timestamp":1692459327674},{"id":"gjE7.ts","timestamp":1692459406154},{"id":"cUcM.ts","timestamp":1692459433226},{"id":"fZff.ts","timestamp":1692459527050},{"id":"wwKI.ts","timestamp":1692459590414},{"id":"qOef.ts","timestamp":1692459700002},{"id":"PG0s.ts","timestamp":1692459760878},{"id":"rfzE.ts","timestamp":1692459822246},{"id":"hUki.ts","timestamp":1692459839818},{"id":"Hrjp.ts","timestamp":1692459913702},{"id":"45kH.ts","timestamp":1692459972625},{"id":"d8rK.ts","timestamp":1692460158813},{"id":"6rJH.ts","timestamp":1692460202329},{"id":"QVDe.ts","timestamp":1692460248093},{"id":"lQLc.ts","timestamp":1692460277213},{"id":"n6mA.ts","timestamp":1692460355545},{"id":"fWkf.ts","timestamp":1692460390041},{"id":"6wr9.ts","timestamp":1692460467026},{"id":"3Wxd.ts","timestamp":1692460693726},{"id":"fsrT.ts","timestamp":1692460706575},{"id":"wwfw.ts","timestamp":1692460836473},{"id":"i3ft.ts","timestamp":1692460895597},{"id":"ZxMY.ts","timestamp":1692460909946},{"id":"fID9.ts","timestamp":1692462762691},{"id":"4OcU.ts","timestamp":1692462775043},{"id":"fMDe.ts","timestamp":1692462851764},{"id":"mGEr.ts","timestamp":1692462870991},{"id":"uqrX.ts","timestamp":1692462914629},{"id":"knn8.ts","timestamp":1692462959552},{"id":"8SMU.ts","timestamp":1692464048865},{"id":"APww.ts","timestamp":1692464128969},{"id":"J97P.ts","timestamp":1692464151321},{"id":"WAqt.ts","timestamp":1692464335162},{"id":"rQyo.ts","timestamp":1692464469235},{"id":"UzJM.ts","timestamp":1692475432577},{"id":"2apV.ts","source":"undoRedo.source","timestamp":1692475551272},{"id":"0qDp.ts","timestamp":1692475564389}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS%20CBDHS/LHSS-CBDHS-HIE/README.md","entries":[{"id":"PoNn.md","source":"undoRedo.source","timestamp":1683010914844},{"id":"0r0y.md","timestamp":1683010966227},{"id":"vZBI.md","timestamp":1683011768713},{"id":"JXIu.md","timestamp":1683011811817},{"id":"BI5d.md","timestamp":1683011881666},{"id":"70h9.md","timestamp":1683012050576},{"id":"Koh2.md","timestamp":1683012184721},{"id":"bM7m.md","timestamp":1683012204540},{"id":"3Dff.md","timestamp":1683012227070},{"id":"gt8L.md","timestamp":1683012239531},{"id":"xNdX.md","timestamp":1683012266128},{"id":"g4eN.md","timestamp":1683012298214},{"id":"0Cgz.md","timestamp":1683026815199}]}
{"version":1,"resource":"file:///home/dell/p/icl/mamashub-reports/report.py","entries":[{"id":"JinW.py","timestamp":1668656110643},{"id":"iDck.py","timestamp":1668656141403},{"id":"r7Z6.py","timestamp":1668656156395},{"id":"hiZg.py","timestamp":1668656195606},{"id":"ATAj.py","timestamp":1668656459700},{"id":"WFzJ.py","timestamp":1668656890239},{"id":"zhTD.py","timestamp":1668656904103},{"id":"RHhD.py","timestamp":1668657002361},{"id":"W8gz.py","timestamp":1668657037886},{"id":"Ll6h.py","timestamp":1668657069399},{"id":"Wd7S.py","timestamp":1668657138372},{"id":"M5AW.py","timestamp":1668657152716},{"id":"jRyv.py","timestamp":1668657451320},{"id":"efOH.py","timestamp":1668657462500},{"id":"hC0e.py","timestamp":1668657475444},{"id":"4y5T.py","timestamp":1668657526597},{"id":"Dox7.py","timestamp":1668657548469},{"id":"4Oso.py","timestamp":1668657561777},{"id":"efTl.py","timestamp":1668657834132},{"id":"2yHG.py","timestamp":1668657852836},{"id":"l96v.py","timestamp":1668657866504},{"id":"lqAD.py","timestamp":1668657907728},{"id":"irvx.py","timestamp":1668692655797},{"id":"mwvM.py","timestamp":1668692693065},{"id":"0UHD.py","timestamp":1668692723189},{"id":"0o6D.py","timestamp":1668692740025},{"id":"jcJd.py","timestamp":1668692763338},{"id":"ACCb.py","timestamp":1668692805438},{"id":"XJvX.py","timestamp":1668692837978},{"id":"0un3.py","timestamp":1669173361964},{"id":"k7Bu.py","timestamp":1669173616220},{"id":"Y7og.py","timestamp":1669173629702},{"id":"lwF5.py","timestamp":1669173652956},{"id":"Q4Ic.py","timestamp":1669173669381},{"id":"4LXg.py","timestamp":1669173838518},{"id":"Q1sQ.py","source":"undoRedo.source","timestamp":1669173889693},{"id":"RBUF.py","timestamp":1669173900213},{"id":"rFyY.py","timestamp":1669173972969},{"id":"iJ6V.py","timestamp":1673244372100},{"id":"q5qu.py","timestamp":1673244395540},{"id":"QZC0.py","timestamp":1673244428812},{"id":"BP3x.py","timestamp":1673258711283},{"id":"B0tU.py","timestamp":1673258722995},{"id":"dk4N.py","timestamp":1673258802258},{"id":"CxJb.py","timestamp":1673258842472},{"id":"2YJ7.py","timestamp":1673258906599},{"id":"X7cO.py","timestamp":1673258922934},{"id":"eorA.py","timestamp":1673273119578},{"id":"mO3Q.py","timestamp":1673273152858},{"id":"fVBB.py","timestamp":1673273166390}]}
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "./src",
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"outDir": "./build",
"esModuleInterop": true,
"strict": true,
"resolveJsonModule": true,
"typeRoots": [
"src"
]
},
"include": [
"src"
]
}
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "./src",
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"outDir": "./build",
"esModuleInterop": true,
"strict": true,
"resolveJsonModule": true,
},
"include": [
"*.d.ts"
]
}
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "./src",
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"outDir": "./build",
"esModuleInterop": true,
"strict": true,
"resolveJsonModule": true,
"typeRoots": [
"src"
]
},
"include": [
"*.d.ts"
]
}
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "./src",
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"outDir": "./build",
"esModuleInterop": true,
"strict": true,
"resolveJsonModule": true,
"typeRoots": [
"./"
]
},
"include": [
"src"
]
}
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "./src",
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"outDir": "./build",
"esModuleInterop": true,
"strict": true,
"resolveJsonModule": true,
"typeRoots": ["src/@types", "node_modules/@types"]
},
"include": [
"src"
]
}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/new_mediators/tsconfig.json","entries":[{"id":"P3qW.json","timestamp":1672298237348},{"id":"rwxM.json","timestamp":1672298291021},{"id":"iA2e.json","timestamp":1672298323657},{"id":"qB5A.json","timestamp":1672318716830},{"id":"Pr6q.json","timestamp":1672319273553},{"id":"GPNh.json","timestamp":1672319307949},{"id":"0QvB.json","timestamp":1672320833240},{"id":"2mnc.json","timestamp":1672320885724},{"id":"opRr.json","timestamp":1672320935496},{"id":"3U5D.json","timestamp":1672320955128},{"id":"d4cf.json","timestamp":1672320984592},{"id":"p5Vk.json","timestamp":1672321204216},{"id":"E94g.json","timestamp":1672321289968}]}
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "./src",
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"outDir": "./build",
"esModuleInterop": true,
"strict": true,
"resolveJsonModule": true,
},
"include": [
"src"
]
}
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "./src",
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"outDir": "./build",
"esModuleInterop": true,
"strict": true,
"resolveJsonModule": true,
},
"include": [
"src", "src/decs.d.ts"
]
}
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "./src",
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"outDir": "./build",
"esModuleInterop": true,
"strict": true,
"resolveJsonModule": true,
"typeRoots": [
"./"
]
},
"include": [
"*.d.ts"
]
}
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "./src",
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"outDir": "./build",
"esModuleInterop": true,
"strict": true,
"resolveJsonModule": true,
},
"include": [
"src"
]
}
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "./src",
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"outDir": "./build",
"esModuleInterop": true,
"strict": true,
"resolveJsonModule": true,
},
"include": [
"src"
]
}
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "./src",
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"outDir": "./build",
"esModuleInterop": true,
"strict": true,
"resolveJsonModule": true,
},
"include": [
"src", "decs.d.ts"
]
}
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "./src",
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"outDir": "./build",
"esModuleInterop": true,
"strict": true,
"resolveJsonModule": true,
},
"include": [
"src"
]
}
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"rootDir": "./src",
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"outDir": "./build",
"esModuleInterop": true,
"strict": true,
"resolveJsonModule": true,
},
"include": [
"src", "decs.d.ts"
]
}
{"version":1,"resource":"file:///home/dell/p/icl/OpenCRVs/mamashub-web/ui/src/lib/forms/birthRegistration.js","entries":[{"id":"sklt.js","timestamp":1683634246985},{"id":"QQK2.js","timestamp":1683634352881},{"id":"uYKz.js","timestamp":1683635334202},{"id":"U1CI.js","timestamp":1683694175460},{"id":"22pu.js","timestamp":1683698358263},{"id":"uFMp.js","timestamp":1683698389283},{"id":"gNrK.js","timestamp":1683698420838},{"id":"oUkl.js","timestamp":1683698449258},{"id":"d1q6.js","timestamp":1683698487642},{"id":"EdSY.js","timestamp":1683698536154},{"id":"rKLJ.js","timestamp":1683698575963},{"id":"yI58.js","timestamp":1683698804942},{"id":"Y5SD.js","timestamp":1683698867964},{"id":"Mo6I.js","timestamp":1683700340268},{"id":"4zuv.js","timestamp":1683804309064},{"id":"ckVb.js","timestamp":1683804599290},{"id":"3zEr.js","timestamp":1683804609838},{"id":"RPlp.js","timestamp":1683804633746},{"id":"NgAq.js","timestamp":1683804997084},{"id":"Mfpg.js","timestamp":1683805056268},{"id":"EvhT.js","timestamp":1683805072932},{"id":"l3qx.js","timestamp":1683805092476},{"id":"DJea.js","timestamp":1683805105540},{"id":"wCS0.js","timestamp":1683805130368},{"id":"XJaj.js","timestamp":1683805997601},{"id":"qyXA.js","timestamp":1683806017653},{"id":"cFn9.js","timestamp":1683806259436},{"id":"NhnP.js","timestamp":1683806319808},{"id":"E3Kt.js","timestamp":1683806399512},{"id":"5evH.js","timestamp":1683806438919},{"id":"CwEH.js","timestamp":1683806459551},{"id":"JFpZ.js","timestamp":1683806471415},{"id":"UMsz.js","timestamp":1683807747308},{"id":"AtQE.js","timestamp":1683807764533}]}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/bahmni/bahmni-standard/extra-odoo-addons/bahmni_insurance_odoo/views/nhif_claim_form.xml","entries":[{"id":"WOXt.xml","timestamp":1690999691511},{"id":"MvQe.xml","timestamp":1690999750499},{"id":"FTbU.xml","timestamp":1690999775383},{"id":"FlYr.xml","timestamp":1691095018309},{"id":"TXt6.xml","timestamp":1691095100755},{"id":"lskP.xml","timestamp":1691095178004},{"id":"QVZ5.xml","timestamp":1691095193492},{"id":"QWvH.xml","timestamp":1691095246457},{"id":"yY9i.xml","timestamp":1691095271363},{"id":"tWWo.xml","timestamp":1691095304866},{"id":"Xnw7.xml","timestamp":1691095546420},{"id":"smKj.xml","timestamp":1691095569901},{"id":"Mq4e.xml","timestamp":1691095633247},{"id":"I7YQ.xml","timestamp":1691095690168},{"id":"UI16.xml","source":"renamed.source","timestamp":1691100860703},{"id":"XJJB.xml","timestamp":1691101354154},{"id":"egKA.xml","timestamp":1691101365994},{"id":"liz1.xml","timestamp":1692018256986},{"id":"54p0.xml","timestamp":1692018283452},{"id":"JF0n.xml","source":"searchReplace.source","timestamp":1692018362214},{"id":"6rcN.xml","timestamp":1692018888708},{"id":"4mLB.xml","timestamp":1692018939798},{"id":"SqKV.xml","timestamp":1692019209041},{"id":"Ih42.xml","timestamp":1692019271004},{"id":"i1P4.xml","timestamp":1692019284779},{"id":"t57m.xml","timestamp":1692019432168},{"id":"ol9Z.xml","timestamp":1692022061438},{"id":"5oYy.xml","timestamp":1692036265184}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Edwin/farmhub/farmhub-api/src/routes/client.ts","entries":[{"id":"lgKo.ts","timestamp":1670984635486},{"id":"lXVK.ts","timestamp":1670984651690},{"id":"h6dn.ts","timestamp":1670984668154}]}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/hie/.github/workflows/dev-deploy.yml","entries":[{"id":"Yt8p.yml","timestamp":1689758265567},{"id":"OqnA.yml","timestamp":1689758294502}]}
{"version":1,"resource":"file:///home/dell/p/icl/uganda-ccis-server-setup/ccis-dashboard/src/views/index.ejs","entries":[{"id":"XF94.ejs","timestamp":1674996120925},{"id":"r2qT.ejs","timestamp":1674996657907},{"id":"HVEM.ejs","timestamp":1674996733908},{"id":"5u2x.ejs","timestamp":1675254801929},{"id":"qohR.ejs","timestamp":1675254824118}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/My-trivia/src/App.js","entries":[{"id":"ll7a.js","timestamp":1690457591883},{"id":"WkIj.js","timestamp":1690457610889},{"id":"ln3y.js","timestamp":1690457689208},{"id":"g5LI.js","timestamp":1690457773349}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Edwin/farmhub/farmhub-api/.env","entries":[{"id":"LX1X","timestamp":1670982804750},{"id":"CG0s","timestamp":1670982817570},{"id":"afny","timestamp":1670984449202},{"id":"iC8J","timestamp":1670984467970},{"id":"Ztr9","timestamp":1670984852435},{"id":"sF6B","timestamp":1671185351095},{"id":"DPZI","timestamp":1671200111984},{"id":"FiIW","timestamp":1674770219878}]}
{"version":1,"resource":"file:///home/dell/Downloads/dreamludo-20/dream-ludo/v2/source_code_backend/backend_code/docker-compose.yml","entries":[{"id":"uzxR.yml","timestamp":1674740972605}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Edwin/farmhub/farmhub-api/src/index.ts","entries":[{"id":"hYVq.ts","timestamp":1670975202052},{"id":"TrHa.ts","timestamp":1670984618822},{"id":"zRRY.ts","timestamp":1670984675139},{"id":"zyYY.ts","timestamp":1671185569564},{"id":"a9bJ.ts","timestamp":1671185898789},{"id":"jPOd.ts","timestamp":1671190577179},{"id":"51n4.ts","timestamp":1671190596311},{"id":"2C4n.ts","timestamp":1671190630098},{"id":"5NIw.ts","timestamp":1671190662826},{"id":"buQT.ts","timestamp":1671190713761},{"id":"qcQZ.ts","timestamp":1671190724868},{"id":"rBDs.ts","timestamp":1671190742300},{"id":"WVGx.ts","timestamp":1671190763988},{"id":"Tm7q.ts","timestamp":1671191604690},{"id":"d9th.ts","source":"Workspace Edit","timestamp":1671191849275},{"id":"hgwk.ts","source":"Workspace Edit","timestamp":1671191929293},{"id":"sGMN.ts","timestamp":1671191954081},{"id":"QiTx.ts","timestamp":1672235943996},{"id":"o4HD.ts","timestamp":1672235957224},{"id":"hmiw.ts","timestamp":1673662220531},{"id":"Bs5B.ts","timestamp":1674769876821}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Edwin/farmhub/farmhub-api/run-dev-migrations.sh","entries":[{"id":"jPM7.sh","timestamp":1671195173447},{"id":"Wew9.sh","source":"undoRedo.source","timestamp":1671195175003},{"id":"ezD9.sh","timestamp":1671195180152}]}
{"version":1,"resource":"file:///home/dell/p/icl/kabarak-mhis-web-app/ui/src/lib/startVisit.js","entries":[{"id":"uSEA.js","timestamp":1669809815534},{"id":"6b0U.js","timestamp":1669810020246},{"id":"7sZT.js","timestamp":1669810085786},{"id":"Pohk.js","timestamp":1669810106062},{"id":"0Ivw.js","timestamp":1669810513531},{"id":"Qv3a.js","timestamp":1669810556796},{"id":"MLAw.js","timestamp":1669810597612},{"id":"kDio.js","timestamp":1669810785469},{"id":"R4e1.js","timestamp":1669810816961},{"id":"uf00.js","timestamp":1669810865617},{"id":"umiv.js","timestamp":1673795138266},{"id":"PsyO.js","timestamp":1673795178025},{"id":"Boqu.js","timestamp":1673795219591},{"id":"4jNi.js","timestamp":1673795265018},{"id":"Uaif.js","timestamp":1673920607933}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/tenancy-api/properties/models.py","entries":[{"id":"2r43.py","timestamp":1681219756187},{"id":"qxuQ.py","timestamp":1681219769384},{"id":"tmFT.py","timestamp":1681220402335},{"id":"1zgA.py","timestamp":1682157149490},{"id":"k8Si.py","timestamp":1682157170726},{"id":"hTcL.py","timestamp":1682162886503},{"id":"gHHv.py","timestamp":1683724084029},{"id":"JZr4.py","timestamp":1683724098063},{"id":"AWuO.py","timestamp":1683745114906},{"id":"W06d.py","timestamp":1683745144034},{"id":"bp0d.py","timestamp":1683745159066},{"id":"v5Oq.py","timestamp":1683745226435},{"id":"cYEJ.py","source":"searchReplace.source","timestamp":1684680446400},{"id":"0rqm.py","timestamp":1684771272275}]}
{"version":1,"resource":"file:///home/dell/p/icl/uganda-ccis-server-setup/ccis-dashboard/src/config/geographicBoundaries.js","entries":[{"id":"gX4w.js","timestamp":1673533860602},{"id":"Vb32.js","timestamp":1678276219099},{"id":"o6Ey.js","timestamp":1681904609157},{"id":"S3zC.js","timestamp":1681905234747},{"id":"3KE6.js","timestamp":1681905492073},{"id":"E4jN.js","timestamp":1681905984375},{"id":"fOGw.js","source":"undoRedo.source","timestamp":1681906077300},{"id":"HW1I.js","timestamp":1681906416310},{"id":"IoQE.js","timestamp":1681995094192}]}
{"version":1,"resource":"file:///home/dell/p/icl/OpenCRVs/docker-compose.yml","entries":[{"id":"kjgD.yml","timestamp":1684587176195}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/twift-ims/addons/twift-ims/views/users.xml","entries":[{"id":"BFB1.xml","timestamp":1675082532027},{"id":"uMsB.xml","timestamp":1675082544859},{"id":"IV3s.xml","timestamp":1675082856421},{"id":"Sdhi.xml","timestamp":1675083121367},{"id":"Zd8L.xml","timestamp":1675083259075},{"id":"jaYq.xml","timestamp":1675842873397},{"id":"ey9b.xml","timestamp":1675842936259},{"id":"0dfM.xml","timestamp":1675843034692},{"id":"ff3G.xml","timestamp":1675843061717},{"id":"3Gzw.xml","timestamp":1675847245107},{"id":"zb9M.xml","timestamp":1675847264231},{"id":"7Jm3.xml","timestamp":1675847492862},{"id":"Tyuf.xml","timestamp":1675847515830},{"id":"a8AO.xml","timestamp":1675847689445},{"id":"H9Nj.xml","timestamp":1675847714705},{"id":"XR7J.xml","timestamp":1675847806228},{"id":"WwaF.xml","timestamp":1675847897348},{"id":"iRKH.xml","timestamp":1675847926360},{"id":"j3yI.xml","timestamp":1675848078860},{"id":"3Aka.xml","timestamp":1675848201844},{"id":"XQb0.xml","timestamp":1676366474181}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/trivia/ui/src/data/Categories.js","entries":[{"id":"ocO6.js","timestamp":1690473118022},{"id":"2clX.js","timestamp":1690473469563},{"id":"AYrY.js","timestamp":1690473480615}]}
{"version":1,"resource":"file:///home/dell/cht-local-setup/upgrade/docker-compose.yml","entries":[{"id":"NFdD.yml","timestamp":1673274597839},{"id":"FxtV.yml","timestamp":1673871992254},{"id":"Osur.yml","timestamp":1673872096918},{"id":"FUej.yml","source":"undoRedo.source","timestamp":1673872102622}]}
{
"urn": "urn:mediator:mpi_push",
"version": "1.0.0",
"name": "MPI Mediator",
"description": "This mediator is responsible for handling MPI bound requests.",
"defaultChannelConfig": [
{
"name": "MPI Mediator Channel",
"urlPattern": "/Patient",
"routes": [
{
"name": "MPI Route",
"host": "mediators",
"path": "/Patient",
"port": "3000",
"primary": true,
"type": "http",
"status":"enabled"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "Patient CRUD Endpoints",
"host": "mediators",
"path": "/Patient",
"port": "3000",
"primary": true,
"type": "http"
}
]
}
{"version":1,"resource":"file:///home/dell/p/icl/cht-accelerator/IntelliSOFT/Example%20CHT%20application/hie/mediators/src/config/mpiMediatorConfig.json","entries":[{"id":"NMg8.json","timestamp":1686911721807},{"id":"1eof.json","timestamp":1686911751864}]}
{
"urn": "urn:mediator:mpi_push",
"version": "1.0.0",
"name": "MPI Mediator",
"description": "This mediator is responsible for handling MPI bound requests.",
"defaultChannelConfig": [
{
"name": "CBDHS MPI Mediator Channel",
"urlPattern": "/Patient",
"routes": [
{
"name": "MPI Route",
"host": "mediators",
"path": "/Patient",
"port": "3000",
"primary": true,
"type": "http",
"status":"enabled"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "Patient CRUD Endpoints",
"host": "mediators",
"path": "/Patient",
"port": "3000",
"primary": true,
"type": "http"
}
]
}
{"version":1,"resource":"file:///home/dell/p/icl/kabarak-mhis-web-app/api/prisma/schema.prisma","entries":[{"id":"55l7.prisma","timestamp":1681013419274}]}
{"version":1,"resource":"file:///home/dell/p/icl/kabarak-mhis-web-app/ui/src/lib/forms/medicalSurgicalHistory.js","entries":[{"id":"Ok4V.js","timestamp":1669886443425},{"id":"6xFq.js","timestamp":1669886503858}]}
{"version":1,"resource":"file:///home/dell/p/icl/OpenCRVs/mamashub-web/api/src/lib/_generateBirthNotification.ts","entries":[{"id":"zZx7.ts","timestamp":1683694587637},{"id":"eKZS.ts","timestamp":1683694618077},{"id":"feBH.ts","timestamp":1683694653001},{"id":"XJjF.ts","timestamp":1683694754813},{"id":"LqZS.ts","timestamp":1683694859490},{"id":"5iW7.ts","timestamp":1683696614220},{"id":"lvkq.ts","timestamp":1683696642398},{"id":"ehSZ.ts","timestamp":1683696748262},{"id":"P6Kq.ts","timestamp":1683696976666},{"id":"50D1.ts","timestamp":1683697085961},{"id":"01BK.ts","timestamp":1683697165332},{"id":"gTDx.ts","timestamp":1683697340809},{"id":"zanf.ts","timestamp":1683697368895},{"id":"4zQ0.ts","timestamp":1683697402349},{"id":"rwk9.ts","timestamp":1683697413541},{"id":"o3FC.ts","timestamp":1683802606740},{"id":"morx.ts","timestamp":1683804208073},{"id":"adCz.ts","timestamp":1683804252032},{"id":"IzUQ.ts","timestamp":1683804413047},{"id":"lxfj.ts","timestamp":1683804853537},{"id":"WmV1.ts","timestamp":1683805403443},{"id":"8REu.ts","timestamp":1683805415279},{"id":"EhRB.ts","timestamp":1684391177458},{"id":"oJeT.ts","timestamp":1684391211686},{"id":"td8L.ts","timestamp":1684391245390},{"id":"ItL2.ts","timestamp":1684391291915},{"id":"0s4e.ts","timestamp":1684391937729},{"id":"4TFQ.ts","timestamp":1684392015978},{"id":"PoIw.ts","timestamp":1684392067674},{"id":"vndF.ts","timestamp":1684392129090},{"id":"vL7r.ts","timestamp":1684392413608},{"id":"Xfx0.ts","timestamp":1684392861530}]}
{"version":1,"resource":"file:///home/dell/p/icl/OpenCRVs/mamashub-web/api/src/routes/patients.ts","entries":[{"id":"3mu6.ts","timestamp":1683369337913},{"id":"orIP.ts","timestamp":1683369377150},{"id":"7l0e.ts","timestamp":1683369430928},{"id":"zQoL.ts","timestamp":1683369512760},{"id":"QAhQ.ts","timestamp":1683369524120},{"id":"fwJy.ts","timestamp":1683369566938}]}
{"version":1,"resource":"file:///home/dell/p/icl/cht-accelerator/IntelliSOFT/Example%20CHT%20application/cht_pvers/app_settings.json","entries":[{"id":"ukH7.json","timestamp":1686906370155}]}
{
"languages": [
{
"locale": "en",
"enabled": true
},
{
"locale": "sw",
"enabled": true
}
],
"roles": {
"data_entry": {
"name": "usertype.data-entry"
},
"analytics": {
"name": "usertype.analytics"
},
"gateway": {
"name": "usertype.gateway"
},
"program_officer": {
"name": "usertype.program-officer"
},
"chw_supervisor": {
"name": "usertype.chw-supervisor",
"offline": true
},
"chw": {
"name": "usertype.chw",
"offline": true
}
},
"permissions": {
"can_access_gateway_api": [
"gateway"
],
"can_bulk_delete_reports": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_configure": [
"program_officer"
],
"can_create_people": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_create_places": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_create_records": [
"data_entry",
"gateway",
"program_officer",
"chw_supervisor",
"chw"
],
"can_create_users": [
"program_officer"
],
"can_delete_contacts": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_delete_messages": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_delete_reports": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_delete_users": [
"program_officer"
],
"can_edit": [
"gateway",
"program_officer",
"chw_supervisor",
"chw"
],
"can_edit_profile": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_edit_verification": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_export_all": [
"program_officer"
],
"can_export_contacts": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_export_feedback": [
"program_officer"
],
"can_export_messages": [
"analytics",
"program_officer",
"chw_supervisor",
"chw"
],
"can_log_out_on_android": [],
"can_update_places": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_update_reports": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_update_users": [
"program_officer"
],
"can_export_dhis": [
"national_admin"
],
"can_verify_reports": [
"program_officer",
"chw_supervisor"
],
"can_view_analytics": [
"analytics",
"program_officer",
"chw_supervisor",
"chw"
],
"can_view_analytics_tab": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_view_call_action": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_view_contacts": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_view_contacts_tab": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_view_last_visited_date": [],
"can_view_uhc_stats": [],
"can_view_message_action": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_view_messages": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_view_messages_tab": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_view_outgoing_messages": [
"program_officer"
],
"can_view_reports": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_view_reports_tab": [
"program_officer",
"chw_supervisor",
"chw"
],
"can_view_tasks": [
"chw_supervisor",
"chw"
],
"can_view_tasks_tab": [
"chw_supervisor",
"chw"
],
"can_view_tasks_group": [
"chw"
],
"can_view_unallocated_data_records": [
"gateway",
"program_officer",
"chw_supervisor",
"chw"
],
"can_view_users": [
"program_officer"
],
"can_write_wealth_quintiles": [],
"can_aggregate_targets": [
"chw_supervisor"
],
"can_upgrade": [
"program_officer"
],
"can_view_old_filter_and_search": [],
"can_view_old_action_bar": []
},
"transitions": {
"accept_patient_reports": false,
"conditional_alerts": false,
"default_responses": false,
"update_sent_by": false,
"registration": false,
"update_clinics": false,
"update_notifications": false,
"update_scheduled_reports": false,
"generate_patient_id_on_people": true,
"death_reporting": true,
"mark_for_outbound": true
},
"outbound": {
"FHIR_Patients": {
"relevant_to": "doc.type === 'person' && doc.role == 'patient'",
"destination": {
"base_url": "http://openhim-core:5001",
"path": "/Patient",
"auth": {
"type": "basic",
"username": "amolo",
"password_key": "password2"
}
},
"mapping": {
"resourceType": {
"expr": "'Patient'"
},
"identifier": {
"expr": "[{ \"system\": \"cht\", \"use\": \"official\", \"value\": doc._id }]",
"optional": false
},
"name": {
"expr": "[ { \"use\":\"official\", \"family\": doc.name , \"given\": [ doc.short_name ] } ]",
"optional": false
},
"gender": "doc.sex",
"birthDate": "doc.date_of_birth"
}
},
"FHIR_Encounter": {
"relevant_to": "doc.type === 'data_record' && doc.form === 'interop_follow_up'",
"destination": {
"base_url": "http://openhim-core:5001",
"path": "/mediator/encounter",
"auth": {
"type": "basic",
"username": "interop-client",
"password_key": "openhim1"
}
},
"mapping": {
"resourceType": {
"expr": "'Encounter'"
},
"identifier": {
"expr": "[{ \"system\": \"cht\", \"use\": \"official\", \"value\": doc.fields.inputs.contact._id }]",
"optional": false
},
"status": {
"expr": "'finished'"
},
"class": {
"expr": "'outpatient'"
},
"type": {
"expr": "[{ \"text\": \"Community health worker visit\" }]"
},
"subject.reference": {
"expr": "\"Patient/?identifier=\" + doc.fields.inputs.contact._id"
},
"participant": {
"expr": "[ { \"type\": [ { \"text\": \"Community health worker\" } ] } ]"
}
}
},
"FHIR_practitioner": {
"relevant_to": "doc.type === 'person' && (doc.role == 'chw' || doc.role == 'nurse' )",
"destination": {
"base_url": "http://openhim-core:5001",
"path": "/fhir/Practitioner",
"auth": {
"type": "basic",
"username": "interop-client",
"password_key": "openhim1"
}
},
"mapping": {
"resourceType": {
"expr": "'Practitioner'"
},
"gender": "doc.sex",
"name": {
"expr": "[ { \"system\":\"cht\", \"family\": doc.name , \"given\": [ doc.short_name ] } ]",
"optional": false
},
"identifier.use": {
"expr": "'usual'"
},
"identifier.value": {
"expr": "'cht/'.concat(doc._id)"
},
"birthDate": "doc.date_of_birth",
"telecom": {
"expr": "[{ \"system\":\"phone\", \"use\": \"official\", \"value\": doc.phone, \"use\":\"mobile\" } ]",
"optional": true
},
"active": {
"expr": true,
"optional": false
}
}
}
},
"forms": {},
"schedules": [],
"contact_summary": "var ContactSummary = {}; !function(e,t){if('object'==typeof exports&&'object'==typeof module)module.exports=t();else if('function'==typeof define&&define.amd)define([],t);else{var n=t();for(var r in n)('object'==typeof exports?exports:e)[r]=n[r]}}(ContactSummary,(function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){'undefined'!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:'Module'}),Object.defineProperty(e,'__esModule',{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&'object'==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,'default',{enumerable:!0,value:e}),2&t&&'string'!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,'a',t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p='',n(n.s=0)}([function(e,t,n){var r=n(1),o=n(2);e.exports=o(r,contact,reports)},function(e,t){const n=contact,r=lineage,o=[{appliesToType:'person',label:'patient_id',value:n.patient_id,width:4},{appliesToType:'person',label:'contact.age',value:n.date_of_birth,width:4,filter:'age'},{appliesToType:'person',label:'contact.sex',value:'contact.sex.'+n.sex,translate:!0,width:4},{appliesToType:'person',label:'person.field.phone',value:n.phone,width:4},{appliesToType:'person',label:'contact.parent',value:r,filter:'lineage'}];e.exports={fields:o}},function(e,t){function n(e){return e?Array.isArray(e)?e:[e]:[]}function r(e,t){switch(typeof e){case'undefined':return!0;case'function':return e(t);default:return e}}function o(e,t,n){if(r(e.appliesIf,n)){var o='function'==typeof e.fields?e.fields(n):e.fields.filter((function(e){return r(e.appliesIf,n)})).map((function(e){var t={};return i(e,t,'label'),i(e,t,'value'),i(e,t,'translate'),i(e,t,'filter'),i(e,t,'width'),i(e,t,'icon'),e.context&&(t.context={},i(e.context,t.context,'count'),i(e.context,t.context,'total')),t}));return e.modifyContext&&e.modifyContext(t,n),{label:e.label,fields:o}}function i(e,t,r){switch(typeof e[r]){case'undefined':return;case'function':t[r]=e[r](n);break;default:t[r]=e[r]}}}e.exports=function(e,t,r){var i=e.fields||[],a=e.context||{},l=e.cards||[],c=t&&('contact'===t.type?t.contact_type:t.type),f={cards:[],fields:i.filter((function(e){var t=n(e.appliesToType),r=t.filter((function(e){return e&&'!'===e.charAt(0)}));if((0===t.length||t.includes(c)||r.length>0&&!r.includes('!'+c))&&(!e.appliesIf||e.appliesIf()))return delete e.appliesToType,delete e.appliesIf,!0}))};return l.forEach((function(e){var t,i,l,p,u=n(e.appliesToType);if(u.includes('report')&&u.length>1)throw new Error('You cannot set appliesToType to an array which includes the type \\'report\\' and another type.');if(u.includes('report'))for(t=0;t<r.length;++t)i=r[t],!(p=i)||p.errors&&p.errors.length||(l=o(e,a,i))&&f.cards.push(l);else{if(!u.includes(c)&&u.length>0)return;(l=o(e,a))&&f.cards.push(l)}})),f.context=a,f}}])})); return ContactSummary;",
"tasks": {
"rules": "define Target { _id: null, contact: null, deleted: null, type: null, pass: null, date: null, groupBy: null }\ndefine Contact { contact: null, reports: null, tasks: null }\ndefine Task { _id: null, deleted: null, doc: null, contact: null, icon: null, date: null, readyStart: null, readyEnd: null, title: null, fields: null, resolved: null, priority: null, priorityLabel: null, reports: null, actions: null }\nrule GenerateEvents {\n when { c: Contact } then { !function(t){var e={};function n(a){if(e[a])return e[a].exports;var o=e[a]={i:a,l:!1,exports:{}};return t[a].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,a){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:a})},n.r=function(t){'undefined'!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:'Module'}),Object.defineProperty(t,'__esModule',{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&'object'==typeof t&&t&&t.__esModule)return t;var a=Object.create(null);if(n.r(a),Object.defineProperty(a,'default',{enumerable:!0,value:t}),2&e&&'string'!=typeof t)for(var o in t)n.d(a,o,function(e){return t[e]}.bind(null,o));return a},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,'a',e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p='',n(n.s=1)}([function(t,e){t.exports=function(t){var e={};!function t(e,n){var a=Object.keys(e);for(var o in a){var r=a[o];switch(typeof e[r]){case'object':t(e[r],n);break;case'function':e[r]=e[r].bind(n)}}}(t,e),e.definition=function t(e){var n=Object.assign({},e),a=Object.keys(n);for(var o in a){var r=a[o];if(Array.isArray(n[r])){n[r]=n[r].slice(0);for(var i=0;i<n[r].length;++i)'object'==typeof n[r][i]&&(n[r][i]=t(n[r][i]))}else'object'==typeof n[r]&&(n[r]=t(n[r]))}return n}(t)}},function(t,e,n){var a=n(2),o=n(3),r=n(4);n(6)(o,c,Utils,Target,emit),r(a,c,Utils,Task,emit),emit('_complete',{_id:!0})},function(t,e){t.exports=[{name:'padr-after-registration',icon:'icon-healthcare',title:'Patient Consultation',appliesTo:'contacts',appliesToType:['person'],actions:[{form:'padr'}],events:[{id:'padr-form',days:7,start:7,end:0}]},{name:'serious-case',icon:'icon-pqhpt',title:'Ongoing Adverse Reaction',appliesTo:'reports',appliesToType:['padr'],actions:[{form:'follow'}],events:[{id:'alarm-on-ongoing-reaction',days:7,start:7,end:0}],priority:{level:'high'},appliesIf:function(t,e){return'yes'===Utils.getField(e,'reaction.group_reaction.on')},resolvedIf:function(t,e,n,a){return Utils.isFormSubmittedInWindow(t.reports,'follow',Utils.addDate(a,-n.start).getTime(),Utils.addDate(a,n.end+1).getTime())}}]},function(t,e){const n=t=>t.contact&&'person'===t.contact.type&&t.contact.parent&&t.contact.parent.parent&&t.contact.parent.parent.parent;t.exports=[{id:'households-registered-all-time',translation_key:'targets.household.registrations.title',subtitle_translation_key:'targets.all_time.subtitle',type:'count',icon:'medic-clinic',goal:-1,appliesTo:'contacts',context:'user.contact_type === \"chw\"',appliesToType:['household'],appliesIf:t=>n(t.contact),date:'now',aggregate:!0},{id:'people-registered-all-time',translation_key:'targets.person.registrations.title',subtitle_translation_key:'targets.all_time.subtitle',type:'count',icon:'icon-person',context:'user.contact_type === \"chw\"',goal:-1,appliesTo:'contacts',appliesToType:['persons'],appliesIf:t=>n(t.contact),date:'now',aggregate:!0},{id:'padr-all-time',type:'count',icon:'icon-sadr',goal:15,translation_key:'targets.padr.title',subtitle_translation_key:'targets.all_time.subtitle',appliesTo:'reports',appliesToType:['padr'],date:'now'},{id:'padr-this-month',type:'count',icon:'icon-sadr',goal:15,translation_key:'targets.padr.title',subtitle_translation_key:'targets.this_month.subtitle',appliesTo:'reports',appliesToType:['padr'],date:'reported'},{id:'households-with-padr-this-month',type:'count',icon:'icon-household',goal:15,translation_key:'targets.households.with.padr.title',subtitle_translation_key:'targets.this_month.subtitle',appliesTo:'reports',appliesToType:['padr'],date:'reported',emitCustom:(t,e,n)=>{const a=(t=>t.contact&&'clinic'===t.contact.type?t.contact._id:t.contact.parent&&t.contact.parent._id)(n);t(Object.assign({},e,{_id:a,pass:!0}))}},{id:'percentage-contacts-with-adverse-reaction-this-month',type:'percent',icon:'icon-danger-sign',goal:-1,translation_key:'targets.padr.percentage.reaction.title',subtitle_translation_key:'targets.this_month.subtitle',percentage_count_translation_key:'targets.assessments.percentage.with.cough',appliesTo:'reports',appliesToType:['padr'],appliesIf:function(t){return n(t)},passesIf:function(t,e){return'reaction'===Utils.getField(e,'reporter.group_report.type')},idType:'contact',date:'reported'},{id:'percentage-contacts-with-adverse-reaction-on-this-month',type:'percent',icon:'icon-reaction-on',goal:-1,translation_key:'targets.padr.percentage.reaction.on.title',subtitle_translation_key:'targets.this_month.subtitle',percentage_count_translation_key:'targets.padr.percentage.with.reaction',appliesTo:'reports',appliesToType:['padr'],appliesIf:function(t){return n(t)},passesIf:function(t,e){return'yes'===Utils.getField(e,'reaction.group_reaction.on')},idType:'contact',date:'reported'},{id:'percentage-contacts-with-poor-quality-this-month',type:'percent',icon:'icon-risk',goal:-1,translation_key:'targets.padr.percentage.quality.title',subtitle_translation_key:'targets.this_month.subtitle',percentage_count_translation_key:'targets.padr.percentage.with.poor.quality',appliesTo:'reports',appliesToType:['padr'],appliesIf:function(t){return n(t)},passesIf:function(t,e){return'medicine'===Utils.getField(e,'reporter.group_report.type')},idType:'contact',date:'reported'}]},function(t,e,n){var a=n(0),o=n(5);function r(t,e,n,a,o,r){var i;if(t.appliesToType){var s;if('contacts'===t.appliesTo){if(!o.contact)return;s='contact'===o.contact.type?o.contact.contact_type:o.contact.type}else{if(!r)return;s=r.form}if(-1===t.appliesToType.indexOf(s))return}if('scheduled_tasks'===t.appliesTo||!t.appliesIf||t.appliesIf(o,r))if('scheduled_tasks'===t.appliesTo){if(r&&t.appliesIf){if(!r.scheduled_tasks)return;for(i=0;i<r.scheduled_tasks.length;i++)t.appliesIf(o,r,i)&&p(i)}}else p();function c(t,e,n){var a;return(a='function'==typeof t.contactLabel?t.contactLabel(e,n):t.contactLabel)?{name:a}:e.contact}function p(i){var s,p,d,u,f=null;for(s=0;s<t.events.length;s++){if((p=t.events[s]).dueDate)f=p.dueDate(p,o,r,i);else if(r)f=void 0!==i?new Date(e.addDate(new Date(r.scheduled_tasks[i].due),p.days)):new Date(e.addDate(new Date(r.reported_date),p.days));else if(p.dueDate)f=p.dueDate(p,o);else{var y=o.contact&&o.contact.reported_date?new Date(o.contact.reported_date):new Date;f=new Date(e.addDate(y,p.days))}e.isTimely(f,p)&&(u={_id:(r?r._id:o.contact&&o.contact._id)+'~'+(p.id||s)+'~'+t.name,deleted:!(!(o.contact&&o.contact.deleted||r)||!r.deleted),doc:o,contact:c(t,o,r),icon:t.icon,date:f,readyStart:p.start||0,readyEnd:p.end||0,title:t.title,resolved:t.resolvedIf(o,r,p,f,i),actions:l(t.actions,p)},void 0!==i&&(u._id+='-'+i),'function'==typeof(d=t.priority)&&(d=d(o,r)),d&&(u.priority=d.level,u.priorityLabel=d.label),a('task',new n(u)))}}function l(e,n){return t.actions.map((function(t){return function(t,e){var n={source:'task',source_id:r?r._id:o.contact&&o.contact._id,contact:o.contact};t.modifyContent&&t.modifyContent(n,o,r,e);return{type:t.type||'report',form:t.form,label:t.label||'Follow up',content:n}}(t,n)}))}}t.exports=function(t,e,n,i,s){if(t)for(var c,p,l=0;l<t.length;++l)switch('function'!=typeof(c=Object.assign({},t[l],o)).resolvedIf&&(c.resolvedIf=function(t,e,a,o){return c.defaultResolvedIf(t,e,a,o,n)}),a(c),c.appliesTo){case'reports':case'scheduled_tasks':for(var d=0;d<e.reports.length;++d)p=e.reports[d],r(c,n,i,s,e,p);break;case'contacts':e.contact&&r(c,n,i,s,e);break;default:throw new Error('Unrecognised task.appliesTo: '+c.appliesTo)}}},function(t,e){t.exports={defaultResolvedIf:function(t,e,n,a,o){var r,i;o||(o=Utils);var s=function(t){var e;if(!t||!t.actions)return;return(e=t.actions.find((function(t){return!t.type||'report'===t.type})))&&e.form}(this.definition);if(!s)throw new Error('Could not find the default resolving form!');return r=0,r=e?Math.max(o.addDate(a,-n.start).getTime(),e.reported_date+1):o.addDate(a,-n.start).getTime(),i=o.addDate(a,n.end+1).getTime(),o.isFormSubmittedInWindow(t.reports,s,r,i)}}},function(t,e,n){var a=n(0);function o(t,e,n,a,o,r){var i=!!r;if(o.contact){var s='contact'===o.contact.type?o.contact.contact_type:o.contact.type,c=i?r.form:s;if(!(t.appliesToType&&t.appliesToType.indexOf(c)<0)&&(!t.appliesIf||t.appliesIf(o,r)))for(var p=i?r:o.contact,l=function(t,e,n){var a;return a='function'==typeof t.idType?t.idType(e,n):'report'===t.idType?n&&n._id:e.contact&&e.contact._id,Array.isArray(a)||(a=[a]),a}(t,o,r),d=!t.passesIf||!!t.passesIf(o,r),u=function(t,e,n,a){if('function'==typeof t.date)return t.date(n,a)||e.now().getTime();if(void 0===t.date||null===t.date||'now'===t.date)return e.now().getTime();if('reported'===t.date)return a?a.reported_date:n.contact.reported_date;throw new Error('Unrecognised value for target.date: '+t.date)}(t,n,o,r),f=t.groupBy&&t.groupBy(o,r),y=0;y<l.length;++y){var g=new e({_id:l[y]+'~'+t.id,contact:o.contact,deleted:!!p.deleted,type:t.id,pass:d,groupBy:f,date:u});t.emitCustom?t.emitCustom(_,g,o,r):_(g)}}function _(t){a('target',t)}}t.exports=function(t,e,n,r,i){for(var s=0;s<t.length;++s){var c=t[s];switch(a(c),c.appliesTo){case'contacts':o(c,r,n,i,e);break;case'reports':for(var p=0;p<e.reports.length;++p){o(c,r,n,i,e,e.reports[p])}break;default:throw new Error('Unrecognised target.appliesTo: '+c.appliesTo)}}}}]); }\n}",
"targets": {
"enabled": true,
"items": [
{
"id": "households-registered-all-time",
"type": "count",
"goal": -1,
"translation_key": "targets.household.registrations.title",
"icon": "medic-clinic",
"context": "user.contact_type === \"chw\"",
"subtitle_translation_key": "targets.all_time.subtitle",
"aggregate": true
},
{
"id": "people-registered-all-time",
"type": "count",
"goal": -1,
"translation_key": "targets.person.registrations.title",
"icon": "icon-person",
"context": "user.contact_type === \"chw\"",
"subtitle_translation_key": "targets.all_time.subtitle",
"aggregate": true
},
{
"id": "padr-all-time",
"type": "count",
"goal": 15,
"translation_key": "targets.padr.title",
"icon": "icon-sadr",
"subtitle_translation_key": "targets.all_time.subtitle"
},
{
"id": "padr-this-month",
"type": "count",
"goal": 15,
"translation_key": "targets.padr.title",
"icon": "icon-sadr",
"subtitle_translation_key": "targets.this_month.subtitle"
},
{
"id": "households-with-padr-this-month",
"type": "count",
"goal": 15,
"translation_key": "targets.households.with.padr.title",
"icon": "icon-household",
"subtitle_translation_key": "targets.this_month.subtitle"
},
{
"id": "percentage-contacts-with-adverse-reaction-this-month",
"type": "percent",
"goal": -1,
"translation_key": "targets.padr.percentage.reaction.title",
"icon": "icon-danger-sign",
"subtitle_translation_key": "targets.this_month.subtitle"
},
{
"id": "percentage-contacts-with-adverse-reaction-on-this-month",
"type": "percent",
"goal": -1,
"translation_key": "targets.padr.percentage.reaction.on.title",
"icon": "icon-reaction-on",
"subtitle_translation_key": "targets.this_month.subtitle"
},
{
"id": "percentage-contacts-with-poor-quality-this-month",
"type": "percent",
"goal": -1,
"translation_key": "targets.padr.percentage.quality.title",
"icon": "icon-risk",
"subtitle_translation_key": "targets.this_month.subtitle"
}
]
}
}
}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/mediators/src/lib/validate.ts","entries":[{"id":"gcIT.ts","timestamp":1676149190229},{"id":"3p3n.ts","timestamp":1676283843387},{"id":"FrRV.ts","timestamp":1676283875454},{"id":"a168.ts","timestamp":1676283910981},{"id":"kqIX.ts","timestamp":1676283948497},{"id":"UoYi.ts","timestamp":1676285552195},{"id":"BN0f.ts","timestamp":1676287452424},{"id":"W2D6.ts","timestamp":1676287671858},{"id":"1vAf.ts","timestamp":1676290612355},{"id":"CUBc.ts","timestamp":1676290662047},{"id":"3MSH.ts","timestamp":1676528978806},{"id":"ueJp.ts","timestamp":1676531058059},{"id":"LKGu.ts","timestamp":1676531387753},{"id":"dG7r.ts","timestamp":1676531420708},{"id":"wZZB.ts","timestamp":1676531605113},{"id":"Upay.ts","timestamp":1676532086707},{"id":"OYWd.ts","timestamp":1676532192575},{"id":"raat.ts","timestamp":1676532268120},{"id":"LvMd.ts","timestamp":1676532288848},{"id":"OHp8.ts","timestamp":1676532328388},{"id":"pCcx.ts","timestamp":1676532392900},{"id":"kBLC.ts","source":"undoRedo.source","timestamp":1676532557130},{"id":"hYAp.ts","timestamp":1679306993627}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/mediators/index.js","entries":[{"id":"e13f.js","timestamp":1670397729781},{"id":"VflX.js","timestamp":1670397958885},{"id":"eng7.js","timestamp":1670397968989},{"id":"9zmY.js","timestamp":1670402678993},{"id":"quDl.js","source":"undoRedo.source","timestamp":1670402701625},{"id":"3dFk.js","timestamp":1670402867316},{"id":"KhCD.js","timestamp":1670413654491},{"id":"pdF8.js","source":"undoRedo.source","timestamp":1670413670395},{"id":"Sotn.js","timestamp":1670413684835},{"id":"Dyv6.js","timestamp":1671003743604},{"id":"6eKH.js","source":"undoRedo.source","timestamp":1671003781440},{"id":"bsZZ.js","timestamp":1671004162777},{"id":"FkZ9.js","timestamp":1671005573331},{"id":"ok4P.js","timestamp":1671006751063},{"id":"x1jD.js","source":"undoRedo.source","timestamp":1671006792243},{"id":"0cik.js","timestamp":1671007101788},{"id":"iSt4.js","timestamp":1671007115076},{"id":"5cnh.js","timestamp":1671019439918},{"id":"eLns.js","timestamp":1671019594990},{"id":"rEIE.js","timestamp":1671431212530},{"id":"CyJv.js","timestamp":1671438138316},{"id":"9PfU.js","timestamp":1671438225453},{"id":"ZQtC.js","timestamp":1671449164648},{"id":"VZf4.js","timestamp":1671449179729},{"id":"Xvii.js","timestamp":1671449213648},{"id":"al3c.js","timestamp":1671449408379},{"id":"Id0R.js","timestamp":1671449473680},{"id":"QGMd.js","timestamp":1671449624007},{"id":"13Ov.js","timestamp":1671449651588},{"id":"HrlK.js","timestamp":1671449842322},{"id":"N4NQ.js","timestamp":1671449856774},{"id":"xrjn.js","timestamp":1671449875794},{"id":"2dbV.js","timestamp":1671450081698},{"id":"rYvy.js","timestamp":1671450117432},{"id":"vzKE.js","source":"undoRedo.source","timestamp":1671450126040},{"id":"cYUF.js","timestamp":1671450170983},{"id":"2lhd.js","timestamp":1671450182277},{"id":"XPgu.js","timestamp":1672259543354},{"id":"ldep.js","timestamp":1672259568793},{"id":"heas.js","timestamp":1672260885042}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/tenancy-api/data.json","entries":[{"id":"t7vq.json","source":"searchReplace.source","timestamp":1681220470059}]}
[{"model": "admin.logentry", "pk": 1, "fields": {"action_time": "2022-04-16T15:48:33.753Z", "user": 1, "content_type": 6, "object_id": "2", "object_repr": "evanpersie3@gmail.com", "action_flag": 2, "change_message": "[{\"changed\": {\"fields\": [\"First name\", \"Last name\"]}}]"}}, {"model": "admin.logentry", "pk": 2, "fields": {"action_time": "2022-04-16T15:48:49.935Z", "user": 1, "content_type": 6, "object_id": "3", "object_repr": "evansgichuki656@gmail.com", "action_flag": 2, "change_message": "[{\"changed\": {\"fields\": [\"Is verified\"]}}]"}}, {"model": "admin.logentry", "pk": 3, "fields": {"action_time": "2022-04-16T16:12:33.431Z", "user": 1, "content_type": 6, "object_id": "4", "object_repr": "string", "action_flag": 3, "change_message": ""}}, {"model": "admin.logentry", "pk": 4, "fields": {"action_time": "2022-05-25T22:00:22.069Z", "user": 1, "content_type": 10, "object_id": "4", "object_repr": "Umoja apartment", "action_flag": 2, "change_message": "[{\"changed\": {\"fields\": [\"Hse units\"]}}]"}}, {"model": "admin.logentry", "pk": 5, "fields": {"action_time": "2022-05-25T22:00:32.442Z", "user": 1, "content_type": 10, "object_id": "3", "object_repr": "Ngumba apartment", "action_flag": 2, "change_message": "[{\"changed\": {\"fields\": [\"Hse units\"]}}]"}}, {"model": "admin.logentry", "pk": 6, "fields": {"action_time": "2022-05-25T22:00:44.157Z", "user": 1, "content_type": 10, "object_id": "2", "object_repr": "Nakumatt Galleria", "action_flag": 2, "change_message": "[{\"changed\": {\"fields\": [\"Hse units\"]}}]"}}, {"model": "admin.logentry", "pk": 7, "fields": {"action_time": "2022-05-25T22:00:53.087Z", "user": 1, "content_type": 10, "object_id": "1", "object_repr": "Huduma centre", "action_flag": 2, "change_message": "[{\"changed\": {\"fields\": [\"Hse units\"]}}]"}}, {"model": "admin.logentry", "pk": 8, "fields": {"action_time": "2022-06-02T22:01:45.289Z", "user": 1, "content_type": 11, "object_id": "2", "object_repr": "Ngumba apartment - 1 - Georgia lost", "action_flag": 1, "change_message": "[{\"added\": {}}]"}}, {"model": "auth.permission", "pk": 1, "fields": {"name": "Can add log entry", "content_type": 1, "codename": "add_logentry"}}, {"model": "auth.permission", "pk": 2, "fields": {"name": "Can change log entry", "content_type": 1, "codename": "change_logentry"}}, {"model": "auth.permission", "pk": 3, "fields": {"name": "Can delete log entry", "content_type": 1, "codename": "delete_logentry"}}, {"model": "auth.permission", "pk": 4, "fields": {"name": "Can view log entry", "content_type": 1, "codename": "view_logentry"}}, {"model": "auth.permission", "pk": 5, "fields": {"name": "Can add permission", "content_type": 2, "codename": "add_permission"}}, {"model": "auth.permission", "pk": 6, "fields": {"name": "Can change permission", "content_type": 2, "codename": "change_permission"}}, {"model": "auth.permission", "pk": 7, "fields": {"name": "Can delete permission", "content_type": 2, "codename": "delete_permission"}}, {"model": "auth.permission", "pk": 8, "fields": {"name": "Can view permission", "content_type": 2, "codename": "view_permission"}}, {"model": "auth.permission", "pk": 9, "fields": {"name": "Can add group", "content_type": 3, "codename": "add_group"}}, {"model": "auth.permission", "pk": 10, "fields": {"name": "Can change group", "content_type": 3, "codename": "change_group"}}, {"model": "auth.permission", "pk": 11, "fields": {"name": "Can delete group", "content_type": 3, "codename": "delete_group"}}, {"model": "auth.permission", "pk": 12, "fields": {"name": "Can view group", "content_type": 3, "codename": "view_group"}}, {"model": "auth.permission", "pk": 13, "fields": {"name": "Can add content type", "content_type": 4, "codename": "add_contenttype"}}, {"model": "auth.permission", "pk": 14, "fields": {"name": "Can change content type", "content_type": 4, "codename": "change_contenttype"}}, {"model": "auth.permission", "pk": 15, "fields": {"name": "Can delete content type", "content_type": 4, "codename": "delete_contenttype"}}, {"model": "auth.permission", "pk": 16, "fields": {"name": "Can view content type", "content_type": 4, "codename": "view_contenttype"}}, {"model": "auth.permission", "pk": 17, "fields": {"name": "Can add session", "content_type": 5, "codename": "add_session"}}, {"model": "auth.permission", "pk": 18, "fields": {"name": "Can change session", "content_type": 5, "codename": "change_session"}}, {"model": "auth.permission", "pk": 19, "fields": {"name": "Can delete session", "content_type": 5, "codename": "delete_session"}}, {"model": "auth.permission", "pk": 20, "fields": {"name": "Can view session", "content_type": 5, "codename": "view_session"}}, {"model": "auth.permission", "pk": 21, "fields": {"name": "Can add user", "content_type": 6, "codename": "add_user"}}, {"model": "auth.permission", "pk": 22, "fields": {"name": "Can change user", "content_type": 6, "codename": "change_user"}}, {"model": "auth.permission", "pk": 23, "fields": {"name": "Can delete user", "content_type": 6, "codename": "delete_user"}}, {"model": "auth.permission", "pk": 24, "fields": {"name": "Can view user", "content_type": 6, "codename": "view_user"}}, {"model": "auth.permission", "pk": 25, "fields": {"name": "Can add expenses", "content_type": 7, "codename": "add_expenses"}}, {"model": "auth.permission", "pk": 26, "fields": {"name": "Can change expenses", "content_type": 7, "codename": "change_expenses"}}, {"model": "auth.permission", "pk": 27, "fields": {"name": "Can delete expenses", "content_type": 7, "codename": "delete_expenses"}}, {"model": "auth.permission", "pk": 28, "fields": {"name": "Can view expenses", "content_type": 7, "codename": "view_expenses"}}, {"model": "auth.permission", "pk": 29, "fields": {"name": "Can add expenses", "content_type": 8, "codename": "add_expenses"}}, {"model": "auth.permission", "pk": 30, "fields": {"name": "Can change expenses", "content_type": 8, "codename": "change_expenses"}}, {"model": "auth.permission", "pk": 31, "fields": {"name": "Can delete expenses", "content_type": 8, "codename": "delete_expenses"}}, {"model": "auth.permission", "pk": 32, "fields": {"name": "Can view expenses", "content_type": 8, "codename": "view_expenses"}}, {"model": "auth.permission", "pk": 33, "fields": {"name": "Can add units", "content_type": 9, "codename": "add_units"}}, {"model": "auth.permission", "pk": 34, "fields": {"name": "Can change units", "content_type": 9, "codename": "change_units"}}, {"model": "auth.permission", "pk": 35, "fields": {"name": "Can delete units", "content_type": 9, "codename": "delete_units"}}, {"model": "auth.permission", "pk": 36, "fields": {"name": "Can view units", "content_type": 9, "codename": "view_units"}}, {"model": "auth.permission", "pk": 37, "fields": {"name": "Can add properties", "content_type": 10, "codename": "add_properties"}}, {"model": "auth.permission", "pk": 38, "fields": {"name": "Can change properties", "content_type": 10, "codename": "change_properties"}}, {"model": "auth.permission", "pk": 39, "fields": {"name": "Can delete properties", "content_type": 10, "codename": "delete_properties"}}, {"model": "auth.permission", "pk": 40, "fields": {"name": "Can view properties", "content_type": 10, "codename": "view_properties"}}, {"model": "auth.permission", "pk": 41, "fields": {"name": "Can add tenants", "content_type": 11, "codename": "add_tenants"}}, {"model": "auth.permission", "pk": 42, "fields": {"name": "Can change tenants", "content_type": 11, "codename": "change_tenants"}}, {"model": "auth.permission", "pk": 43, "fields": {"name": "Can delete tenants", "content_type": 11, "codename": "delete_tenants"}}, {"model": "auth.permission", "pk": 44, "fields": {"name": "Can view tenants", "content_type": 11, "codename": "view_tenants"}}, {"model": "contenttypes.contenttype", "pk": 1, "fields": {"app_label": "admin", "model": "logentry"}}, {"model": "contenttypes.contenttype", "pk": 2, "fields": {"app_label": "auth", "model": "permission"}}, {"model": "contenttypes.contenttype", "pk": 3, "fields": {"app_label": "auth", "model": "group"}}, {"model": "contenttypes.contenttype", "pk": 4, "fields": {"app_label": "contenttypes", "model": "contenttype"}}, {"model": "contenttypes.contenttype", "pk": 5, "fields": {"app_label": "sessions", "model": "session"}}, {"model": "contenttypes.contenttype", "pk": 6, "fields": {"app_label": "authentication", "model": "user"}}, {"model": "contenttypes.contenttype", "pk": 7, "fields": {"app_label": "expenses", "model": "expenses"}}, {"model": "contenttypes.contenttype", "pk": 8, "fields": {"app_label": "properties", "model": "expenses"}}, {"model": "contenttypes.contenttype", "pk": 9, "fields": {"app_label": "properties", "model": "units"}}, {"model": "contenttypes.contenttype", "pk": 10, "fields": {"app_label": "properties", "model": "properties"}}, {"model": "contenttypes.contenttype", "pk": 11, "fields": {"app_label": "properties", "model": "tenants"}}, {"model": "sessions.session", "pk": "2le8s4ff9pp3xba96xe8t6z8xbv2u18j", "fields": {"session_data": ".eJxVjEEOwiAQRe_C2hBgYKgu3fcMBGZAqoYmpV0Z765NutDtf-_9lwhxW2vYel7CxOIitDj9binSI7cd8D222yxpbusyJbkr8qBdjjPn5_Vw_w5q7PVbO1KgoXhkcOeCaAsmjGQHVZQFYJUYCoIp3hlwyivOBmFAsmSyBhLvD8S6Nwk:1nwsr7:yq-sZNyDxJWF-dUsaXzuWb9-uGgAIp3x9oXiwlM6omM", "expire_date": "2022-06-16T21:59:49.876Z"}}, {"model": "sessions.session", "pk": "8rboc05928b9bjyncsiqnlphuyzsq74u", "fields": {"session_data": ".eJxVjDEOwjAMRe-SGUW1lOCYkZ0zRE4ckwJKpaadKu4OlTrA-t97fzOR16XGtZc5jmIuBszpd0ucn6XtQB7c7pPNU1vmMdldsQft9jZJeV0P9--gcq_fenApg0JhoISMTgGUOAchojSIqDhE5KKJ2KEnVSDv9RwC5gI6mPcHBUU4tQ:1nfk2O:51p71hfSqYLp_OJidgP6ESh-tp34KWlth7O4Ytr_Wvo", "expire_date": "2022-04-30T15:08:36.205Z"}}, {"model": "sessions.session", "pk": "u45i950agyvxbbcp1jdvd6sqvm5r77pu", "fields": {"session_data": ".eJxVjEEOwiAQRe_C2hBgYKgu3fcMBGZAqoYmpV0Z765NutDtf-_9lwhxW2vYel7CxOIitDj9binSI7cd8D222yxpbusyJbkr8qBdjjPn5_Vw_w5q7PVbO1KgoXhkcOeCaAsmjGQHVZQFYJUYCoIp3hlwyivOBmFAsmSyBhLvD8S6Nwk:1nrPKm:yoLEIfq6hbCGGTSUmBTp3gSbCScSQOKa2KKQ2lr8EI0", "expire_date": "2022-06-01T19:27:48.952Z"}}, {"model": "authentication.user", "pk": 1, "fields": {"password": "pbkdf2_sha256$260000$xjPCt6JluPFvUpziVsYmx7$Hcr9MIXCpI9Ax0SV08uYFqSWk/bXpvBaJhSVXl2BDsw=", "last_login": "2022-06-02T21:59:49.777Z", "is_superuser": true, "username": "egichuki", "email": "evans@gmail.com", "first_name": "daniel", "last_name": "ricardo", "user_group": "", "mobile": "", "is_verified": false, "is_active": true, "is_staff": true, "created_at": "2022-04-16T15:08:16.259Z", "updated_at": "2022-04-16T15:08:16.269Z", "groups": [], "user_permissions": []}}, {"model": "authentication.user", "pk": 2, "fields": {"password": "pbkdf2_sha256$260000$3fcFD8t1Avpz44Q9hSL2qo$LPPWsgKIVqAEPoqfdP7vysKmnCXA+81iypdr7Do2/Yw=", "last_login": null, "is_superuser": false, "username": "string", "email": "evanpersie3@gmail.com", "first_name": "van", "last_name": "persie", "user_group": "tenant", "mobile": "0701802417", "is_verified": true, "is_active": true, "is_staff": false, "created_at": "2022-04-16T15:23:00.854Z", "updated_at": "2022-04-16T15:48:33.749Z", "groups": [], "user_permissions": []}}, {"model": "authentication.user", "pk": 3, "fields": {"password": "pbkdf2_sha256$260000$nX5DgZo7ei4rqVJJxS3LjL$7Bb8XkYJkVtm5o9USqG+ZEGrssiPVsrxZM5JLu8K08g=", "last_login": null, "is_superuser": false, "username": "heyya", "email": "evansgichuki656@gmail.com", "first_name": "evans", "last_name": "gichuki", "user_group": "landlord", "mobile": "0787656543", "is_verified": true, "is_active": true, "is_staff": false, "created_at": "2022-04-16T15:47:52.093Z", "updated_at": "2022-04-16T15:48:49.930Z", "groups": [], "user_permissions": []}}, {"model": "properties.properties", "pk": 1, "fields": {"building_name": "Huduma centre", "building_type": "apartment", "address": "37 University way", "coordinates": "(5.32345,3.4567)", "city": "Nairobi", "naming": "FE-", "floors": 8, "hse_units": 120, "pre_suffix": true, "owner": 2, "created_at": "2022-04-16T17:01:44.919Z", "updated_at": "2022-05-25T22:00:53.085Z"}}, {"model": "properties.properties", "pk": 2, "fields": {"building_name": "Nakumatt Galleria", "building_type": "apartment", "address": "47 Langata rd", "coordinates": "(10.32345,34.4567)", "city": "Nairobi", "naming": "NG-", "floors": 2, "hse_units": 80, "pre_suffix": false, "owner": 2, "created_at": "2022-04-16T17:02:37.128Z", "updated_at": "2022-05-25T22:00:44.155Z"}}, {"model": "properties.properties", "pk": 3, "fields": {"building_name": "Ngumba apartment", "building_type": "apartment", "address": "Ngumba road, Thika", "coordinates": "51.24442477214973, -0.5968915734771982", "city": "Nairobi", "naming": "NG", "floors": 3, "hse_units": 48, "pre_suffix": true, "owner": 2, "created_at": "2022-05-22T17:15:12.294Z", "updated_at": "2022-05-25T22:00:32.440Z"}}, {"model": "properties.properties", "pk": 4, "fields": {"building_name": "Umoja apartment", "building_type": "apartment", "address": "Umoja road, Innercore", "coordinates": "51.244162837874605, -0.5982112202665667", "city": "Nairobi", "naming": "UM", "floors": 8, "hse_units": 23, "pre_suffix": true, "owner": 2, "created_at": "2022-05-22T17:21:26.913Z", "updated_at": "2022-05-25T22:00:22.068Z"}}, {"model": "properties.tenants", "pk": 1, "fields": {"house_no": 9, "tenant": "Rockella birch", "mobile": 7898765, "email": "wer@gmail.com", "bedrooms": 3, "floor": 1, "rent": "15000.00", "deposit": "20000.00", "apartment": 3, "owner": 2, "created_at": "2022-05-31T16:25:12.960Z", "updated_at": "2022-05-31T16:25:12.960Z"}}, {"model": "properties.tenants", "pk": 2, "fields": {"house_no": 1, "tenant": "Georgia lost", "mobile": 787678987, "email": "gl@gmail.com", "bedrooms": 3, "floor": 1, "rent": "45000.00", "deposit": "35000.00", "apartment": 3, "owner": 2, "created_at": "2022-06-02T22:01:45.289Z", "updated_at": "2022-06-02T22:01:45.289Z"}}, {"model": "properties.tenants", "pk": 3, "fields": {"house_no": 0, "tenant": "string", "mobile": 0, "email": "e@gmail.com", "bedrooms": 3, "floor": 0, "rent": "45000.00", "deposit": "55000.00", "apartment": 3, "owner": 2, "created_at": "2022-06-04T12:31:32.690Z", "updated_at": "2022-06-04T12:31:32.690Z"}}, {"model": "properties.tenants", "pk": 4, "fields": {"house_no": 5, "tenant": "string", "mobile": 0, "email": "e@gmail.com", "bedrooms": 3, "floor": 0, "rent": "45000.00", "deposit": "55000.00", "apartment": 3, "owner": 2, "created_at": "2022-06-04T12:31:47.894Z", "updated_at": "2022-06-04T12:31:47.894Z"}}, {"model": "properties.tenants", "pk": 5, "fields": {"house_no": 5, "tenant": "Post malone", "mobile": 0, "email": "e@gmail.com", "bedrooms": 3, "floor": 0, "rent": "45000.00", "deposit": "55000.00", "apartment": 3, "owner": 2, "created_at": "2022-06-04T12:32:01.031Z", "updated_at": "2022-06-04T12:32:01.031Z"}}, {"model": "properties.tenants", "pk": 6, "fields": {"house_no": 5, "tenant": "Ardee myers", "mobile": 0, "email": "ardee@gmail.com", "bedrooms": 3, "floor": 1, "rent": "45000.00", "deposit": "55000.00", "apartment": 2, "owner": 2, "created_at": "2022-06-04T12:32:29.048Z", "updated_at": "2022-06-04T12:32:29.048Z"}}, {"model": "properties.tenants", "pk": 7, "fields": {"house_no": 6, "tenant": "Tion Wayne", "mobile": 78987656, "email": "ardee@gmail.com", "bedrooms": 3, "floor": 1, "rent": "45000.00", "deposit": "55000.00", "apartment": 2, "owner": 2, "created_at": "2022-06-04T12:32:55.066Z", "updated_at": "2022-06-04T12:32:55.066Z"}}, {"model": "properties.tenants", "pk": 8, "fields": {"house_no": 7, "tenant": "Nikki minaj", "mobile": 78987656, "email": "ardee@gmail.com", "bedrooms": 3, "floor": 1, "rent": "45000.00", "deposit": "55000.00", "apartment": 2, "owner": 2, "created_at": "2022-06-04T12:33:14.422Z", "updated_at": "2022-06-04T12:33:14.422Z"}}, {"model": "properties.tenants", "pk": 9, "fields": {"house_no": 7, "tenant": "Nikki minaj", "mobile": 78987656, "email": "ardee@gmail.com", "bedrooms": 3, "floor": 1, "rent": "45000.00", "deposit": "55000.00", "apartment": 2, "owner": 2, "created_at": "2022-06-04T12:33:15.681Z", "updated_at": "2022-06-04T12:33:15.681Z"}}, {"model": "properties.tenants", "pk": 10, "fields": {"house_no": 7, "tenant": "Nikki minaj", "mobile": 7656789, "email": "nikk@gmail.com", "bedrooms": 3, "floor": 2, "rent": "45000.00", "deposit": "55000.00", "apartment": 2, "owner": 2, "created_at": "2022-06-04T12:33:35.881Z", "updated_at": "2022-06-04T12:33:35.881Z"}}, {"model": "properties.tenants", "pk": 11, "fields": {"house_no": 1, "tenant": "Aitch zed", "mobile": 7876543, "email": "zed@gmail.com", "bedrooms": 3, "floor": 3, "rent": "60000.00", "deposit": "45000.00", "apartment": 4, "owner": 2, "created_at": "2022-06-04T12:34:31.098Z", "updated_at": "2022-06-04T12:34:31.098Z"}}, {"model": "properties.tenants", "pk": 12, "fields": {"house_no": 3, "tenant": "Bella porch", "mobile": 789098765, "email": "bellap@gmail.com", "bedrooms": 3, "floor": 3, "rent": "5000.00", "deposit": "45000.00", "apartment": 4, "owner": 2, "created_at": "2022-06-04T12:35:10.522Z", "updated_at": "2022-06-04T12:35:10.522Z"}}, {"model": "properties.tenants", "pk": 13, "fields": {"house_no": 10, "tenant": "Snoop dog", "mobile": 7654563, "email": "snoop@gmail.com", "bedrooms": 3, "floor": 4, "rent": "5000.00", "deposit": "45000.00", "apartment": 4, "owner": 2, "created_at": "2022-06-04T12:35:49.297Z", "updated_at": "2022-06-04T12:35:49.297Z"}}]
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/twift-ims/addons/twift-ims/static/src/js/dashboard.js","entries":[{"id":"fo2v.js","timestamp":1668769079010},{"id":"LOCm.js","timestamp":1668769152312},{"id":"bHQw.js","timestamp":1669365815487},{"id":"Hy19.js","timestamp":1669365834823}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/twift-ims/addons/twift-ims/models/__init__.py","entries":[{"id":"sBhT.py","timestamp":1671071100901}]}
{"version":1,"resource":"file:///home/dell/p/icl/mamashub-scripts/-opt-kabarak-mhis-web-app.csv","entries":[{"id":"lFpd.csv","source":"Workspace Edit","timestamp":1680771831867}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/farmhub/ui/src/pages/Account.jsx","entries":[{"id":"Ci3B.jsx","timestamp":1677705295953},{"id":"jWsW.jsx","timestamp":1677705332531}]}
{"version":1,"resource":"file:///home/dell/p/uganda-ccis-server-setup/.gitignore","entries":[{"id":"Ivwx","timestamp":1668452824547}]}
{"version":1,"resource":"file:///home/dell/p/hasura-actions/src/auth.rs","entries":[{"id":"Xda1.rs","timestamp":1668463924812}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/new_mediators/.env","entries":[{"id":"D9Vc","timestamp":1672321584238},{"id":"Xm5Y","timestamp":1672322008544}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Edwin/farmhub/farmhub-api/run-prisma-studio.sh","entries":[{"id":"HOPK.sh","timestamp":1671195145771}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/tenancy-api/rent/admin.py","entries":[{"id":"gawR.py","timestamp":1682156944209},{"id":"EMfG.py","source":"searchReplace.source","timestamp":1682157414819},{"id":"56fQ.py","source":"merge-editor.source","timestamp":1683744501808},{"id":"ziP2.py","timestamp":1683745424503},{"id":"vR84.py","timestamp":1684080087605},{"id":"iFGb.py","timestamp":1684771329796}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/twift-ims/addons/twift-ims/views/warehouse.xml","entries":[{"id":"LDLY.xml","timestamp":1671071754348},{"id":"nHKi.xml","timestamp":1671071854180},{"id":"XJxs.xml","timestamp":1671071894600},{"id":"Jymg.xml","timestamp":1671071944185},{"id":"w4us.xml","timestamp":1671072189870},{"id":"l6Zl.xml","timestamp":1671074129089},{"id":"jjGx.xml","timestamp":1671074208661},{"id":"a4lA.xml","timestamp":1671074288749},{"id":"4jEg.xml","timestamp":1671074412646},{"id":"i80h.xml","timestamp":1671074533470},{"id":"lADw.xml","timestamp":1671078051083},{"id":"vxcO.xml","timestamp":1671078096951},{"id":"Kv9S.xml","timestamp":1671080243357},{"id":"jM5M.xml","timestamp":1671080422985},{"id":"2iFj.xml","timestamp":1671080433073},{"id":"cFhZ.xml","timestamp":1671080567766},{"id":"xYSw.xml","timestamp":1671080585890},{"id":"lMZ8.xml","timestamp":1671080623682},{"id":"1zRk.xml","timestamp":1671080705859},{"id":"39F7.xml","timestamp":1671082134316},{"id":"hYpX.xml","timestamp":1671082204876},{"id":"MzYS.xml","timestamp":1671082290984},{"id":"kbP8.xml","timestamp":1671082763930},{"id":"dDcY.xml","timestamp":1671082901738},{"id":"hnml.xml","timestamp":1671083771842},{"id":"1AwH.xml","timestamp":1671095843229},{"id":"oiPY.xml","timestamp":1671095867101},{"id":"O3ut.xml","timestamp":1671095956522},{"id":"cFTF.xml","timestamp":1671095995930},{"id":"lQEE.xml","timestamp":1671096136606},{"id":"gvL5.xml","timestamp":1671096223151},{"id":"0XNA.xml","timestamp":1673500323622},{"id":"ZYpx.xml","timestamp":1673500967277},{"id":"A4iw.xml","timestamp":1673609108672},{"id":"qQNV.xml","source":"undoRedo.source","timestamp":1673609170992},{"id":"JNT2.xml","source":"undoRedo.source","timestamp":1673973578731},{"id":"CE4Q.xml","timestamp":1673973600411},{"id":"adPi.xml","timestamp":1675155158332},{"id":"Ol4D.xml","timestamp":1675853172480},{"id":"Ginh.xml","timestamp":1675923462288},{"id":"crty.xml","timestamp":1675923495738},{"id":"iOmq.xml","timestamp":1675923533295},{"id":"lrwv.xml","timestamp":1675923561550},{"id":"IWyh.xml","timestamp":1675923867772},{"id":"dPi2.xml","timestamp":1675924122009},{"id":"6jOH.xml","timestamp":1675924234911},{"id":"5Ovj.xml","timestamp":1675924271790},{"id":"P78D.xml","timestamp":1675924326409},{"id":"Q4Y8.xml","timestamp":1675924361896},{"id":"DZiP.xml","timestamp":1675924375232}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/tenancy-api/payments/admin.py","entries":[{"id":"WYGo.py","timestamp":1682140270035},{"id":"TkcB.py","timestamp":1682156661528},{"id":"uTUQ.py","timestamp":1683744890334},{"id":"AAO2.py","timestamp":1683745438051},{"id":"LMU2.py","timestamp":1684047141984},{"id":"KLZ6.py","timestamp":1684763723578},{"id":"fBuX.py","timestamp":1684763793021},{"id":"7tbX.py","timestamp":1684780829444},{"id":"wXIZ.py","timestamp":1684780850984}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/My-trivia/src/component/LandingPage/Landing/landingpage.js","entries":[{"id":"AeEF.js","timestamp":1690457700761}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/admin/lib/utils.ts","entries":[{"id":"YPwk.ts","timestamp":1675870055083}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/admin/components/PatientList.tsx","entries":[{"id":"9Fw5.tsx","timestamp":1675868280650},{"id":"78wX.tsx","timestamp":1675868312915},{"id":"OLLK.tsx","timestamp":1675868578438},{"id":"lFUT.tsx","timestamp":1675868588534},{"id":"o8h9.tsx","timestamp":1675868612315},{"id":"JceX.tsx","timestamp":1675868736017},{"id":"Anac.tsx","timestamp":1675868746490},{"id":"9m75.tsx","timestamp":1675868792394},{"id":"pCt8.tsx","timestamp":1675868804123},{"id":"96it.tsx","timestamp":1675868817063},{"id":"Qt1c.tsx","source":"undoRedo.source","timestamp":1675868824699},{"id":"KTqP.tsx","timestamp":1675868858064},{"id":"6RvK.tsx","timestamp":1675868930741},{"id":"Mkw6.tsx","timestamp":1675868948329},{"id":"zhyq.tsx","timestamp":1675869320351},{"id":"WQA0.tsx","timestamp":1675869334119},{"id":"edqA.tsx","timestamp":1675869347163},{"id":"xtXz.tsx","timestamp":1675869378583},{"id":"i5hm.tsx","timestamp":1675869423864},{"id":"2YwW.tsx","timestamp":1675870077000},{"id":"qW5a.tsx","timestamp":1675870124820},{"id":"Xp8y.tsx","timestamp":1675871420798},{"id":"BIdk.tsx","timestamp":1675871640739},{"id":"clL3.tsx","timestamp":1675871656375},{"id":"vxIf.tsx","timestamp":1675871669315},{"id":"fz11.tsx","timestamp":1675871694631},{"id":"PS8q.tsx","timestamp":1675871707035},{"id":"qHBB.tsx","timestamp":1675872785944},{"id":"OSCW.tsx","timestamp":1678895030565}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/trivia/api/src/routes/trivia.ts","entries":[{"id":"iots.ts","timestamp":1690472617686},{"id":"PpSE.ts","source":"renamed.source","timestamp":1690472887309},{"id":"mQFk.ts","timestamp":1690473003518}]}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/hie/hapi-fhir/src/main/resources/application.yaml","entries":[{"id":"S72b.yaml","timestamp":1689875769745},{"id":"X2WE.yaml","timestamp":1689875811537},{"id":"IrUU.yaml","timestamp":1689875921231},{"id":"rr4r.yaml","timestamp":1689876024950},{"id":"dulY.yaml","source":"searchReplace.source","timestamp":1689876308279},{"id":"KCWX.yaml","timestamp":1692368173608}]}
{"version":1,"resource":"file:///home/dell/p/icl/pvers/cht_pvers/hie/mediators/Dockerfile.dev","entries":[{"id":"cyfa.dev","timestamp":1688998824325}]}
{
"name": "api",
"version": "0.1.0",
"dependencies": {
"@prisma/client": "^4.5.0",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.1",
"jwt-simple": "^0.5.6",
"mime-types": "^2.1.35",
"multer": "^1.4.5-lts.1",
"node-mailjet": "^3.3.13",
"nodemailer": "^6.7.3",
"openhim-mediator-utils": "^0.2.4",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.9",
"@types/mime-types": "^2.1.1",
"@types/multer": "^1.4.7",
"@types/node": "^14.14.20",
"@types/node-fetch": "^2.6.2",
"@types/node-mailjet": "^3.3.8",
"@types/nodemailer": "^6.4.4",
"@typescript-eslint/parser": "^5.21.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"nodemon": "^2.0.7",
"prisma": "^4.5.0",
"react-error-overlay": "6.0.9",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"scripts": {
"dev": "nodemon ./src/index.ts -w ./src",
"start": "node ./build/index.js",
"build": "yarn tsc --project tsconfig.json",
"prisma:migrate": "yarn prisma migrate dev --preview-feature",
"prisma:deploy": "yarn prisma migrate deploy",
"prisma:studio": "yarn prisma studio",
"prisma:generate": "yarn prisma generate"
}
}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/hie/mediators/package.json","entries":[{"id":"1fQY.json","timestamp":1690205369666}]}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/hie/mediators/src/lib/resources.ts","entries":[{"id":"QmXI.ts","timestamp":1689921996642},{"id":"Bxe4.ts","timestamp":1692459192982},{"id":"4rFo.ts","timestamp":1692459214890},{"id":"dMoX.ts","timestamp":1692463994517},{"id":"rNi3.ts","timestamp":1692474887462},{"id":"UFcK.ts","source":"undoRedo.source","timestamp":1692475301941},{"id":"7LbV.ts","timestamp":1692475303697}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/admin/styles/Home.module.css","entries":[{"id":"Gzx3.css","timestamp":1675866957719},{"id":"8qCR.css","timestamp":1675871932561}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/new_mediators/src/routes/patients.ts","entries":[{"id":"CsOi.ts","timestamp":1672261518395},{"id":"vIVD.ts","timestamp":1672261549464},{"id":"efVw.ts","timestamp":1672262439427},{"id":"IjI2.ts","timestamp":1672295390742}]}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/bahmni/bahmni-standard/extra-odoo-addons/bahmni_insurance_odoo/views/insurance_settings.xml","entries":[{"id":"jijB.xml","timestamp":1691512508349},{"id":"zX5n.xml","timestamp":1692016673538},{"id":"Y1yn.xml","timestamp":1692016728947},{"id":"zklt.xml","timestamp":1692016750691},{"id":"Gvq4.xml","timestamp":1692016816519},{"id":"6Rme.xml","timestamp":1692016881440},{"id":"o6il.xml","timestamp":1692016906028},{"id":"1DY9.xml","timestamp":1692018095778},{"id":"706s.xml","timestamp":1692018114048},{"id":"lHMp.xml","timestamp":1692018145452},{"id":"vUQA.xml","timestamp":1692018157197},{"id":"xq3r.xml","timestamp":1692018189007},{"id":"qF03.xml","timestamp":1692018420077},{"id":"ysxR.xml","timestamp":1692018517736},{"id":"XBnK.xml","timestamp":1692018625449},{"id":"crpl.xml","timestamp":1692018659875},{"id":"HsD1.xml","timestamp":1692019556866},{"id":"hqtb.xml","timestamp":1692024610887}]}
{"version":1,"resource":"file:///home/dell/p/Moringa/EDA%20with%20Pandas%20Checkpoint/edawithpandascheckpoint/index.ipynb","entries":[{"id":"gdvJ.ipynb","source":"edit","timestamp":1689354808915},{"id":"IUmp.ipynb","source":"Update Cell Metadata","timestamp":1689357204832}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/tenancy-api/rent/cron.py","entries":[{"id":"CVV5.py","timestamp":1682157024709},{"id":"Gjzl.py","source":"searchReplace.source","timestamp":1682157414827},{"id":"Rd04.py","timestamp":1683744984534},{"id":"lMFH.py","timestamp":1684080079689}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Edwin/farmhub/farmhub-api/src/routes/data.ts","entries":[{"id":"nGrv.ts","timestamp":1672246900966},{"id":"uKAe.ts","timestamp":1672246967710},{"id":"j4gu.ts","timestamp":1672246981814},{"id":"HMDZ.ts","source":"searchReplace.source","timestamp":1672414629425},{"id":"1FWg.ts","timestamp":1672415503986},{"id":"AVFn.ts","source":"searchReplace.source","timestamp":1672415789067},{"id":"gGfZ.ts","timestamp":1673661363807},{"id":"OeiS.ts","timestamp":1673661414095},{"id":"wdWt.ts","timestamp":1673661431407},{"id":"TyjZ.ts","timestamp":1673661464263},{"id":"NbBH.ts","timestamp":1673661507159},{"id":"WVdb.ts","timestamp":1673661867003},{"id":"Y0JU.ts","timestamp":1673661879564},{"id":"BA4N.ts","timestamp":1673662169748},{"id":"TeDB.ts","timestamp":1673662315256},{"id":"htvF.ts","timestamp":1673662335541},{"id":"25mn.ts","timestamp":1673662396464},{"id":"GSVn.ts","timestamp":1673662437181},{"id":"HUeu.ts","timestamp":1673662481879}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/tenancy-api/properties/serializers.py","entries":[{"id":"Gp9Q.py","source":"searchReplace.source","timestamp":1681220470075},{"id":"YnNt.py","timestamp":1682157237802},{"id":"wCtE.py","timestamp":1682157267722},{"id":"lSJp.py","timestamp":1683745511968},{"id":"AiMK.py","timestamp":1683745527260},{"id":"qkeC.py","source":"searchReplace.source","timestamp":1684680446400}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/hapi-fhir/application.yaml","entries":[{"id":"M9Sn.yaml","timestamp":1679293631001},{"id":"t3t8.yaml","timestamp":1679293642493}]}
{
"name": "hardhat-project",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts-upgradeable": "^4.3.2",
"@openzeppelin/hardhat-defender": "^1.5.1",
"@openzeppelin/hardhat-upgrades": "^1.12.0",
"chai": "^4.3.4",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"hardhat": "^2.6.8"
},
"scripts": {
"deploy":"npx hardhat run --network sepolia scripts/deploy.js"
}
}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/upgradable-sc/package.json","entries":[{"id":"maV1.json","timestamp":1684414952822},{"id":"AGyb.json","timestamp":1684417197660},{"id":"vfpu.json","timestamp":1684418131691},{"id":"T4FE.json","timestamp":1684493302867},{"id":"y60W.json","timestamp":1685815034691}]}
{
"name": "hardhat-project",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts-upgradeable": "^4.3.2",
"@openzeppelin/hardhat-defender": "^1.5.1",
"@openzeppelin/hardhat-upgrades": "^1.12.0",
"chai": "^4.3.4",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"hardhat": "^2.6.8"
},
"scripts": {
"deploy":"npx"
}
}
{
"name": "hardhat-project",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts-upgradeable": "^4.3.2",
"@openzeppelin/hardhat-defender": "^1.5.1",
"@openzeppelin/hardhat-upgrades": "^1.12.0",
"chai": "^4.3.4",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"hardhat": "^2.6.8"
},
"scripts": {
"deploy":"npx hardhat run --network sepolia scripts/deploy.js",
"upgrade":"npx hardhat run --network sepolia scripts/upgrade.js",
"propose-upgrade":"npx hardhat run --network sepolia scripts/propose-upgrade.js"
}
}
{
"name": "hardhat-project",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts-upgradeable": "^4.3.2",
"@openzeppelin/hardhat-defender": "^1.5.1",
"@openzeppelin/hardhat-upgrades": "^1.12.0",
"chai": "^4.3.4",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"hardhat": "^2.6.8"
},
"scripts": {
"deploy":"npx hardhat run --network sepolia scripts/deploy.js",
"upgrade":"npx hardhat run --network sepolia scripts/upgrade.js"
}
}
{
"name": "hardhat-project",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts-upgradeable": "^4.3.2",
"@openzeppelin/hardhat-defender": "^1.5.1",
"@openzeppelin/hardhat-upgrades": "^1.12.0",
"chai": "^4.3.4",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"hardhat": "^2.6.8"
},
"scripts": {
"deploy":"npx hardhat run --network sepolia scripts/deploy.js",
"upgrade":"npx hardhat run --network sepolia scripts/upgrade.js",
"propose-upgrade":"npx hardhat run --network sepolia scripts/propose-upgrade.js"
}
}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/bahmni/bahmni-standard/extra-odoo-addons/bahmni_insurance_odoo/__manifest__.py","entries":[{"id":"wY0f.py","timestamp":1690969083138},{"id":"4En8.py","timestamp":1690969419543},{"id":"lSqT.py","timestamp":1690969803868},{"id":"Z5Uo.py","timestamp":1690969856044},{"id":"qeEm.py","timestamp":1690971019503},{"id":"15Ek.py","timestamp":1690971074363},{"id":"d7sX.py","timestamp":1690978910245},{"id":"rR82.py","timestamp":1691100853631},{"id":"Zv9E.py","timestamp":1691100948133},{"id":"tzZo.py","timestamp":1691101176619},{"id":"ZHJN.py","timestamp":1691450260991},{"id":"7Vfb.py","timestamp":1692017865622}]}
{"version":1,"resource":"file:///home/dell/p/mo-ment/bahmni/bahmni-standard/extra-odoo-addons/bahmni_insurance_odoo/models/OrderableProduct.py","entries":[{"id":"8om5.py","timestamp":1680788410718}]}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/hie/mediators/src/routes/facilities.ts","entries":[{"id":"nDVr.ts","timestamp":1692463070197}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Farm-Dashboard/src/lib/api.js","entries":[{"id":"zZIh.js","timestamp":1670974186380},{"id":"1q21.js","timestamp":1670974470629},{"id":"Kf6M.js","timestamp":1670974509205}]}
{"version":1,"resource":"file:///home/dell/p/mo-ment/bahmni/bahmni-standard/sample_pricelists/insurance.csv","entries":[{"id":"6WBr.csv","timestamp":1676309919245}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/farmhub/ui/src/pages/Users.jsx","entries":[{"id":"DiRA.jsx","timestamp":1677323553826},{"id":"F6AK.jsx","timestamp":1677323564678},{"id":"MqiY.jsx","timestamp":1677323593095},{"id":"xNNH.jsx","timestamp":1677333924584},{"id":"HVZY.jsx","timestamp":1677333987580},{"id":"LTVj.jsx","timestamp":1677334031572},{"id":"rZEk.jsx","timestamp":1677334117829},{"id":"qPGX.jsx","timestamp":1677334150937},{"id":"AfWt.jsx","timestamp":1677334177757},{"id":"XKXg.jsx","timestamp":1677334223037},{"id":"yXzB.jsx","timestamp":1677334239877},{"id":"jRgU.jsx","timestamp":1677334292809},{"id":"gL2N.jsx","timestamp":1677334310201},{"id":"1mVj.jsx","timestamp":1677334378845},{"id":"5zHa.jsx","timestamp":1677335097638},{"id":"VjU6.jsx","timestamp":1677335237642},{"id":"rGPZ.jsx","timestamp":1677431933846},{"id":"1uR9.jsx","timestamp":1677431996765},{"id":"fDue.jsx","timestamp":1677432008254},{"id":"C1TW.jsx","timestamp":1677432062768},{"id":"VSXD.jsx","timestamp":1677433450946},{"id":"S8C9.jsx","timestamp":1677519388995},{"id":"TSp3.jsx","timestamp":1677519482427},{"id":"u26I.jsx","timestamp":1677519839529},{"id":"VuBE.jsx","timestamp":1677520264168},{"id":"VM7a.jsx","timestamp":1677520503150},{"id":"1aC5.jsx","timestamp":1677521633231},{"id":"GniQ.jsx","timestamp":1677522294922},{"id":"zSs0.jsx","timestamp":1677705208378},{"id":"AKHV.jsx","timestamp":1677705224329},{"id":"s3FU.jsx","timestamp":1677705248552},{"id":"vbuU.jsx","timestamp":1680839269865}]}
{"version":1,"resource":"file:///home/dell/p/icl/OpenCRVs/mamashub-web/ui/src/pages/PatientDetails.jsx","entries":[{"id":"N3NL.jsx","timestamp":1683700044160}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/mediators/src/routes/facilities.ts","entries":[{"id":"NtXh.ts","timestamp":1676179831621},{"id":"3XdE.ts","timestamp":1676179845393},{"id":"ADVV.ts","timestamp":1676179912690},{"id":"v26f.ts","timestamp":1676179930203},{"id":"73ag.ts","timestamp":1676179970015},{"id":"1f1f.ts","timestamp":1676179984807},{"id":"ENQ5.ts","timestamp":1676180001752},{"id":"G006.ts","timestamp":1676180089901},{"id":"6JSW.ts","timestamp":1676180155894},{"id":"l8ec.ts","timestamp":1676180174122},{"id":"RCNk.ts","timestamp":1676180247811},{"id":"5OH1.ts","timestamp":1676180449977},{"id":"JzZr.ts","source":"Workspace Edit","timestamp":1676180554102},{"id":"EQbj.ts","timestamp":1676180562166}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Edwin/farmhub/Farm-Dashboard/src/components/Header.jsx","entries":[{"id":"QT3J.jsx","source":"searchReplace.source","timestamp":1670983511048}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/work/endpoints","entries":[{"id":"8u1W","source":"textFileCreate.source","timestamp":1680336366531},{"id":"qI8o","timestamp":1680336376011}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Farm-Dashboard/src/routes.js","entries":[{"id":"519L.js","timestamp":1670973811014},{"id":"rtUn.js","timestamp":1670973827982},{"id":"vI5e.js","timestamp":1670973852706},{"id":"t4y0.js","timestamp":1670973872102},{"id":"CHFO.js","timestamp":1670973887683},{"id":"oOdI.js","timestamp":1670973898483},{"id":"N3tf.js","timestamp":1670973924327},{"id":"jQR0.js","source":"undoRedo.source","timestamp":1670973936435},{"id":"p9ke.js","timestamp":1670973939375},{"id":"uGFn.js","timestamp":1670973966943},{"id":"Nwfj.js","timestamp":1670974255116}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/twift-ims/Dockerfile","entries":[{"id":"SjH6","timestamp":1674025342071},{"id":"sLVy","timestamp":1674025729163},{"id":"TgCk","source":"undoRedo.source","timestamp":1674025744347},{"id":"GybK","timestamp":1674026402477},{"id":"RwfX","timestamp":1674026449533},{"id":"MTCe","timestamp":1674026547779},{"id":"hMY7","timestamp":1674026620219},{"id":"dZkT","timestamp":1674026679882},{"id":"gEow","timestamp":1674118304110}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/trivia/api/src/lib/sms.ts","entries":[{"id":"fXpu.ts","timestamp":1690472596994}]}
{"version":1,"resource":"file:///home/dell/p/icl/uganda-ccis-server-setup/ccis-dashboard/src/routes/index.js","entries":[{"id":"MLYp.js","timestamp":1669210547332},{"id":"mlQW.js","timestamp":1671023348076},{"id":"wznF.js","timestamp":1671023855041},{"id":"UmkA.js","timestamp":1671025017091},{"id":"oJfq.js","timestamp":1671025101139},{"id":"1V6T.js","timestamp":1671025138667},{"id":"kFN9.js","timestamp":1671025523933},{"id":"1F5M.js","timestamp":1671025559365},{"id":"OLib.js","timestamp":1671026019134},{"id":"Ckqz.js","timestamp":1671026793262},{"id":"lvzo.js","timestamp":1671026805034},{"id":"PjmJ.js","timestamp":1674996627919},{"id":"vdTF.js","timestamp":1675003087708},{"id":"q2GE.js","timestamp":1675076259188}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/twift-ims/docker-compose-dev.yml","entries":[{"id":"LT0L.yml","timestamp":1674578603069},{"id":"jJB6.yml","timestamp":1674578885198},{"id":"Hfnt.yml","timestamp":1674579166916},{"id":"JNi5.yml","timestamp":1675831530027},{"id":"xmkA.yml","source":"undoRedo.source","timestamp":1675836336198}]}
{"version":1,"resource":"file:///home/dell/p/icl/cht-accelerator/IntelliSOFT/Example%20CHT%20application/hie/mediators/src/routes/shr.ts","entries":[{"id":"DbfO.ts","timestamp":1686911223876},{"id":"xQEt.ts","timestamp":1686911385267},{"id":"En6f.ts","timestamp":1686913424973},{"id":"3p7a.ts","timestamp":1686913465309},{"id":"NogI.ts","timestamp":1686913522878}]}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/hie/docker-compose-dev.yml","entries":[{"id":"VHDQ.yml","timestamp":1689876062341},{"id":"U7ln.yml","timestamp":1689876207308},{"id":"UCBx.yml","timestamp":1689876520909},{"id":"gHie.yml","timestamp":1689876533653},{"id":"CWwm.yml","timestamp":1689919318471},{"id":"JJRs.yml","timestamp":1690878041119},{"id":"5PyC.yml","timestamp":1691065358745},{"id":"4LuV.yml","timestamp":1691065497004},{"id":"bH8L.yml","timestamp":1691065539629},{"id":"nBdt.yml","timestamp":1691065888030},{"id":"hzKc.yml","timestamp":1691411030510},{"id":"FPVs.yml","source":"undoRedo.source","timestamp":1691411037119},{"id":"qurL.yml","timestamp":1691439876904},{"id":"S92J.yml","timestamp":1692446152412}]}
{
"urn": "urn:mediator:mpi_search",
"version": "1.0.0",
"name": "MPI Search Mediators",
"description": "This mediator is responsible for handling MPI search requests.",
"defaultChannelConfig": [
{
"name": "MPI Search Channel",
"urlPattern": "/search",
"routes": [
{
"name": "MPI Route",
"host": "mediators",
"path": "/patients/search",
"port": "3000",
"primary": true,
"type": "http",
"status":"enabled"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "Patient CRUD Endpoints",
"host": "mediators",
"path": "/patients/search",
"port": "3000",
"primary": true,
"status":"enabled",
"type": "http"
}
]
}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/hie/mediators/src/config/advancedSearchConfig.json","entries":[{"id":"egyh.json","timestamp":1690204667664}]}
{"version":1,"resource":"file:///home/dell/p/icl/kabarak-mhis-web-app/ui/src/pages/BirthPlan.jsx","entries":[{"id":"6X6x.jsx","timestamp":1669888676433}]}
{"version":1,"resource":"file:///home/dell/Desktop/product.template.csv","entries":[{"id":"sajq.csv","source":"Workspace Edit","timestamp":1682417753064}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/twift-ims/addons/twift-ims/views/inventory.xml","entries":[{"id":"U25r.xml","timestamp":1671093466276},{"id":"17do.xml","timestamp":1671093504196},{"id":"bjAu.xml","timestamp":1671093538097},{"id":"lSW3.xml","timestamp":1671093641573},{"id":"Tyyn.xml","timestamp":1671094225799},{"id":"sp98.xml","timestamp":1671094292519},{"id":"MCeJ.xml","timestamp":1671094352860},{"id":"g9tq.xml","timestamp":1673256472815},{"id":"ovgl.xml","timestamp":1673260247216},{"id":"KFEl.xml","timestamp":1673260341427}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/dhis.conf","entries":[{"id":"Ac3V.conf","timestamp":1678103382010}]}
{"version":1,"resource":"file:///home/dell/p/mo-ment/xml_gen/sml.py","entries":[{"id":"xpvr.py","source":"textFileCreate.source","timestamp":1678460783971},{"id":"q6Gk.py","timestamp":1678460794903}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/new_mediators/src/%40types/openhim-mediator-utils/index.d.ts","entries":[{"id":"N74I.ts","timestamp":1672321139136}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/tenancy-api/tenancy/settings.py","entries":[{"id":"nZFP.py","timestamp":1681220118841},{"id":"W7m1.py","timestamp":1681220135524},{"id":"NC85.py","timestamp":1682156127201},{"id":"rs7u.py","timestamp":1683737577091},{"id":"R4aN.py","timestamp":1683737644884},{"id":"ibSZ.py","timestamp":1683737706997},{"id":"pLhn.py","timestamp":1684069384417},{"id":"NCJA.py","timestamp":1684241383132},{"id":"LJdf.py","source":"searchReplace.source","timestamp":1684252361800},{"id":"1yvF.py","source":"searchReplace.source","timestamp":1684428550151},{"id":"3j0l.py","source":"searchReplace.source","timestamp":1684487171107},{"id":"kb1G.py","timestamp":1684772204881}]}
{"version":1,"resource":"file:///home/dell/p/mo-ment/bahmni/bahmni-standard/extra-odoo-addons/bahmni_insurance_odoo/models/generate_claim.py","entries":[{"id":"tySO.py","timestamp":1682375000175},{"id":"48am.py","timestamp":1682415982480},{"id":"Zg9a.py","timestamp":1682416013205},{"id":"6eKC.py","timestamp":1682416372344},{"id":"HFJt.py","timestamp":1682422002669},{"id":"ihAV.py","timestamp":1682422872933},{"id":"6AAO.py","timestamp":1682422907385},{"id":"KNT9.py","timestamp":1682423724800},{"id":"UiSv.py","timestamp":1682423755917},{"id":"wfXy.py","timestamp":1682424146936},{"id":"RQDq.py","timestamp":1682424269205},{"id":"3yvP.py","timestamp":1682424417907},{"id":"qjAO.py","timestamp":1682425231124},{"id":"KrQu.py","timestamp":1682425684534},{"id":"JsL0.py","timestamp":1682426149583},{"id":"GNYK.py","timestamp":1682426169127},{"id":"hulK.py","timestamp":1682426552976},{"id":"Yzd0.py","timestamp":1682427131451},{"id":"jv9K.py","timestamp":1682427197096},{"id":"AlIX.py","timestamp":1682427210208},{"id":"Kpxz.py","timestamp":1682427332514},{"id":"8gR6.py","timestamp":1682428186046},{"id":"hqDI.py","timestamp":1682429591474},{"id":"TX0d.py","source":"undoRedo.source","timestamp":1682429773743},{"id":"z649.py","timestamp":1682429910344},{"id":"hEXn.py","timestamp":1682430074333},{"id":"ZvvD.py","timestamp":1682431645540},{"id":"VV3Q.py","timestamp":1682442152782},{"id":"CfgK.py","timestamp":1682442257407},{"id":"KIYu.py","timestamp":1682455647931},{"id":"LKGx.py","timestamp":1682455865616},{"id":"rY8e.py","timestamp":1682455886232},{"id":"Bvky.py","timestamp":1682456116699},{"id":"80tI.py","timestamp":1682456221980},{"id":"IUoF.py","timestamp":1682456499606},{"id":"ENfb.py","timestamp":1682456672191},{"id":"qhF6.py","timestamp":1682458765013},{"id":"2Tc5.py","timestamp":1682458799866},{"id":"9tUx.py","timestamp":1682458915881},{"id":"GLOl.py","timestamp":1682459013699},{"id":"FGyL.py","timestamp":1682459128194},{"id":"vhnd.py","timestamp":1682459213007},{"id":"FeG0.py","timestamp":1682459236100},{"id":"CbCd.py","timestamp":1682459309429},{"id":"m8lY.py","timestamp":1682459505580},{"id":"Womw.py","timestamp":1682459528853},{"id":"Qekg.py","timestamp":1682459564305},{"id":"30Pv.py","timestamp":1682459589170},{"id":"BmQr.py","timestamp":1683796118351},{"id":"9zeK.py","timestamp":1683796578673}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS%20CBDHS/LHSS-CBDHS-HIE/.github/workflows/test-docker-images.yml","entries":[{"id":"9YQq.yml","timestamp":1683113498658},{"id":"OjCw.yml","timestamp":1683113513206},{"id":"Epyv.yml","timestamp":1686304297670},{"id":"fatL.yml","timestamp":1686304330034},{"id":"ol3A.yml","timestamp":1686304555103},{"id":"qEo9.yml","timestamp":1686304726474},{"id":"RweK.yml","timestamp":1686305407799}]}
{
"urn": "urn:mediator:shr",
"version": "1.0.0",
"name": "SHR Mediator",
"description": "This mediator is responsible for handling SHR bound requests.",
"defaultChannelConfig": [
{
"name": "SHR Channel",
"urlPattern": "^/shr/.*$",
"routes": [
{
"name": "SHR Route",
"host": "mediators",
"pathTransform": "s/\/\/.*$/",
"port": "3000",
"primary": true,
"type": "http"
}
],
"allow": ["*"],
"methods": ["GET", "POST"],
"type": "http"
}
],
"endpoints": [
{
"name": "SHR Mediator Endpoint",
"host": "mediators",
"path": "/shr",
"port": "3000",
"primary": true,
"type": "http"
}
]
}
{"version":1,"resource":"file:///home/dell/p/icl/cht-accelerator/IntelliSOFT/Example%20CHT%20application/hie/mediators/src/config/shrMediatorConfig.json","entries":[{"id":"V9D5.json","timestamp":1686911726667},{"id":"4kAe.json","timestamp":1686911760316}]}
{
"urn": "urn:mediator:shr",
"version": "1.0.0",
"name": "SHR Mediator",
"description": "This mediator is responsible for handling SHR bound requests.",
"defaultChannelConfig": [
{
"name": "CBDHS SHR Channel",
"urlPattern": "^/shr/.*$",
"routes": [
{
"name": "SHR Route",
"host": "mediators",
"pathTransform": "s/\/\/.*$/",
"port": "3000",
"primary": true,
"type": "http"
}
],
"allow": ["*"],
"methods": ["GET", "POST"],
"type": "http"
}
],
"endpoints": [
{
"name": "SHR Mediator Endpoint",
"host": "mediators",
"path": "/shr",
"port": "3000",
"primary": true,
"type": "http"
}
]
}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Edwin/farmhub/Farm-Dashboard/src/pages/SetNewPassword.jsx","entries":[{"id":"bIOd.jsx","source":"searchReplace.source","timestamp":1670983511080}]}
{"version":1,"resource":"file:///home/dell/p/hasura-actions/netlify/functions/auth/auth.ts","entries":[{"id":"7unM.ts","timestamp":1668471286064},{"id":"ZOtz.ts","timestamp":1668471431773},{"id":"KJ6u.ts","timestamp":1668471457905},{"id":"3Y1a.ts","timestamp":1668471616862},{"id":"UNEy.ts","timestamp":1668471631638},{"id":"mfqz.ts","timestamp":1668471883880},{"id":"66Uj.ts","timestamp":1668471935616},{"id":"0peu.ts","timestamp":1668471959892},{"id":"3CPa.ts","timestamp":1668471971536},{"id":"ekMu.ts","timestamp":1668471985608},{"id":"ND77.ts","timestamp":1668472054904},{"id":"oSWc.ts","timestamp":1668472664032},{"id":"gKhr.ts","timestamp":1668473190410},{"id":"D6wK.ts","timestamp":1668473242402},{"id":"cpuE.ts","timestamp":1668473285014},{"id":"kwOW.ts","timestamp":1668473334502},{"id":"tQ6M.ts","timestamp":1668473361714},{"id":"z91Q.ts","timestamp":1668473411914},{"id":"xAw7.ts","timestamp":1668473427230},{"id":"Trcx.ts","timestamp":1668473484187},{"id":"21xE.ts","timestamp":1668473494823},{"id":"RB75.ts","timestamp":1668473552727},{"id":"yufz.ts","timestamp":1668473579275},{"id":"GbuG.ts","timestamp":1668473620395},{"id":"jcN6.ts","timestamp":1668474215449},{"id":"iWgQ.ts","timestamp":1668474230569},{"id":"SPIV.ts","timestamp":1668474252589},{"id":"MuZP.ts","timestamp":1668474270553},{"id":"daGL.ts","timestamp":1668474323354},{"id":"veJt.ts","source":"undoRedo.source","timestamp":1668474361578},{"id":"xQ7m.ts","timestamp":1668474390210},{"id":"a6vm.ts","timestamp":1668474419162},{"id":"wt1T.ts","source":"undoRedo.source","timestamp":1668474428250},{"id":"1BTf.ts","timestamp":1668474457454},{"id":"lgQM.ts","timestamp":1668499146168}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/triviadb/.env","entries":[{"id":"pJiS","timestamp":1676496966059},{"id":"mmob","timestamp":1676496991038},{"id":"rRKO","timestamp":1676497015384},{"id":"n9FP","timestamp":1676497196910}]}
{"version":1,"resource":"file:///home/dell/p/icl/OpenCRVs/mamashub-web/api/src/index.ts","entries":[{"id":"mLXT.ts","timestamp":1683800450794},{"id":"Zsqt.ts","timestamp":1684394851383},{"id":"nuxx.ts","source":"undoRedo.source","timestamp":1684394926924}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/upgradable-sc/scripts/deploy.js","entries":[{"id":"vrUC.js","timestamp":1684414989965},{"id":"HflV.js","timestamp":1684422470295},{"id":"qaPf.js","timestamp":1684422652792},{"id":"6UXs.js","timestamp":1684423456189},{"id":"RTTW.js","timestamp":1684494435900}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/trivia/api/prisma/schema.prisma","entries":[{"id":"cxzp.prisma","timestamp":1690458721504},{"id":"MaH6.prisma","source":"undoRedo.source","timestamp":1690458828689},{"id":"MOTx.prisma","timestamp":1690458849758},{"id":"CZ5m.prisma","timestamp":1690458863411},{"id":"WEw3.prisma","timestamp":1690458902196},{"id":"9wkq.prisma","timestamp":1690458913221},{"id":"Rhxo.prisma","source":"undoRedo.source","timestamp":1690458920645},{"id":"bdkl.prisma","timestamp":1690458931377},{"id":"sLOT.prisma","timestamp":1690459477467},{"id":"yUkK.prisma","timestamp":1690459491651},{"id":"BRxS.prisma","timestamp":1690470986574},{"id":"OTtH.prisma","timestamp":1690471015435},{"id":"VC1V.prisma","timestamp":1690471173335}]}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/hie/mediators/src/index.ts","entries":[{"id":"DQP2.ts","timestamp":1689921966679},{"id":"VGK0.ts","timestamp":1691066360842},{"id":"yuac.ts","timestamp":1692447049036},{"id":"r5Bg.ts","timestamp":1692447063521}]}
{"version":1,"resource":"file:///home/dell/p/icl/kabarak-mhis-web-app/ui/src/pages/MOH405.jsx","entries":[{"id":"AJK2.jsx","timestamp":1669861614136},{"id":"bEHA.jsx","timestamp":1669861633880},{"id":"udGY.jsx","timestamp":1669863520853},{"id":"Ok2x.jsx","source":"renamed.source","timestamp":1669868652508},{"id":"O8SV.jsx","timestamp":1669868822314},{"id":"aHms.jsx","timestamp":1669868863217},{"id":"Kv53.jsx","timestamp":1669868887847},{"id":"ZKRk.jsx","timestamp":1669868964725},{"id":"kHDB.jsx","timestamp":1669868998254},{"id":"7Z4C.jsx","timestamp":1669869082029},{"id":"tTHr.jsx","timestamp":1669869103136},{"id":"Djnd.jsx","timestamp":1669869243521},{"id":"gc1u.jsx","timestamp":1669869267220},{"id":"L3BU.jsx","timestamp":1669869450144},{"id":"BIFq.jsx","timestamp":1669869538753},{"id":"9RK6.jsx","timestamp":1669869551117},{"id":"F6DK.jsx","timestamp":1669869594256},{"id":"CgTB.jsx","timestamp":1669869635331},{"id":"CLsf.jsx","timestamp":1669870244086},{"id":"TpOD.jsx","timestamp":1670324398786},{"id":"DD9y.jsx","timestamp":1673663716220},{"id":"Spdz.jsx","timestamp":1673664065731},{"id":"LGSf.jsx","timestamp":1673809755773},{"id":"3rBO.jsx","timestamp":1673845041769},{"id":"jCX4.jsx","timestamp":1673845072134},{"id":"VHUY.jsx","timestamp":1673845149463},{"id":"MEn4.jsx","timestamp":1673845509303},{"id":"wBKF.jsx","timestamp":1673845563912},{"id":"0hbr.jsx","timestamp":1673845692637},{"id":"3YKn.jsx","timestamp":1673845806174},{"id":"dfap.jsx","timestamp":1673981106658}]}
{"version":1,"resource":"file:///home/dell/p/icl/pvers/cht_pvers/README.md","entries":[{"id":"XYBI.md","timestamp":1687503440951},{"id":"IEv0.md","timestamp":1687507003741},{"id":"XT50.md","timestamp":1687507019481},{"id":"VpwR.md","timestamp":1687507156905},{"id":"NAqm.md","timestamp":1687507191171},{"id":"jraR.md","timestamp":1687507220916},{"id":"9wrb.md","timestamp":1688975699633}]}
{"version":1,"resource":"file:///home/dell/p/Moringa/SQL%20Checkpoint/sqlcheckpoint/index.ipynb","entries":[{"id":"rlwc.ipynb","source":"edit","timestamp":1689696914850}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/tenancy-api/payments/urls.py","entries":[{"id":"45dG.py","timestamp":1682165895417},{"id":"csLq.py","timestamp":1682165911954},{"id":"SEzC.py","timestamp":1682166436000},{"id":"xMOq.py","timestamp":1682167656672},{"id":"pIvI.py","timestamp":1682169329971},{"id":"2rRM.py","timestamp":1682169365543},{"id":"CqfK.py","timestamp":1682177646418},{"id":"GvRp.py","timestamp":1682177828029},{"id":"w0FP.py","timestamp":1682177949907},{"id":"5pHy.py","timestamp":1682182283467},{"id":"0MF0.py","timestamp":1682462499610},{"id":"N0Sq.py","timestamp":1683735438393},{"id":"dqTY.py","timestamp":1683736014841},{"id":"JIXk.py","timestamp":1683736657169},{"id":"VLrS.py","timestamp":1683892682145},{"id":"S3An.py","timestamp":1683892700102},{"id":"0mXr.py","timestamp":1683892734972},{"id":"kiOM.py","timestamp":1683892756932},{"id":"rTC5.py","timestamp":1683892778749},{"id":"qqEd.py","timestamp":1684071938635},{"id":"CmFh.py","timestamp":1684074459373},{"id":"d3Kh.py","timestamp":1684128288241},{"id":"1jf1.py","timestamp":1684502998659},{"id":"WeZe.py","timestamp":1684503009371},{"id":"9njg.py","timestamp":1684757637692},{"id":"0avW.py","timestamp":1684761071996},{"id":"2qaJ.py","timestamp":1684761157495},{"id":"tSGX.py","timestamp":1684761275211},{"id":"NZz0.py","timestamp":1684762261019},{"id":"zHPY.py","timestamp":1692518313279},{"id":"ZPWm.py","timestamp":1692520105602},{"id":"WoJW.py","source":"undoRedo.source","timestamp":1692520110362}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/mediators/Dockerfile.dev","entries":[{"id":"NMMG.dev","timestamp":1675322026617}]}
{"version":1,"resource":"file:///home/dell/p/mo-ment/bahmni/bahmni-standard/extra-odoo-addons/bahmni_insurance_odoo/models/PriceBreakDown.py","entries":[{"id":"fycz.py","timestamp":1689784540771},{"id":"oGb0.py","timestamp":1689784598790},{"id":"bfkk.py","timestamp":1689784656085},{"id":"GgXK.py","timestamp":1689784674569},{"id":"UTV9.py","timestamp":1689785160003},{"id":"sq1l.py","timestamp":1689785286898},{"id":"I1vi.py","timestamp":1689785302306},{"id":"f44g.py","timestamp":1689785348067},{"id":"gwbO.py","timestamp":1689785367192},{"id":"fbUV.py","timestamp":1689785948291}]}
{"version":1,"resource":"file:///home/dell/p/odoo-erp/config/odoo.conf","entries":[{"id":"lfQU.conf","timestamp":1668078379775},{"id":"zkuM.conf","timestamp":1668078481171},{"id":"G65d.conf","timestamp":1668078902094},{"id":"9GnD.conf","timestamp":1668080592193}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/farmhub/farmhub-api/.env","entries":[{"id":"O61R","source":"Create .env","timestamp":1670440450869},{"id":"PupB","timestamp":1670440452713},{"id":"Xcs9","timestamp":1670440487761}]}
{"version":1,"resource":"file:///home/dell/p/icl/kabarak-mhis-web-app/ui/src/pages/SetNewPassword.jsx","entries":[{"id":"ULzd.jsx","timestamp":1669135484944}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/tenancy-api/rent/migrations/0003_auto_20220724_1830.py","entries":[{"id":"wgHd.py","source":"searchReplace.source","timestamp":1681220470091}]}
{"version":1,"resource":"file:///home/dell/p/hasura-actions/netlify/functions/auth/jwt.ts","entries":[{"id":"uhvr.ts","timestamp":1668471045661},{"id":"TdYB.ts","timestamp":1668471078182},{"id":"5eQA.ts","timestamp":1668471256424}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/upgradable-sc/hardhat.config.js","entries":[{"id":"35Xy.js","timestamp":1684416565780},{"id":"z2pi.js","timestamp":1684416914407}]}
{"version":1,"resource":"file:///home/dell/p/icl/kabarak-mhis-web-app/api/src/routes/patients.ts","entries":[{"id":"Iq8P.ts","timestamp":1669957311424},{"id":"SXDu.ts","timestamp":1669957334997},{"id":"EiE5.ts","timestamp":1669957349561},{"id":"SUOS.ts","timestamp":1669970489993},{"id":"ibKP.ts","timestamp":1673663174536}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/twift-ims/addons/twift-ims/__manifest__.py","entries":[{"id":"bIs6.py","timestamp":1668699321209},{"id":"9tcq.py","timestamp":1669364998996},{"id":"ZReO.py","timestamp":1669365061352},{"id":"o6Wa.py","timestamp":1669365150837},{"id":"CtSf.py","timestamp":1669365198952},{"id":"CUBx.py","timestamp":1669365210996},{"id":"iEis.py","timestamp":1669365287945},{"id":"P7fc.py","timestamp":1669365358544},{"id":"JNLB.py","timestamp":1669365469909},{"id":"6npo.py","source":"undoRedo.source","timestamp":1669365587401},{"id":"hxef.py","timestamp":1669365624258},{"id":"m3gZ.py","timestamp":1669366495817},{"id":"tEry.py","timestamp":1671072244654},{"id":"OQ4n.py","timestamp":1671093794570},{"id":"Tmx6.py","timestamp":1671094375752},{"id":"pT0p.py","timestamp":1672996016619},{"id":"w2U1.py","timestamp":1673502353236},{"id":"VKMx.py","timestamp":1673502658854},{"id":"slfd.py","timestamp":1673502985667},{"id":"SMQk.py","timestamp":1673503629979},{"id":"9fKf.py","timestamp":1673503770477},{"id":"qvpg.py","timestamp":1673586331850},{"id":"QCq3.py","timestamp":1673587521392},{"id":"952Y.py","timestamp":1673587597330},{"id":"eJrV.py","timestamp":1673587626298},{"id":"RMEU.py","timestamp":1673603867199},{"id":"mBOD.py","timestamp":1673605551348},{"id":"ZcZn.py","timestamp":1673609309785},{"id":"rXCQ.py","timestamp":1673955591668},{"id":"XgVx.py","timestamp":1673956280310},{"id":"TFPG.py","timestamp":1673956615134},{"id":"jWwQ.py","timestamp":1673968347336},{"id":"Hcva.py","timestamp":1673968529349},{"id":"ji2K.py","timestamp":1673968733946},{"id":"GCzM.py","timestamp":1675083130698},{"id":"Dy9Y.py","timestamp":1675161606730},{"id":"BwMw.py","timestamp":1675165882716}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/run.py","entries":[{"id":"7Mh1.py","source":"textFileCreate.source","timestamp":1668792800063},{"id":"OEWa.py","timestamp":1668792836531},{"id":"GBVi.py","timestamp":1668792922919},{"id":"s9zM.py","timestamp":1668793471021},{"id":"Ck2w.py","timestamp":1668793496077},{"id":"H2m1.py","timestamp":1668793519617},{"id":"Lz5o.py","timestamp":1668793581795},{"id":"iYsa.py","timestamp":1668793602285},{"id":"Igce.py","timestamp":1668793641049},{"id":"wRee.py","timestamp":1668793665632},{"id":"VSvk.py","timestamp":1668793682309},{"id":"KIN4.py","timestamp":1668793755980},{"id":"o4jd.py","timestamp":1668793788582},{"id":"ji1X.py","timestamp":1668793801791},{"id":"BeqM.py","timestamp":1668793955218},{"id":"EYgv.py","source":"undoRedo.source","timestamp":1668793961858},{"id":"wqpH.py","timestamp":1668794267281},{"id":"vnzj.py","timestamp":1668794615480}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/thinkfast/src/app/page.tsx","entries":[{"id":"1yaQ.tsx","timestamp":1682498375482},{"id":"qR3Z.tsx","timestamp":1682498453374},{"id":"C4y7.tsx","timestamp":1682498514474},{"id":"Iv08.tsx","timestamp":1682498530310}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/tenancy-api/properties/admin.py","entries":[{"id":"DhAC.py","timestamp":1682157194478},{"id":"2uuT.py","timestamp":1683744904754},{"id":"dDEb.py","timestamp":1683745406919},{"id":"kFrN.py","source":"searchReplace.source","timestamp":1684680446400}]}
{"version":1,"resource":"file:///home/dell/p/odk-x-auth/api/app/routes/auth.py","entries":[{"id":"VBfz.py","timestamp":1668457538498}]}
{"version":1,"resource":"file:///home/dell/p/icl/OpenCRVs/mamashub-web/api/src/routes/auth.ts","entries":[{"id":"KTY9.ts","timestamp":1683711350336}]}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/standards-bahmni-addons/bahmni_insurance_odoo/__manifest__.py","entries":[{"id":"17pf.py","timestamp":1690991606213},{"id":"yEZ8.py","timestamp":1690991630796}]}
{"version":1,"resource":"file:///home/dell/p/mo-ment/xml_gen/lib.py","entries":[{"id":"U1EQ.py","timestamp":1677730448718},{"id":"p4PQ.py","timestamp":1677730574059},{"id":"4kSc.py","timestamp":1677731102534},{"id":"W1Tl.py","timestamp":1677731156270},{"id":"xUVP.py","timestamp":1677731171642},{"id":"3JBj.py","timestamp":1677731235455},{"id":"8UYe.py","timestamp":1677731252503},{"id":"cZxd.py","timestamp":1677731302559},{"id":"q4Kv.py","timestamp":1677860134113},{"id":"bsZK.py","timestamp":1678243856546},{"id":"dNu6.py","timestamp":1678456378257},{"id":"09j1.py","timestamp":1678456389453}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/mediators/src/lib/resources.ts","entries":[{"id":"pUjT.ts","timestamp":1678736364009},{"id":"EmE4.ts","timestamp":1678736445863},{"id":"9NL1.ts","timestamp":1678738281976},{"id":"ONCK.ts","timestamp":1678738364740},{"id":"2Q3N.ts","timestamp":1678738387712},{"id":"fmNf.ts","timestamp":1678738459839},{"id":"g1Ke.ts","timestamp":1678738496029},{"id":"xE7G.ts","timestamp":1678738527186},{"id":"MURt.ts","timestamp":1678738549979},{"id":"5CGi.ts","timestamp":1678738983366},{"id":"MtE2.ts","timestamp":1678739082532},{"id":"Dbjw.ts","timestamp":1678739176190},{"id":"y25Q.ts","timestamp":1678739285611},{"id":"OgJF.ts","timestamp":1678739300027},{"id":"lsmr.ts","timestamp":1678739369900},{"id":"AqAU.ts","timestamp":1678739381769},{"id":"DDhH.ts","timestamp":1678739455058},{"id":"dk5I.ts","timestamp":1678739506246},{"id":"oYAy.ts","timestamp":1678739528838},{"id":"Pn9x.ts","timestamp":1678739550671},{"id":"zuow.ts","timestamp":1678772473972},{"id":"Nm0E.ts","timestamp":1678772564184},{"id":"MrR9.ts","timestamp":1678772580692},{"id":"JXx8.ts","timestamp":1678773067365},{"id":"RJml.ts","timestamp":1678773088058},{"id":"SH9z.ts","timestamp":1678773107796},{"id":"Kpqn.ts","timestamp":1678773134643},{"id":"f1YR.ts","timestamp":1678773175882},{"id":"lGWR.ts","timestamp":1678773193493},{"id":"4EZj.ts","timestamp":1678773458982},{"id":"Skz9.ts","timestamp":1678773558507},{"id":"JCe3.ts","timestamp":1678774030475},{"id":"FyqL.ts","timestamp":1678774058013},{"id":"OkkN.ts","timestamp":1678774081792},{"id":"ldQ3.ts","timestamp":1678774230931},{"id":"Iouj.ts","timestamp":1678774537748},{"id":"724z.ts","timestamp":1678774594322},{"id":"YJFC.ts","timestamp":1678776433053},{"id":"fy4N.ts","timestamp":1678776448006},{"id":"Iksj.ts","source":"undoRedo.source","timestamp":1678776510356},{"id":"9t2v.ts","timestamp":1678777041348},{"id":"F27M.ts","timestamp":1678777065813},{"id":"lOHT.ts","timestamp":1678777238121},{"id":"OkJN.ts","timestamp":1678777259231},{"id":"dKLm.ts","timestamp":1678777337178},{"id":"Gsa8.ts","timestamp":1678777367216},{"id":"faP7.ts","source":"undoRedo.source","timestamp":1678777437595},{"id":"m4ez.ts","timestamp":1678777543551},{"id":"osbI.ts","timestamp":1678777748875},{"id":"SI7H.ts","timestamp":1678777781880}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Edwin/farmhub/api/.env","entries":[{"id":"oMEc","timestamp":1674915256108}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Edwin/farmhub/Farm-Dashboard/src/pages/ResetPassword.jsx","entries":[{"id":"Uqam.jsx","source":"searchReplace.source","timestamp":1670983511056},{"id":"wP6q.jsx","timestamp":1672210769615},{"id":"dRix.jsx","timestamp":1672210798881}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Edwin/farmhub/Farm-Dashboard/src/pages/Index.jsx","entries":[{"id":"yJp3.jsx","timestamp":1670983394064},{"id":"LR72.jsx","timestamp":1670985236049},{"id":"Hhgs.jsx","timestamp":1672411139265},{"id":"divI.jsx","timestamp":1673697886936}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/trivia/api/.env","entries":[{"id":"McnN","timestamp":1690458651433},{"id":"drwm","timestamp":1690458668929},{"id":"k5cQ","source":"undoRedo.source","timestamp":1690458671881},{"id":"aLWB","timestamp":1690458683323},{"id":"kcq5","timestamp":1690471282003}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/thinkfast/api/prisma/schema.prisma","entries":[{"id":"1QYY.prisma","timestamp":1687948214816},{"id":"Tgow.prisma","timestamp":1687948294501},{"id":"INJE.prisma","timestamp":1687951505467},{"id":"qlng.prisma","timestamp":1688472396917},{"id":"8wHl.prisma","timestamp":1688472410129}]}
{"version":1,"resource":"file:///home/dell/p/odk-x-auth/api/app/routes/users.py","entries":[{"id":"QVS0.py","timestamp":1668457758775},{"id":"pZ2g.py","timestamp":1668457915633},{"id":"klub.py","source":"Workspace Edit","timestamp":1668458415647}]}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/hie/default.json","entries":[{"id":"MEqV.json","source":"searchReplace.source","timestamp":1690204688124}]}
{
"version": "1.10.0",
"minimumCoreVersion": "3.4.0",
"protocol": "https",
"host": "127.0.0.1",
"port": 8080,
"title": "Admin Console",
"footerTitle": " HIE Admin Console",
"footerPoweredBy": "<a href='http://openhim.org/' target='_blank'>LHSS HIE</a>",
"loginBanner": "",
"mediatorLastHeartbeatWarningSeconds": 60,
"mediatorLastHeartbeatDangerSeconds": 120
}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/tenancy-api/properties/migrations/0008_house.py","entries":[{"id":"sxO8.py","source":"searchReplace.source","timestamp":1681220470091}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/admin/components/ProfileCard.tsx","entries":[{"id":"SldH.tsx","timestamp":1675868060544},{"id":"y4Nr.tsx","timestamp":1675868074368},{"id":"9IR3.tsx","timestamp":1675868091656}]}
{"version":1,"resource":"file:///home/dell/p/hasura-actions/netlify/functions/auth/jwt.types.ts","entries":[{"id":"KoNG.ts","timestamp":1668471040981},{"id":"yKMU.ts","timestamp":1668471065637}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/hapi/src/main/resources/application.yaml","entries":[{"id":"mth9.yaml","timestamp":1672365173747}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/docker-compose-dev.yml","entries":[{"id":"zfDN.yml","timestamp":1672749184936},{"id":"rgwz.yml","timestamp":1675315063794},{"id":"RDk9.yml","timestamp":1675322083825},{"id":"2cmM.yml","timestamp":1675322597343},{"id":"V0Td.yml","timestamp":1675776901914},{"id":"Onfr.yml","timestamp":1675776924374},{"id":"z6cF.yml","timestamp":1675776943258},{"id":"qzKB.yml","timestamp":1675776955406},{"id":"fIfq.yml","timestamp":1678103408366},{"id":"FTZX.yml","timestamp":1678878802985},{"id":"N9i0.yml","timestamp":1678878894169},{"id":"XTlN.yml","timestamp":1678878992182},{"id":"PIqc.yml","timestamp":1678879010314},{"id":"5qxV.yml","timestamp":1678879036226},{"id":"ZZ2V.yml","timestamp":1678879048110},{"id":"wlDG.yml","timestamp":1678879059734},{"id":"ixw1.yml","timestamp":1678879086754},{"id":"1XUQ.yml","timestamp":1678879122627},{"id":"Fx3M.yml","timestamp":1678879634465}]}
{"version":1,"resource":"file:///home/dell/p/icl/uganda-ccis-server-setup/ccis-dashboard/src/views/login.ejs","entries":[{"id":"xatZ.ejs","timestamp":1669816177296},{"id":"8dhV.ejs","timestamp":1669816194156},{"id":"rj3Y.ejs","timestamp":1669816229544},{"id":"ej1T.ejs","source":"undoRedo.source","timestamp":1669816237480},{"id":"rrng.ejs","timestamp":1669816253067},{"id":"UArO.ejs","timestamp":1675003206263},{"id":"aW5y.ejs","timestamp":1675003266840},{"id":"QH05.ejs","timestamp":1675003356370},{"id":"nooP.ejs","timestamp":1675003399739},{"id":"cSD1.ejs","timestamp":1675003450660},{"id":"xbHP.ejs","timestamp":1675003504341}]}
{"version":1,"resource":"file:///home/dell/p/icl/Smart%20Guidelines/MERindicators/test/scripts/_QA-TXCurr.sh","entries":[{"id":"Mx5U.sh","timestamp":1691857959129},{"id":"7ZDk.sh","timestamp":1692104414700},{"id":"ZAuE.sh","timestamp":1692104631764},{"id":"JHFq.sh","timestamp":1692106294721},{"id":"L0hs.sh","timestamp":1692106349282},{"id":"tMfe.sh","timestamp":1692106360495},{"id":"wajJ.sh","timestamp":1692106406712},{"id":"dBDv.sh","timestamp":1692108071224},{"id":"uyzJ.sh","timestamp":1692108263076},{"id":"MH5H.sh","timestamp":1692108322077}]}
{"version":1,"resource":"file:///home/dell/p/icl/kabarak-mhis-web-app/ui/src/lib/forms/presentPregnancy.js","entries":[{"id":"e1Qj.js","timestamp":1670327104124},{"id":"OFqC.js","timestamp":1670327132391},{"id":"mVXC.js","timestamp":1670335115478},{"id":"r6m6.js","timestamp":1673849615130},{"id":"yUpY.js","source":"undoRedo.source","timestamp":1673849637150},{"id":"KuMp.js","timestamp":1673849767149},{"id":"8oEG.js","timestamp":1673849786113},{"id":"6555.js","source":"undoRedo.source","timestamp":1673849796977},{"id":"F0i9.js","timestamp":1673849874269}]}
{"version":1,"resource":"file:///home/dell/p/icl/kabarak-mhis-web-app/ui/src/pages/Deworming.jsx","entries":[{"id":"4IMR.jsx","timestamp":1669862053204},{"id":"yKmj.jsx","timestamp":1669888786349},{"id":"vQXn.jsx","timestamp":1669888863185}]}
{"version":1,"resource":"file:///home/dell/p/icl/kabarak-mhis-web-app/api/src/routes/auth.ts","entries":[{"id":"YVuC.ts","timestamp":1669797469309},{"id":"cJqb.ts","timestamp":1681107051425},{"id":"BSOM.ts","timestamp":1681107296891},{"id":"JBly.ts","source":"undoRedo.source","timestamp":1681107451470},{"id":"TMdk.ts","timestamp":1681107586233},{"id":"m2IP.ts","timestamp":1681107664978},{"id":"Ja8t.ts","timestamp":1681109161588},{"id":"rD3c.ts","source":"undoRedo.source","timestamp":1681109553452},{"id":"C7Ti.ts","timestamp":1681109587464},{"id":"fK11.ts","timestamp":1681110177557},{"id":"Md0K.ts","timestamp":1681110228555},{"id":"2zo4.ts","timestamp":1681110246730}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/twift-ims/addons/twift-ims/static/src/scss/primary_variables.scss","entries":[{"id":"UFb1.scss","timestamp":1673500946369},{"id":"HY0O.scss","timestamp":1673500965178},{"id":"YhPK.scss","timestamp":1673503086139},{"id":"L4ka.scss","timestamp":1673503332767},{"id":"nwfw.scss","timestamp":1673503402736}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/tenancy-api/properties/migrations/0001_initial.py","entries":[{"id":"Mhg0.py","source":"searchReplace.source","timestamp":1684680446400}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/farmhub/farmhub-api/src/routes/fhir.ts","entries":[{"id":"ELJg.ts","timestamp":1670440560382}]}
{
"folders": [
{
"path": "/home/dell/p/icl"
}
]
}
{"version":1,"resource":"file:///home/dell/.config/Code/Workspaces/1670396720722/workspace.json","entries":[{"id":"2REa.json","timestamp":1670396745502}]}
{"version":1,"resource":"file:///home/dell/p/icl/OpenCRVs/mamashub-web/ui/src/lib/api.js","entries":[{"id":"N6bC.js","timestamp":1683800481999},{"id":"TIW4.js","timestamp":1683800507159}]}
{"version":1,"resource":"file:///home/dell/.m2/settings.xml","entries":[{"id":"CgFl.xml","timestamp":1687866410565}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/thinkfast/src/app/layout.tsx","entries":[{"id":"dhqE.tsx","timestamp":1682498917998}]}
{"version":1,"resource":"file:///home/dell/p/icl/OpenCRVs/mamashub-web/creds","entries":[{"id":"zxgg","source":"textFileCreate.source","timestamp":1683721382916},{"id":"H9uN","timestamp":1683723515311},{"id":"fBxC","timestamp":1683723642346}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/twift-ims/.env","entries":[{"id":"zoQ2","timestamp":1674027916353},{"id":"7yR2","timestamp":1674027963673},{"id":"6YES","timestamp":1674028097809},{"id":"jZ7S","timestamp":1674028655750}]}
{"version":1,"resource":"file:///home/dell/p/icl/cht-accelerator/IntelliSOFT/Example%20CHT%20application/hie/mediators/.env.example","entries":[{"id":"1VBo.example","timestamp":1687248478722}]}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/hie/hapi-fhir/docker-compose.yml","entries":[{"id":"z0pR.yml","timestamp":1691512413021}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Edwin/farmhub/farmhub-api/src/routes/reports.ts","entries":[{"id":"fS7b.ts","timestamp":1670984601850}]}
{"version":1,"resource":"file:///home/dell/p/icl/cht-accelerator/IntelliSOFT/Example%20CHT%20application/hie/docker-compose.cht-core.yml","entries":[{"id":"iUX4.yml","timestamp":1686910108188}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/twift-ims/config/odoo.conf","entries":[{"id":"tdfu.conf","timestamp":1668734791926},{"id":"p4Ug.conf","timestamp":1668735004866},{"id":"Utko.conf","timestamp":1668735055878},{"id":"WHS0.conf","timestamp":1668735387307},{"id":"Oec5.conf","timestamp":1668735726456},{"id":"6TIh.conf","timestamp":1668735787412},{"id":"2wWV.conf","timestamp":1668735977509},{"id":"fxHM.conf","timestamp":1668736422728},{"id":"2v2M.conf","timestamp":1668736564469},{"id":"G4qc.conf","timestamp":1668790058765},{"id":"OgKK.conf","timestamp":1668790083112},{"id":"Qp4z.conf","timestamp":1670857725119},{"id":"iUgQ.conf","timestamp":1674709623212},{"id":"VEF5.conf","timestamp":1674709702341},{"id":"Ggt3.conf","timestamp":1674709920146},{"id":"z6WK.conf","timestamp":1674710355403}]}
{"version":1,"resource":"file:///home/dell/p/icl/kabarak-mhis-web-app/ui/src/pages/MedicalAndSurgicalHistory.jsx","entries":[{"id":"gfx9.jsx","timestamp":1669889223995},{"id":"sTPa.jsx","timestamp":1669889843859},{"id":"mr30.jsx","timestamp":1669889948223}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Farm-Dashboard/src/pages/Facilities.jsx","entries":[{"id":"vcmW.jsx","timestamp":1670973480477}]}
{"version":1,"resource":"file:///home/dell/p/uganda-ccis-server-setup/ccis-dashboard/src/public/style.css","entries":[{"id":"Jfo3.css","timestamp":1668455934072},{"id":"pkiB.css","timestamp":1668455957360}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Farm-Dashboard/src/main.jsx","entries":[{"id":"cMVL.jsx","timestamp":1670972784610},{"id":"IB6i.jsx","timestamp":1670972809550},{"id":"nDHX.jsx","timestamp":1670972821190},{"id":"dLsb.jsx","timestamp":1670972986971}]}
{"version":1,"resource":"file:///home/dell/p/mo-ment/bahmni/bahmni-standard/extra-odoo-addons/bahmni_insurance_odoo/views/quotation_view.xml","entries":[{"id":"iVec.xml","timestamp":1678211913866},{"id":"OfZt.xml","timestamp":1678213099441},{"id":"6iXK.xml","timestamp":1678464499119},{"id":"RQy0.xml","timestamp":1678464532412},{"id":"zqLG.xml","source":"undoRedo.source","timestamp":1678464556808},{"id":"OM2A.xml","timestamp":1678465053252},{"id":"Gr1m.xml","source":"undoRedo.source","timestamp":1678465406327},{"id":"UrSn.xml","timestamp":1680802204447},{"id":"Oo9B.xml","source":"undoRedo.source","timestamp":1680802266608},{"id":"Azvb.xml","timestamp":1681924806051},{"id":"hS4s.xml","timestamp":1682410086256},{"id":"dzDq.xml","timestamp":1687420840110},{"id":"aRft.xml","timestamp":1687420878798},{"id":"JzxK.xml","timestamp":1687421025360},{"id":"ZXDI.xml","timestamp":1687436381012},{"id":"OnW0.xml","timestamp":1687451626651},{"id":"MAEd.xml","timestamp":1687451664742},{"id":"Mmlo.xml","timestamp":1687451681230},{"id":"gDKs.xml","timestamp":1687507702800},{"id":"w10b.xml","source":"undoRedo.source","timestamp":1687509136719},{"id":"iCE3.xml","timestamp":1687520723535},{"id":"2O2f.xml","timestamp":1687524816934},{"id":"dvE5.xml","timestamp":1687525192571},{"id":"Gdy5.xml","timestamp":1687525321963},{"id":"n4y3.xml","timestamp":1687525378970},{"id":"JZpZ.xml","timestamp":1687525486935},{"id":"rhD5.xml","timestamp":1687525572422},{"id":"aFSO.xml","timestamp":1687525627233},{"id":"T0GN.xml","timestamp":1687525738558},{"id":"kQHF.xml","timestamp":1689786266232},{"id":"E91W.xml","timestamp":1689786437937},{"id":"XQc3.xml","timestamp":1689787121184},{"id":"OLoP.xml","timestamp":1689788043091},{"id":"hSBd.xml","timestamp":1689788058584},{"id":"dukx.xml","timestamp":1689788147352},{"id":"v0Gc.xml","timestamp":1689788192775},{"id":"aMyb.xml","timestamp":1689788349045},{"id":"SRIg.xml","timestamp":1689788432064},{"id":"d9LW.xml","timestamp":1689788452993},{"id":"cwyg.xml","timestamp":1689788473169}]}
{"version":1,"resource":"file:///home/dell/p/openai_stuff/index.js","entries":[{"id":"zZGy.js","timestamp":1672354874562},{"id":"WdOm.js","timestamp":1672354941138},{"id":"ShqO.js","timestamp":1672355124907},{"id":"kKVN.js","timestamp":1672355207697},{"id":"HoUp.js","timestamp":1672355342015},{"id":"NNET.js","timestamp":1672355460094},{"id":"FR9W.js","timestamp":1672355726542},{"id":"E4Sf.js","timestamp":1672355767497},{"id":"WdhY.js","timestamp":1672355823748},{"id":"m8eW.js","timestamp":1676094574890},{"id":"Y7kt.js","timestamp":1676094669691},{"id":"rj9u.js","timestamp":1676094732357},{"id":"yIzN.js","timestamp":1676094744841},{"id":"B7if.js","timestamp":1676094757637},{"id":"mzqg.js","timestamp":1676094809566},{"id":"buvu.js","timestamp":1676094884663},{"id":"17EW.js","timestamp":1676094895780},{"id":"VpeP.js","timestamp":1676094915168},{"id":"i3gR.js","timestamp":1676095171224},{"id":"upMT.js","timestamp":1676095192713},{"id":"UOuY.js","timestamp":1676095276738},{"id":"m1mC.js","timestamp":1676095665662},{"id":"p6la.js","timestamp":1676095704242},{"id":"kn0K.js","timestamp":1676095786681},{"id":"eQ6v.js","timestamp":1676096159039},{"id":"rqZM.js","timestamp":1676096181919},{"id":"zJtE.js","timestamp":1676096198827},{"id":"DQRi.js","timestamp":1676096261819},{"id":"Prl6.js","timestamp":1676096313999},{"id":"tshp.js","timestamp":1676096330948},{"id":"ETJ0.js","timestamp":1676096341172},{"id":"8vYV.js","timestamp":1676096353268},{"id":"vPp2.js","timestamp":1676096391484},{"id":"VkxR.js","timestamp":1676096436744},{"id":"DcRf.js","timestamp":1676096447712},{"id":"wMox.js","timestamp":1676133055741},{"id":"LrgR.js","timestamp":1676133086085},{"id":"Fqs9.js","timestamp":1676133392094},{"id":"58wI.js","timestamp":1676496497238},{"id":"E5qW.js","timestamp":1679406059555},{"id":"ffqD.js","timestamp":1679406071091},{"id":"oAUQ.js","timestamp":1679471246562},{"id":"OVnH.js","timestamp":1679471343341}]}
{"version":1,"resource":"file:///home/dell/p/openai/app.py","entries":[{"id":"tXL5.py","timestamp":1672353957593}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/farmhub/api/src/routes/payments.ts","entries":[{"id":"jwzu.ts","timestamp":1677317145695},{"id":"2LLe.ts","timestamp":1677391270328},{"id":"Y3cu.ts","timestamp":1678478358885},{"id":"wMkk.ts","timestamp":1678478387458},{"id":"Qen8.ts","source":"undoRedo.source","timestamp":1678478511029},{"id":"YdU8.ts","timestamp":1678478523106},{"id":"7cNa.ts","timestamp":1678479750144},{"id":"zRye.ts","timestamp":1678479812894},{"id":"qfOz.ts","timestamp":1678480016948},{"id":"H0B7.ts","timestamp":1678480031075},{"id":"Xbqy.ts","timestamp":1678480771842},{"id":"O84C.ts","timestamp":1678480791818},{"id":"d6DS.ts","timestamp":1678480813653},{"id":"QsTV.ts","timestamp":1678482360677},{"id":"RIOe.ts","timestamp":1678483150567},{"id":"wbtv.ts","timestamp":1678483165611},{"id":"4fbv.ts","timestamp":1678483190367},{"id":"9QLn.ts","timestamp":1678483299813},{"id":"6POp.ts","timestamp":1678483313621},{"id":"BU4Z.ts","timestamp":1678483330125},{"id":"INA6.ts","timestamp":1678483353058},{"id":"EgDy.ts","timestamp":1678483397186},{"id":"Ovs0.ts","timestamp":1678483489227},{"id":"abbz.ts","timestamp":1678483519224},{"id":"aDhX.ts","timestamp":1678483536296},{"id":"LoO3.ts","timestamp":1678483683214},{"id":"MssZ.ts","timestamp":1678484939867},{"id":"dWTw.ts","timestamp":1678485105528},{"id":"N9zI.ts","timestamp":1678485128305},{"id":"QQVP.ts","timestamp":1678485170173},{"id":"FiCT.ts","timestamp":1678485359839},{"id":"HB6R.ts","timestamp":1678485379788},{"id":"0sWw.ts","timestamp":1678485413364},{"id":"MCJL.ts","timestamp":1678485444728},{"id":"Qniz.ts","timestamp":1678485471069},{"id":"gazT.ts","timestamp":1678485489533},{"id":"YkdQ.ts","timestamp":1678509305646},{"id":"5fL3.ts","timestamp":1678509332235},{"id":"b5cI.ts","timestamp":1678509409224},{"id":"QKpq.ts","timestamp":1678509517953},{"id":"9y3X.ts","timestamp":1678509559313},{"id":"w29s.ts","timestamp":1678509644762},{"id":"l2Cd.ts","timestamp":1678509722963},{"id":"8HAH.ts","timestamp":1678511959970},{"id":"XPKJ.ts","timestamp":1678512047649},{"id":"HGVM.ts","timestamp":1678512132985},{"id":"ABnv.ts","source":"undoRedo.source","timestamp":1678512314703},{"id":"fIxI.ts","timestamp":1678512412888},{"id":"lJOa.ts","timestamp":1678512819515}]}
{"version":1,"resource":"file:///home/dell/p/Moringa/Data%20Cleaning%20with%20Pandas%20Checkpoint/pandasdatacleaning/index.ipynb","entries":[{"id":"nWkQ.ipynb","source":"edit","timestamp":1689313301534},{"id":"hB1Q.ipynb","source":"Update Cell Metadata","timestamp":1689352642104},{"id":"G6zp.ipynb","source":"edit","timestamp":1689352825070},{"id":"hhHj.ipynb","source":"Update Cell Metadata","timestamp":1689353069142},{"id":"kaHB.ipynb","source":"edit","timestamp":1689353079507},{"id":"OO0P.ipynb","source":"Update Cell Metadata","timestamp":1689353080691},{"id":"PwPD.ipynb","source":"edit","timestamp":1689353080943},{"id":"IfB2.ipynb","source":"Update Cell Metadata","timestamp":1689353091775}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS%20CBDHS/LHSS-CBDHS-HIE/mediators/src/lib/utils.ts","entries":[{"id":"WD8p.ts","timestamp":1682398617206},{"id":"pxkU.ts","timestamp":1682400896166},{"id":"xFsk.ts","source":"undoRedo.source","timestamp":1682400932921},{"id":"6NXe.ts","timestamp":1684402192761},{"id":"2Ox4.ts","source":"undoRedo.source","timestamp":1684402247595},{"id":"u7qK.ts","timestamp":1687260735604},{"id":"u72c.ts","timestamp":1687260968193},{"id":"098v.ts","timestamp":1687261096456},{"id":"i2wd.ts","timestamp":1687261606812},{"id":"dUoh.ts","timestamp":1687261618998},{"id":"FUDe.ts","timestamp":1687263223639},{"id":"zugD.ts","timestamp":1687263488795},{"id":"FxTK.ts","timestamp":1687263509090},{"id":"BweW.ts","timestamp":1687263521009},{"id":"AZ6A.ts","timestamp":1687263558111},{"id":"TvFt.ts","timestamp":1687263622428},{"id":"Lfx4.ts","timestamp":1687263758677},{"id":"criG.ts","timestamp":1687263800113},{"id":"u9VK.ts","timestamp":1687263847861},{"id":"0mjl.ts","timestamp":1687263890057},{"id":"UzS5.ts","timestamp":1687264057239},{"id":"JTJA.ts","timestamp":1687264076151},{"id":"qT6z.ts","timestamp":1687264359018},{"id":"kHVj.ts","timestamp":1687264462885},{"id":"PCKP.ts","timestamp":1691058417485},{"id":"l2dG.ts","timestamp":1691061002666},{"id":"BFdJ.ts","timestamp":1691061067284},{"id":"UzHv.ts","timestamp":1691995961906},{"id":"Kbmv.ts","source":"undoRedo.source","timestamp":1691996001710}]}
{"version":1,"resource":"file:///home/dell/p/mo-ment/bahmni/bahmni-standard/extra-odoo-addons/bahmni_insurance_odoo/models/SaleOrder.py","entries":[{"id":"hN1X.py","timestamp":1687535675710},{"id":"qbnC.py","timestamp":1687536067336},{"id":"XWPv.py","timestamp":1687536299093},{"id":"1PKe.py","timestamp":1687536319229},{"id":"TjjS.py","timestamp":1688024364721},{"id":"UR3a.py","timestamp":1688057265999},{"id":"Glkx.py","source":"undoRedo.source","timestamp":1688057658270},{"id":"kLND.py","timestamp":1688057892511},{"id":"iuug.py","timestamp":1688059311543},{"id":"UNN1.py","timestamp":1688059443095},{"id":"qr0z.py","timestamp":1688059503173},{"id":"SOWm.py","timestamp":1688059548873},{"id":"Jlis.py","timestamp":1688059760005},{"id":"9PSd.py","timestamp":1688059843131},{"id":"BE4T.py","timestamp":1688059946522},{"id":"pnXh.py","timestamp":1688059993265},{"id":"fsQh.py","timestamp":1688060022022},{"id":"CQ85.py","timestamp":1688060230654},{"id":"cUgV.py","timestamp":1688060306806},{"id":"i3Ss.py","timestamp":1688060367353},{"id":"nssA.py","timestamp":1688060631417},{"id":"6azR.py","timestamp":1688061650459},{"id":"RiCP.py","timestamp":1689785077780},{"id":"0Nef.py","timestamp":1689785378104},{"id":"7ndr.py","timestamp":1689786114972},{"id":"rIrv.py","timestamp":1689786871253},{"id":"NT6c.py","timestamp":1689786885569},{"id":"l9pX.py","timestamp":1689786995224},{"id":"Beeu.py","timestamp":1689787309935},{"id":"qcSd.py","timestamp":1689787341063},{"id":"A3U3.py","source":"undoRedo.source","timestamp":1689787505018},{"id":"UNpZ.py","timestamp":1689787682743},{"id":"J96i.py","timestamp":1689788582149},{"id":"AX8K.py","timestamp":1689788743502},{"id":"pNjJ.py","timestamp":1689788767086},{"id":"IAXa.py","timestamp":1689788877465},{"id":"SprR.py","timestamp":1689788915166},{"id":"4wft.py","timestamp":1689789005388},{"id":"H5WN.py","timestamp":1689789166744},{"id":"K6Dj.py","timestamp":1689789256126},{"id":"VCr7.py","timestamp":1689789558473},{"id":"q9zL.py","timestamp":1689789883364},{"id":"xAnG.py","timestamp":1692522468035},{"id":"tqRU.py","timestamp":1692522546151},{"id":"aqAW.py","timestamp":1692522632227},{"id":"vmdW.py","timestamp":1692522645303},{"id":"uPs8.py","timestamp":1692523780778},{"id":"LOxq.py","timestamp":1692523791567},{"id":"DgUu.py","timestamp":1692601295597},{"id":"y4Iz.py","timestamp":1692608619789}]}
{
"urn": "urn:mediator:mpi_push",
"version": "1.0.0",
"name": "HAPI FHIR Proxy Mediator",
"description": "This mediator is responsible for proxying and handling requests to HAPI FHIR server.",
"defaultChannelConfig": [
{
"name": "CBDHS MPI Mediator",
"urlPattern": "^/patients$",
"routes": [
{
"name": "MPI Route",
"host": "hapi-fhir-jpa",
"path": "/fhir",
"port": "8080",
"primary": true,
"type": "http"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "Patient Endpoints",
"host": "hapi-fhir-jpa",
"path": "/fhir",
"port": "8080",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:fhir_proxy",
"version": "1.0.0",
"name": "HAPI FHIR Proxy Mediator",
"description": "This mediator is responsible for proxying and handling requests to HAPI FHIR server.",
"defaultChannelConfig": [
{
"name": "CBDHS FHIR Proxy Mediator Channel",
"urlPattern": "/mdm",
"routes": [
{
"name": "FHIR Proxy Route",
"host": "hapi-fhir-jpa",
"path": "/matching",
"port": "8080",
"primary": true,
"type": "http",
"status": "enabled"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "HAPI FHIR Proxy Endpoint",
"host": "hapi-fhir-jpa",
"path": "/matching",
"port": "8080",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:fhir_proxy",
"version": "1.0.0",
"name": "HAPI FHIR Proxy Mediator",
"description": "This mediator is responsible for proxying and handling requests to HAPI FHIR server.",
"defaultChannelConfig": [
{
"name": "CBDHS FHIR Proxy Mediator Channel",
"urlPattern": "/mdm",
"routes": [
{
"name": "FHIR Proxy Route",
"host": "mediators",
"path": "/matching",
"port": "8080",
"primary": true,
"type": "http",
"status": "enabled"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "HAPI FHIR Proxy Endpoint",
"host": "mediators",
"path": "/matching",
"port": "8080",
"primary": true,
"type": "http"
}
]
}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/mediators/src/config/fhirMediatorConfig.json","entries":[{"id":"pxWY.json","source":"Rename mpiMediatorConfig copy.json to fhirMediatorConfig.json","timestamp":1672650167619},{"id":"Kxn1.json","timestamp":1672650212523},{"id":"35UH.json","timestamp":1672650246307},{"id":"jvha.json","timestamp":1672650258263},{"id":"UpR4.json","source":"undoRedo.source","timestamp":1672650268971},{"id":"Uh7r.json","timestamp":1672650279495},{"id":"lwhH.json","timestamp":1672650313167},{"id":"j2M6.json","timestamp":1672650349802},{"id":"lA9w.json","timestamp":1672650743180},{"id":"NcLL.json","timestamp":1672650887495},{"id":"wKyL.json","timestamp":1672673045000},{"id":"ooYJ.json","timestamp":1672673223310},{"id":"wXAr.json","timestamp":1672675076395},{"id":"WkbW.json","timestamp":1672736278087},{"id":"COnV.json","timestamp":1672757054008},{"id":"d9Jf.json","timestamp":1672757133325}]}
{
"urn": "urn:mediator:fhir_proxy",
"version": "1.0.0",
"name": "HAPI FHIR Proxy Mediator",
"description": "This mediator is responsible for proxying and handling requests to HAPI FHIR server.",
"defaultChannelConfig": [
{
"name": "CBDHS FHIR Proxy Mediator",
"urlPattern": "^/fhir$",
"routes": [
{
"name": "FHIR Proxy Route",
"host": "hapi-fhir-jpa",
"path": "/fhir",
"port": "8080",
"primary": true,
"type": "http"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "HAPI FHIR Proxy Endpoint",
"host": "hapi-fhir-jpa",
"path": "/fhir",
"port": "8080",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:mpi_push",
"version": "1.0.0",
"name": "HAPI FHIR Proxy Mediator",
"description": "This mediator is responsible for proxying and handling requests to HAPI FHIR server.",
"defaultChannelConfig": [
{
"name": "CBDHS MPI Mediator",
"urlPattern": "^/patients$",
"routes": [
{
"name": "MPI Route",
"host": "hapi-fhir-jpa",
"path": "/fhir",
"port": "8080",
"primary": true,
"type": "http"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "HAPI FHIR Proxy Endpoint",
"host": "hapi-fhir-jpa",
"path": "/fhir",
"port": "8080",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:mpi_push",
"version": "1.0.0",
"name": "HAPI FHIR Proxy Mediator",
"description": "This mediator is responsible for proxying and handling requests to HAPI FHIR server.",
"defaultChannelConfig": [
{
"name": "CBDHS MPI Mediator",
"urlPattern": "^/patients$",
"routes": [
{
"name": "MPI Route",
"host": "mediators",
"path": "/patients",
"port": "3000",
"primary": true,
"type": "http"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "Patient Endpoints",
"host": "mediators",
"path": "/patients",
"port": "3000",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:fhir_proxy",
"version": "1.0.0",
"name": "HAPI FHIR Proxy Mediator",
"description": "This mediator is responsible for proxying and handling requests to HAPI FHIR server.",
"defaultChannelConfig": [
{
"name": "CBDHS FHIR Proxy Mediator Channel",
"urlPattern": "^/fhir$",
"routes": [
{
"name": "FHIR Proxy Route",
"host": "hapi-fhir-jpa",
"path": "/fhir",
"port": "8080",
"primary": true,
"type": "http"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "HAPI FHIR Proxy Endpoint",
"host": "hapi-fhir-jpa",
"path": "/fhir",
"port": "8080",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:fhir_proxy",
"version": "1.0.0",
"name": "HAPI FHIR Proxy Mediator",
"description": "This mediator is responsible for proxying and handling requests to HAPI FHIR server.",
"defaultChannelConfig": [
{
"name": "CBDHS FHIR Proxy Mediator",
"urlPattern": "^/fhir$",
"routes": [
{
"name": "MPI Route",
"host": "hapi-fhir-jpa",
"path": "/fhir",
"port": "8080",
"primary": true,
"type": "http"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "HAPI FHIR Proxy Endpoint",
"host": "hapi-fhir-jpa",
"path": "/fhir",
"port": "8080",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:fhir_proxy",
"version": "1.0.0",
"name": "HAPI FHIR Proxy Mediator",
"description": "This mediator is responsible for proxying and handling requests to HAPI FHIR server.",
"defaultChannelConfig": [
{
"name": "CBDHS FHIR Proxy Mediator Channel",
"urlPattern": "^/fhir/.*$",
"routes": [
{
"name": "FHIR Proxy Route",
"host": "hapi-fhir-jpa",
"path": "/fhir",
"port": "8080",
"primary": true,
"type": "http"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "HAPI FHIR Proxy Endpoint",
"host": "hapi-fhir-jpa",
"path": "/fhir",
"port": "8080",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:fhir_proxy",
"version": "1.0.0",
"name": "HAPI FHIR Proxy Mediator",
"description": "This mediator is responsible for proxying and handling requests to HAPI FHIR server.",
"defaultChannelConfig": [
{
"name": "CBDHS FHIR Proxy Mediator Channel",
"urlPattern": "^/fhir/.*$",
"routes": [
{
"name": "FHIR Proxy Route",
"host": "hapi-fhir-jpa",
"path": "^/fhir/.*$",
"port": "8080",
"primary": true,
"type": "http",
"status": "enabled"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "HAPI FHIR Proxy Endpoint",
"host": "hapi-fhir-jpa",
"path": "^/fhir/.*$",
"port": "8080",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:mpi_push",
"version": "1.0.0",
"name": "CBDHS MPI Mediator",
"description": "This mediator is responsible for handling MPI bound requests.",
"defaultChannelConfig": [
{
"name": "CBDHS MPI Mediator",
"urlPattern": "^/patients$",
"routes": [
{
"name": "MPI Route",
"host": "mediators",
"path": "/patients",
"port": "3000",
"primary": true,
"type": "http"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "Patient Endpoints",
"host": "mediators",
"path": "/patients",
"port": "3000",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:mpi_push",
"version": "1.0.0",
"name": "HAPI FHIR Proxy Mediator",
"description": "This mediator is responsible for proxying and handling requests to HAPI FHIR server.",
"defaultChannelConfig": [
{
"name": "CBDHS MPI Mediator",
"urlPattern": "^/fhir$",
"routes": [
{
"name": "MPI Route",
"host": "hapi-fhir-jpa",
"path": "/fhir",
"port": "8080",
"primary": true,
"type": "http"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "HAPI FHIR Proxy Endpoint",
"host": "hapi-fhir-jpa",
"path": "/fhir",
"port": "8080",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:mpi_push",
"version": "1.0.0",
"name": "HAPI FHIR Proxy Mediator",
"description": "This mediator is responsible for proxying and handling requests to HAPI FHIR server.",
"defaultChannelConfig": [
{
"name": "CBDHS MPI Mediator",
"urlPattern": "^/patients$",
"routes": [
{
"name": "MPI Route",
"host": "hapi-fhir-jpa",
"path": "/fhir",
"port": "8080",
"primary": true,
"type": "http"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "HAPI FHIR Proxy Endpoint",
"host": "hapi-fhir-jpa",
"path": "/fhir",
"port": "8080",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:fhir_proxy",
"version": "1.0.0",
"name": "HAPI FHIR Proxy Mediator",
"description": "This mediator is responsible for proxying and handling requests to HAPI FHIR server.",
"defaultChannelConfig": [
{
"name": "CBDHS FHIR Proxy Mediator Channel",
"urlPattern": "/mdm",
"routes": [
{
"name": "FHIR Proxy Route",
"host": "hapi-fhir-jpa",
"path": "/mdm",
"port": "8080",
"primary": true,
"type": "http",
"status": "enabled"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "HAPI FHIR Proxy Endpoint",
"host": "hapi-fhir-jpa",
"path": "/mdm",
"port": "8080",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:fhir_proxy",
"version": "1.0.0",
"name": "HAPI FHIR Proxy Mediator",
"description": "This mediator is responsible for proxying and handling requests to HAPI FHIR server.",
"defaultChannelConfig": [
{
"name": "CBDHS FHIR Proxy Mediator Channel",
"urlPattern": "^/fhir/.*$",
"routes": [
{
"name": "FHIR Proxy Route",
"host": "hapi-fhir-jpa",
"path": "^/fhir/.*$",
"port": "8080",
"primary": true,
"type": "http"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "HAPI FHIR Proxy Endpoint",
"host": "hapi-fhir-jpa",
"path": "^/fhir/.*$",
"port": "8080",
"primary": true,
"type": "http"
}
]
}
{
"urn": "urn:mediator:fhir_proxy",
"version": "1.0.0",
"name": "HAPI FHIR Proxy Mediator",
"description": "This mediator is responsible for proxying and handling requests to HAPI FHIR server.",
"defaultChannelConfig": [
{
"name": "CBDHS FHIR Proxy Mediator Channel",
"urlPattern": "/fhir/.*",
"routes": [
{
"name": "FHIR Proxy Route",
"host": "hapi-fhir-jpa",
"path": "/fhir/.*",
"port": "8080",
"primary": true,
"type": "http",
"status": "enabled"
}
],
"allow": [
"*"
],
"methods": [
"GET",
"POST",
"PUT"
],
"type": "http"
}
],
"endpoints": [
{
"name": "HAPI FHIR Proxy Endpoint",
"host": "hapi-fhir-jpa",
"path": "/fhir/.*",
"port": "8080",
"primary": true,
"type": "http"
}
]
}
{"version":1,"resource":"file:///home/dell/p/icl/kabarak-mhis-web-app/api/src/lib/reports.ts","entries":[{"id":"ORe1.ts","timestamp":1669863463063},{"id":"W8Fl.ts","timestamp":1669867983740},{"id":"vEJz.ts","timestamp":1669868157404},{"id":"7Vr7.ts","timestamp":1669868270401},{"id":"YhCv.ts","timestamp":1669868283065},{"id":"D2Nu.ts","timestamp":1669868338901},{"id":"Bm2u.ts","timestamp":1669868412457},{"id":"aBPK.ts","timestamp":1669868489929},{"id":"4Tjv.ts","timestamp":1669868539302},{"id":"5unc.ts","timestamp":1670219299578},{"id":"Wsor.ts","timestamp":1670219353862},{"id":"Jgjv.ts","timestamp":1670219850654},{"id":"31EU.ts","timestamp":1670219883206},{"id":"aZ5A.ts","timestamp":1670219948633},{"id":"HKdY.ts","timestamp":1670222213664},{"id":"Zul1.ts","timestamp":1670224977255},{"id":"hZk8.ts","timestamp":1670225076428},{"id":"ocxQ.ts","timestamp":1670280321312},{"id":"OrxQ.ts","timestamp":1670318084680},{"id":"5oGb.ts","timestamp":1670321067971},{"id":"kSfT.ts","timestamp":1670321112028},{"id":"gqen.ts","timestamp":1670321392993},{"id":"GcnA.ts","timestamp":1670321501175},{"id":"YKVx.ts","timestamp":1670321514479},{"id":"eUGA.ts","timestamp":1670321570196},{"id":"kI96.ts","timestamp":1670321653069},{"id":"k4RH.ts","timestamp":1670321706742},{"id":"wI0r.ts","timestamp":1670321841179},{"id":"AD1p.ts","timestamp":1670322102599},{"id":"8CxZ.ts","timestamp":1670393023351},{"id":"6qGN.ts","timestamp":1670411477411},{"id":"LUat.ts","timestamp":1672796317624},{"id":"4prP.ts","timestamp":1673793974102},{"id":"Ls3s.ts","timestamp":1673794032515},{"id":"xGOv.ts","timestamp":1673794055287},{"id":"ixPB.ts","timestamp":1673794228105},{"id":"q072.ts","timestamp":1673805513162},{"id":"5ZzC.ts","timestamp":1673805605482},{"id":"1sX9.ts","timestamp":1673806652078},{"id":"9MDP.ts","timestamp":1673806764378},{"id":"LgZB.ts","timestamp":1673806867898},{"id":"owc5.ts","timestamp":1673806942002},{"id":"R21a.ts","timestamp":1673808910281},{"id":"rLVf.ts","timestamp":1673809020533},{"id":"t2Gi.ts","timestamp":1673809331340},{"id":"aWhp.ts","timestamp":1673809446606},{"id":"90k5.ts","timestamp":1673811510500},{"id":"oSfE.ts","timestamp":1673811745080},{"id":"tBNq.ts","source":"undoRedo.source","timestamp":1673811747812},{"id":"LcX2.ts","timestamp":1673982689424}]}
{
"codes": {
"bodyHeight": "snomed:1153637007:Body height:cm",
"ancNumber": "snomed:76967697:ANC Number",
"bodyWeight": "snomed:726527001:Body weight:kgs",
"lmp": "snomed:21840007:LMP:weeks",
"edd": "snomed:161714006:EDD:weeks",
"bp": "snomed:271649006:Blood Pressure:",
"pulse": "snomed:78564009:Pulse Rate:",
"temperature": "snomed:703421000:Temperature",
"gravidae": "snomed:161732006:Gravidae:",
"parity": "snomed:364325004:Parity:",
"educationLevel": "snomed:276031006:Highest level of education:",
"age": "snomed:63900-5:Current age or age at death:years",
"patientPhoneNumber": "snomed:42077-8:Patient phone number:",
"contactPhoneNumber": "snomed:89060-8:Contact Phone Number:",
"physicalAddress": "snomed:56799-0:Address:",
"gestation": "snomed:77386006:Gestation:",
"muac": "snomed:MUAC:Muac Codes:",
"tb": "snomed:371569005:TB:",
"tbScreening": "snomed:171126009:TB Screening Done:",
"tbScreeningResults": "snomed:371569005:TB Screening Results:",
"partnerHIVResults": "snomed:31676001-R:Partner HIV Results:",
"partnerHIVTesting": "snomed:31676001:Partner HIV Testing:",
"deworming": "snomed:14369007:Deworming",
"ttDose": "snomed:73152006-R:Tetanus",
"muacCodes": "snomed:284473002:MUAC",
"hivResults": "snomed:278977008:HIV Results",
"ipt": "snomed:388435640:IPT",
"fgm": "snomed:95041000119101:FGM Done",
"urinalysis": "snomed:45295008:Urinalysis:",
"urinalysisTestResults": "snomed:45295008:Urinalysis Test Results",
"receivedLLITN": "snomed:412894909:Received LLITN",
"artEligibility": "snomed:860046068:ART Eligibility",
"breastExam": "snomed:185712006:Breast Exam",
"bloodGroup": "snomed:365636006:Blood Group",
"rhesus": "snomed:169676009:Rhesus",
"rhesusFactor": "snomed:169676009-S:Rhesus Factor",
"maternalHaartBeforeANC": "snomed:416234007:Maternal HAART before ANC",
"maternalHaartCTX": "snomed:5111197:Maternal HAART CTX",
"syphilisTesting": "snomed:76272004:Syphilis Testing",
"syphilisTestResults": "snomed:406115008:Syphilis Test Results",
"syphilisMotherStatus": "snomed:10759921000119107:Syphilis Mother Status",
"hepatitisBTesting": "snomed:128241005:Hepatitis B Testing",
"hepatitisResults": "snomed:128241005-R:Hepatitis Results",
"hepatitisMotherStatus": "snomed:10759151000119101:Hepatitis Mother Status",
"haemoglobinTest": "snomed:302763003:HB Test",
"bloodGroupTest": "snomed:365636006:Blood Group Test",
"rhesusTest": "snomed:169676009:Rhesus Test",
"bloodRBSTest": "snomed:33747003:Blood RBS Test",
"bloodRBSTestResults": "snomed:33747003-S:Blood RBS Test Results",
"surgicalHistory": "snomed:161615003:Surgical History",
"otherGynaecologicalProcedures": "snomed:267011001:Other Gynaecological Procedures",
"otherSurgeries": "snomed:12658000:Other Surgeries",
"diabetes": "snomed:405751000:Diabetes",
"hypertension": "snomed:38341003:Hypertension",
"otherConditions": "snomed:7867677:Other Conditions",
"otherConditionsSpecify": "snomed:7867677-S:otherConditionsSpecify",
"bloodTransfusion": "snomed:116859006: Blood Transfusion",
"bloodTransfusionReaction": "snomed:82545002:Blood Transfusion Reaction",
"bloodTransfusionReactionResult": "snomed:252314007:Blood Transfusion Reaction Result",
"tuberculosis": "snomed:371569005:Tuberculosis",
"drugAllergies": "snomed:416098002:Drug Allergies",
"specificDrugAllergies": "snomed:416098002-S:Specific Drug Allergies",
"nonDrugAllergies": "snomed:609328004:Non Drug Allergies",
"specificNonDrugAllergies": "snomed:609328004-S:Specific Non-Drug Allergies",
"twinsBothLiveBorn": "snomed:169828005:Twins Both Live Born",
"twinsSpecification": "snomed:169828005-S:Twins SPecification",
"familyHistoryTB": "snomed:161414005:Family History TB",
"familyHistoryTBName": "snomed:161414005-N:Family History TB Name",
"familyHistoryTBRelationship": "snomed:161414005-R:Family History TB Relationship",
"familyLivingInSameHousehold": "snomed:161414005-H:Family with TB History living in same household",
"referForTBScreening": "snomed:171126009:Refer for TB Screening",
"facilityName": "snomed:257622000:Facility Name",
"facilityNumber": "snomed:257622000-N:Facility Number",
"birthAttendantName": "snomed:308210000:Birth Attendant Name",
"birthAttendantNumber": "snomed:308210000-N:Birth Attendant Number",
"birthAttendantDesignation": "snomed:308210000-D:Birth Attendant Designation",
"alternativeBirthAttendantName": "snomed:308210000-A:AlternativeBirthAttendantName",
"alternativeBirthAttendantNumber": "snomed:308210000-AN:AlternativeBirthAttendantNumber",
"alternativeBirthAttendantDesignation": "snomed:308210000-AD:Alternative Birth Attendant Designation",
"birthCompanionName": "snomed:62071000:Birth Companion Name",
"birthCompanionNumber": "snomed:359993007:Birth Companion Number",
"birthCompanionRelationship": "snomed:263498003:Birth Companion Relationship",
"birthCompanionTransportMeans": "snomed:360300001:Birth Companion Transport Means",
"alternativeBirthCompanionName": "snomed:62071000-AC:Alternative Birth Companion Name",
"alternativeBirthCompanionNumber": "snomed:359993007-ACN:Alternative Birth Companion Number",
"alternativeBirthCompanionRelationship": "snomed:263498003-ACR:Alternative Birth Companion Relationship",
"alternativeBirthCompanionTransportMeans": "snomed:360300001-ACT:Alternative Birth Companion Transport Means",
"bloodDonorName": "snomed:308210000:Blood Donor Name",
"bloodDonorNumber": "snomed:359993007:Blood Donor Number",
"bloodDonorBloodGroup": "snomed:365636006:Blood Donor Blood Group",
"financialPlan": "snomed:224164009:Financial Plan",
"clinicalNotesDate": "snomed:410671006:Clinical Notes Date",
"clinicalNotesNotes": "snomed:371524004:Clinical Notes Notes",
"clinicalNotesNextVisit": "snomed:390840006:Clinical Notes Next Visit",
"presentPregnancyDetailsNumberOfContacts": "snomed:424525001:Present Pregnancy Details Number of Contacts",
"presentPregnancyDetailsDateOfLastContact": "snomed:390840006:Present Pregnancy Details Date",
"presentPregnancyUrineTestDone": "snomed:27171005:Present Pregnancy Details Urine Test Done",
"presentPregnancyUrineTestResults": "snomed:45295008:Present Pregnancy Details Urine Test Results",
"presentPregnancyDetailsMUAC": "snomed:284473002:MUAC",
"presentPregnancyBpSystolic": "snomed:271649006:Bp Systolic Bp",
"presentPregnancyBpDiastolic": "snomed:271650006: Bp Diastolic Bp",
"hbTestHbTestDone": "snomed:302763003:Hb Test Hb Test Done",
"hbTestHbTestReading": "snomed:302763003-S:Hb Test Hb Test Reading",
"hbTestPallor": "snomed:274643008:Hb Test Pallor",
"hbTestGestation": "snomed:77386006:Hb Test Gestation",
"hbTestFundalHeight": "snomed:249016007:Hb Test Fundal Height",
"numberOfPresentationContacts": "snomed:246105001:Presentation Presentation",
"presentationLie": "snomed:249062004:Presentation Lie",
"presentationFoetalHeartRate": "snomed:289438002:Presentation Foetal Heart Rate",
"presentationFoetalMovement": "snomed:169731002:Presentation Foetal Movement",
"presentationNextVisit": "snomed:390840006:Presentation Next Visit",
"ttTetanusDiptheriaInjectionTTProvided": "snomed:73152006:Tetanus Diptheria Injection TT Provided",
"tetanusDiptheriaInjectionTTResults": "snomed:73152006-R:Tetanus Diptheria Injection TT Results",
"tetanusDiptheriaInjectionNextVisit": "snomed:390840006:Tetanus Diptheria Injection Next Visit",
"malariaProphylaxisTimingOfContact": "snomed:46645665:Malaria Prophylaxis Timing Of Contact",
"malariaProphylaxisDose": "snomed:39234792:Malaria Prophylaxis Dose",
"malariaProphylaxisIPTpSp": "snomed:520474952:Malaria Prophylaxis IPTp SP",
"malariaProphylaxisYesResult": "snomed:388435640-Y:Malaria Prophylaxis Yes Result",
"malariaProphylaxisNoResult": "snomed:388435640-N:Malaria Prophylaxis No Result",
"malariaProphylaxisNextVisit": "snomed:390840006:Malaria Prophylaxis Next Visit",
"malariaProphylaxisLLITNGiven": "snomed:412894909:Malaria Prophylaxis LLITN Given",
"malariaProphylaxisLLITNYesResult": "snomed:784030374-Y:Malaria Prophylaxis LLITN Yes Results",
"malariaProphylaxisLLITNNoResult": "snomed:784030374-N:Malaria Prophylaxis LLITN No Results",
"maternalSerologyRepeatSerology": "snomed:412690006:Maternal Serology Repeat Serology",
"maternalSerologyRepeatSerologyDetailsYes": "snomed:412690006-Y:Materal Serology Repeat Serology Details Yes",
"maternalSerologyRepeatSerologyDetailsNo": "snomed:412690006-N:Maternal Serology Repeat Serology Details No",
"maternalSerologyRepeatSerologyResults": "snomed:412690006-R:Maternal Serology Repeat Serology Results",
"maternalSerologyReactiveMaternalSerologyPMTCT": "snomed:412690006-RRPMCT:Maternal Serology Reactive Maternal Serology PMTCT",
"maternalSerologyReactiveMaternalSerologyPartnerTest": "snomed:412690006-PR:Maternal Serology Reactive Maternal Serology Partner Test",
"maternalserologyNonReactiveSerologyBook": "snomed:412690006-B:Maternal Serology Non-Reactive Serology Book",
"maternalserologyNonReactiveSerologyContinueTest": "snomed:412690006-CT:Maternal Serology Non-Reactive Serology Continue Test",
"maternalserologyNonReactiveSerologyAppointment": "snomed:412690006-A:Maternal Serology Non-Reactive Serology Appointment",
"dewormingDeworming": "snomed:14369007:Deworming Deworming",
"dewormingDateDewormingWasGiven": "snomed:410671006:Deworming Date Deworming Was Given",
"iFASIronSuppliments": "snomed:74935093:IFAS Iron Supplements",
"iFASDrugGiven": "snomed:6709950:IFAS Drug Given",
"iFASReason": "snomed:410666004:IFAS Reason",
"iFASOtherSuppliments": "snomed:26462991:IFAS Other Suppliments",
"iFASAncContact": "snomed:46645665:IFAS ANC Contact",
"iFASContactTiming": "snomed:39667636:IFAS Contact Timing",
"iFASNoOfTablets": "snomed:76449731:IFAS No.of Tablets",
"dosageAmount": "snomed:14420047:Dosage Amount",
"dosageFrequency": "snomed:20726931:Dosage Frequency",
"dosageDateGiven": "snomed:39234792:Dosage Date Given",
"dosageIronAndFolicCounsellingDone": "snomed:70346388:Dosage Iron And Folic Counselling Done",
"interventionInterventionGiven": "snomed:82261064:Intervention Intervention Given",
"interventionDateStarted": "snomed:16714043:Intervention Date started",
"interventionRegimen": "snomed:54840574:Intervention Regimen",
"interventionOtherRegimen": "snomed:54840574-O:Intervention Other Regimen",
"interventionARTDosageAmount": "snomed:48668776:Intervention ART Dosage Amount",
"interventionARTFrequency": "snomed:73670926:Intervention ART Frequency",
"interventionRegimenChange": "snomed:69335547:Intervention Regimen Change",
"interventionReasonForRegimenChange": "snomed:9697869:Intervention Reason For Regimen Change",
"interventionOtherReasonForRegimenChange": "snomed:7676996:Intervention Other Reason For Regimen Change",
"interventionViralLoadDate": "snomed:98046364:Intervention Viral Load Date",
"interventionViralLoadResults": "snomed:93778367:Intervention Viral Load Results",
"counsellingDangerSigns": "snomed:50206362:Counselling Danger Signs",
"counsellingDentalHealth": "snomed:69475666:Couselling Dental Health",
"counsellingBirthPlan": "snomed:97129423:Counselling Birth Plan",
"counsellingRhNegative": "snomed:87392289:Couselling Rh Negative",
"pregnancyCareMotherAdvicedToEatOneMeal": "snomed:22723167:Pregnancy Care Mother Adviced to Eat One Meal",
"pregnancyCareMotherAdvicedToEatAtleast5/10Foods": "snomed:43183900:Pregnancy Care Mother Advised To Eat Atleast 5/10 Foods",
"pregnancyCareMotherAdvicedToTakeIFAS": "snomed:30822033:Pregnancy Care Mother Adviced To Take IFAS",
"pregnancyCareMotherAdvicedToAvoidHeavyWork": "snomed:55268779:Pregnancy Care Mother Adviced To Avoid Heavy Work",
"pregnancyCareMotherAdvicedToSleepUnderLLIN": "snomed:51049855:Pregnancy Care Mother Adviced to Sleep Under LLIN",
"pregnancyCareMotherAdvicedToGoForANC": "snomed:96888625:Pregnancy Care Mother Adviced To Go For ANC",
"pregnancyCareMotherAdvicedToGoForRegularNonStrenous": "snomed:1528937:Pregnancy Care Mother Adviced To Go For Non-strenous",
"pregnancyCareMotherAdvicedToDrinkWater": "snomed:96204638:Pregnancy Care Mother Adviced To Drink Water",
"infantFeedingCousellingInfantFeedingCounselling": "snomed:91232116:Infant Feeding Counselling Infant Feeding Couselling",
"infantFeedingCousellingCounsellingOnExclusiveBreastfeedingAndBenefits": "snomed:80142304:InfantFeeding Counselling Counselling On Exclusive Breastfeeding and Benefits",
"dangerSignsDuringPregnancyWasTheMotherPale": "snomed:16673572:Danger Signs During Pregnancy Was The Mother Pale",
"dangerSignsDuringPregnancyDoesTheMotherHaveSevereHeadache": "snomed:5745006:Danger Signs During Pregnancy Does The Mother Have Severe Headache",
"dangerSignsDuringPregnancyMotherHaveVaginalBleeding": "snomed:55623893:Danger Signs During Pregnancy Does Mother Have Vaginal Bleeding",
"dangerSignsDuringPregnancyMotherHaveSevereAbdominalPain": "snomed:46209251:Danger Signs During Pregnancy Does Mother Have Severe Abdominal Pain",
"dangerSignsDuringPregnancyReducedOrNoMovementofTheUnborn": "snomed:83359346:Danger Signs During Pregnancy Reduced or No Movement of The Unborn",
"dangerSignsDuringPregnancyMotherHaveFits": "snomed:25865687:Danger Signs During Pregnancy Mother Have Fits",
"dangerSignsDuringPregnancyMotherWaterBreaking": "snomed:15859810:Danger Signs During Pregnancy Mother Water Breaking",
"dangerSignsDuringPregnancyMotherHaveSwollenFaceAndHands": "snomed:77178232:Danger Signs During Pregnancy Mother Have Swollen Face And Hands",
"dangerSignsDuringPregnancyMotherHaveFever": "snomed:35317232:Danger Signs During Pregnancy Mother Have Fever",
"referralBackToCommunityNameofOfficer": "snomed:106292003:Referral Back To Community Name Of Officer",
"referralBackToCommunityMobileNumber": "snomed:408402003-1:Referral Back To Community Mobile Number",
"referralBackToCommunityNameOfCHV": "snomed:303119007:Referral Back To Community Name Of CHV",
"referralBackToCommunityCHVMobileNumber": "snomed:408402003-2:Referral Back To Community CHV Mobile Number",
"referralBackToCommunityCommunityHealthUnit": "snomed:6827000:Referral Back To Community Community Health Unit",
"referralBackToCommunityCallMadeByTheReferringOfficer": "snomed:420942008:Referral Back To Community Call Made By The Reffering Officer",
"referralBackToCommunityDescribingTheServicesThatCHV": "snomed:224930009:Referral Back To Community Describing The Services That CHV",
"referralBackToCommunitySignature": "snomed:700856009:Referral Back To Community Signature",
"hivStatusBeforeANC": "snomed:120841000:ART Before ANC",
"hivTesting": "snomed:120841000:ART Before ANC",
"cvs": "snomed:267037003:CVs",
"abnormalCVsSpecify": "snomed:267037003-A:Abnormal CVs Specify",
"respiration": "snomed:267037003-A:Respiration",
"respirationAbnormalSpecify": "snomed:267037003-A:Respiration Abnormal Specify",
"breastExamFindings": "snomed:267037003-A:Abnormal CVs Specify",
"mothersWeight": "snomed:267037003-A:Mothers weight",
"inspectionDone": "snomed:267037003-A:Inspection Done",
"inspectionDoneSpecify": "snomed:267037003-A:Abnormal CVs Specify",
"palpation": "snomed:267037003:Palpation",
"palpationDone": "snomed:267037003-A:Palpation Done",
"auscalationDone": "snomed:37931006:Auscalation Done",
"palpationDoneSpecify": "snomed:267037003-A:Palpation Done",
"auscalationDoneSpecify": "snomed:37931006-A:Auscalation Done",
"externalGenitaliaInspectionDone": "snomed:267037003-A:Abnormal CVs Specify",
"externalGenitaliaInspectionDoneSpecify": "snomed:267037003-A:Abnormal CVs Specify",
"externalGenitaliaPalpationDone": "snomed:267037003-A:Abnormal CVs Specify",
"externalGenitaliaPalpationDoneSpecify": "snomed:267037003-A:External Genitalia Palpation Specify",
"dischargePresent": "snomed:267037003-A:Discharge Present",
"dischargePresentSpecify": "snomed:267037003-A:Discharge Present (Specify)",
"genitalUlcerPresent": "snomed:267037003-A:Genital ulcer present",
"genitalUlcerPresentSpecify": "snomed:267037003-A:Genital Ulcer Present Specify",
"fgmDone": "snomed:95041000119101:FGM Done",
"fgmComplications": "snomed:95041000119101-C:FGM Complications",
"ppYear": "snomed:267037003-A:Year",
"ancVisits": "snomed:267037003-A:ANC Visits",
"placeOfBirth": "snomed:267037003-A:Place of Birth",
"durationOfLabor": "snomed:267037003-A:Duration of labor",
"modeOfDelivery": "snomed:267037003-A:Mode of Delivery",
"tetanusDiptheriaInjectionTTProvided": "snomed:267037003-A:Tetanus Diptheria Provided",
"tetanusDiptheriaDateGiven": "snomed:267037003-A:Tetanus Diptheria Date Given",
"tetanusDiptheriaNextVisit": "snomed:267037003-A:Tetanus Diptheria Next Visit",
"tbDiagnosisPositive": "snomed:148264888-P:Positive TB Diagnosis",
"tbDiagnosisNegative": "snomed:148264888-N:Positive TB Diagnosis",
"iptDate": "snomed:384813511:IPT Date",
"iptNextVisit": "snomed:423337059:IPT Next Visit",
"multipleBabies": "snomed:45384004:Multiple Babies",
"multipleBabiesNumber": "snomed:45384004-N:Multiple babies number",
"firstObstreticUltrasound": "snomed:268445003-1:Obstretic Ultrasound Date",
"firstObstreticUltrasoundDate": "snomed:410672004-1:First Obstretic Ultrasound Date",
"secondObstreticUltrasound": "snomed:268445003-2:Second Obstretic Ultrasound",
"secondObstreticUltrasoundDate": "snomed:410672004-2:Obstretic Ultrasound Date",
"hivStatusBeforeFirstAnc": "snomed:19030005-ANC:HIV status before first ANC",
"partnerHivStatus": "snomed:278977008-P:Partner HIV status",
"onArvBeforeFirstAnc": "snomed:84251009:On ARV before first ANC",
"startedHaartInAnc": "snomed:416234007:Started HAART in first ANC",
"hivTested": "snomed:31676001:HIV Tested?",
"nextDateOfHivTest": "snomed:5111197:Next HIV Test Date",
"hivStatusOfMother": "snomed:278977008:HIV status of mother",
"hivTestDate": "snomed:5111197-X:HIV test date",
"nextDateOfHivTestNR": "snomed:31676001-NR:Next date of HIV test",
"syphilisTested": "snomed:76272004-Y:Syphilis tested",
"clotrimoxazoleGiven": "snomed:5111197:Clotrimoxazole given?",
"syphillisStatusOfMother": "snomed:10759921000119107:Syphilis status of mother",
"hepatitisBTested": "snomed:5111197:Hepatitis B Tested",
"hepatitisBTestDate": "snomed:5111197-X:Hepatitis B test date",
"hepatitisBStatusOfMother": "snomed:10759151000119101:Hepatitis B status of mother",
"coupleCounsellingAndTesting": "snomed:5111197:Couple counselling & Testing",
"partnerHivStatus2": "snomed:31676001-S:Partner HIV status",
"partnerReferredForHivCare": "snomed:31676001-R:Partner referred for HIV care.",
"referralDate": "snomed:31676001-RRD:Referral Date",
"previousPregnancyOrder": "snomed:31676001-RRD:Order",
"previousPregnancyYear": "snomed:31676001-RRD:Year",
"previousPregnancynoOfTimesANCAttended": "snomed:31676001-RRD:No of times ANC attended",
"previousPregnancychildBirthPlace": "snomed:31676001-RRD:Child birth place",
"previousPregnancyGestation": "snomed:31676001-RRD:Gestation",
"previousPregnancyDurationOfLabour": "snomed:31676001-RRD:Duration of labor",
"previousPregnancyDeliveryMode": "snomed:31676001-RRD:Delivery Mode",
"previousPregnancyBabyWeight": "snomed:31676001-RRD:Baby Weight",
"previousPregnancyBabySex": "snomed:31676001-RRD: Baby Sex",
"previousPregnancyOutcome": "snomed:31676001-RRD:Pregnancy Outcome",
"previousPregnancyPurperium": "snomed:31676001-RRD:Purperium",
"previousPregnancyAbnornmalPurperium": "snomed:31676001-RRD:Abnormal purperium"
}
}
{
"codes": {
"bodyHeight": "snomed:1153637007:Body height:cm",
"ancNumber": "snomed:711703:ANC Number",
"bodyWeight": "snomed:726527001:Body weight:kgs",
"lmp": "snomed:21840007:LMP:weeks",
"edd": "snomed:161714006:EDD:weeks",
"bp": "snomed:271649006:Blood Pressure:",
"pulse": "snomed:78564009:Pulse Rate:",
"temperature": "snomed:703421000:Temperature",
"gravidae": "snomed:161732006:Gravidae:",
"parity": "snomed:364325004:Parity:",
"educationLevel": "snomed:276031006:Highest level of education:",
"age": "snomed:63900-5:Current age or age at death:years",
"patientPhoneNumber": "snomed:42077-8:Patient phone number:",
"contactPhoneNumber": "snomed:89060-8:Contact Phone Number:",
"physicalAddress": "snomed:56799-0:Address:",
"gestation": "snomed:77386006:Gestation:",
"muac": "snomed:MUAC:Muac Codes:",
"tb": "snomed:371569005:TB:",
"tbScreening": "snomed:171126009:TB Screening Done:",
"tbScreeningResults": "snomed:371569005:TB Screening Results:",
"partnerHIVResults": "snomed:31676001-R:Partner HIV Results:",
"partnerHIVTesting": "snomed:31676001:Partner HIV Testing:",
"deworming": "snomed:14369007:Deworming",
"ttDose": "snomed:73152006-R:Tetanus",
"muacCodes": "snomed:284473002:MUAC",
"hivResults": "snomed:278977008:HIV Results",
"ipt": "snomed:388435640:IPT",
"fgm": "snomed:95041000119101:FGM Done",
"urinalysis": "snomed:45295008:Urinalysis:",
"urinalysisTestResults": "snomed:45295008:Urinalysis Test Results",
"receivedLLITN": "snomed:412894909:Received LLITN",
"artEligibility": "snomed:860046068:ART Eligibility",
"breastExam": "snomed:185712006:Breast Exam",
"bloodGroup": "snomed:365636006:Blood Group",
"rhesus": "snomed:169676009:Rhesus",
"rhesusFactor": "snomed:169676009-S:Rhesus Factor",
"maternalHaartBeforeANC": "snomed:416234007:Maternal HAART before ANC",
"maternalHaartCTX": "snomed:5111197:Maternal HAART CTX",
"syphilisTesting": "snomed:76272004:Syphilis Testing",
"syphilisTestResults": "snomed:406115008:Syphilis Test Results",
"syphilisMotherStatus": "snomed:10759921000119107:Syphilis Mother Status",
"hepatitisBTesting": "snomed:128241005:Hepatitis B Testing",
"hepatitisResults": "snomed:128241005-R:Hepatitis Results",
"hepatitisMotherStatus": "snomed:10759151000119101:Hepatitis Mother Status",
"haemoglobinTest": "snomed:302763003:HB Test",
"bloodGroupTest": "snomed:365636006:Blood Group Test",
"rhesusTest": "snomed:169676009:Rhesus Test",
"bloodRBSTest": "snomed:33747003:Blood RBS Test",
"bloodRBSTestResults": "snomed:33747003-S:Blood RBS Test Results",
"surgicalHistory": "snomed:161615003:Surgical History",
"otherGynaecologicalProcedures": "snomed:267011001:Other Gynaecological Procedures",
"otherSurgeries": "snomed:12658000:Other Surgeries",
"diabetes": "snomed:405751000:Diabetes",
"hypertension": "snomed:38341003:Hypertension",
"otherConditions": "snomed:7867677:Other Conditions",
"otherConditionsSpecify": "snomed:7867677-S:otherConditionsSpecify",
"bloodTransfusion": "snomed:116859006: Blood Transfusion",
"bloodTransfusionReaction": "snomed:82545002:Blood Transfusion Reaction",
"bloodTransfusionReactionResult": "snomed:252314007:Blood Transfusion Reaction Result",
"tuberculosis": "snomed:371569005:Tuberculosis",
"drugAllergies": "snomed:416098002:Drug Allergies",
"specificDrugAllergies": "snomed:416098002-S:Specific Drug Allergies",
"nonDrugAllergies": "snomed:609328004:Non Drug Allergies",
"specificNonDrugAllergies": "snomed:609328004-S:Specific Non-Drug Allergies",
"twinsBothLiveBorn": "snomed:169828005:Twins Both Live Born",
"twinsSpecification": "snomed:169828005-S:Twins SPecification",
"familyHistoryTB": "snomed:161414005:Family History TB",
"familyHistoryTBName": "snomed:161414005-N:Family History TB Name",
"familyHistoryTBRelationship": "snomed:161414005-R:Family History TB Relationship",
"familyLivingInSameHousehold": "snomed:161414005-H:Family with TB History living in same household",
"referForTBScreening": "snomed:171126009:Refer for TB Screening",
"facilityName": "snomed:257622000:Facility Name",
"facilityNumber": "snomed:257622000-N:Facility Number",
"birthAttendantName": "snomed:308210000:Birth Attendant Name",
"birthAttendantNumber": "snomed:308210000-N:Birth Attendant Number",
"birthAttendantDesignation": "snomed:308210000-D:Birth Attendant Designation",
"alternativeBirthAttendantName": "snomed:308210000-A:AlternativeBirthAttendantName",
"alternativeBirthAttendantNumber": "snomed:308210000-AN:AlternativeBirthAttendantNumber",
"alternativeBirthAttendantDesignation": "snomed:308210000-AD:Alternative Birth Attendant Designation",
"birthCompanionName": "snomed:62071000:Birth Companion Name",
"birthCompanionNumber": "snomed:359993007:Birth Companion Number",
"birthCompanionRelationship": "snomed:263498003:Birth Companion Relationship",
"birthCompanionTransportMeans": "snomed:360300001:Birth Companion Transport Means",
"alternativeBirthCompanionName": "snomed:62071000-AC:Alternative Birth Companion Name",
"alternativeBirthCompanionNumber": "snomed:359993007-ACN:Alternative Birth Companion Number",
"alternativeBirthCompanionRelationship": "snomed:263498003-ACR:Alternative Birth Companion Relationship",
"alternativeBirthCompanionTransportMeans": "snomed:360300001-ACT:Alternative Birth Companion Transport Means",
"bloodDonorName": "snomed:308210000:Blood Donor Name",
"bloodDonorNumber": "snomed:359993007:Blood Donor Number",
"bloodDonorBloodGroup": "snomed:365636006:Blood Donor Blood Group",
"financialPlan": "snomed:224164009:Financial Plan",
"clinicalNotesDate": "snomed:410671006:Clinical Notes Date",
"clinicalNotesNotes": "snomed:371524004:Clinical Notes Notes",
"clinicalNotesNextVisit": "snomed:390840006:Clinical Notes Next Visit",
"presentPregnancyDetailsNumberOfContacts": "snomed:424525001:Present Pregnancy Details Number of Contacts",
"presentPregnancyDetailsDateOfLastContact": "snomed:390840006:Present Pregnancy Details Date",
"presentPregnancyUrineTestDone": "snomed:27171005:Present Pregnancy Details Urine Test Done",
"presentPregnancyUrineTestResults": "snomed:45295008:Present Pregnancy Details Urine Test Results",
"presentPregnancyDetailsMUAC": "snomed:284473002:MUAC",
"presentPregnancyBpSystolic": "snomed:271649006:Bp Systolic Bp",
"presentPregnancyBpDiastolic": "snomed:271650006: Bp Diastolic Bp",
"hbTestHbTestDone": "snomed:302763003:Hb Test Hb Test Done",
"hbTestHbTestReading": "snomed:302763003-S:Hb Test Hb Test Reading",
"hbTestPallor": "snomed:274643008:Hb Test Pallor",
"hbTestGestation": "snomed:77386006:Hb Test Gestation",
"hbTestFundalHeight": "snomed:249016007:Hb Test Fundal Height",
"numberOfPresentationContacts": "snomed:246105001:Presentation Presentation",
"presentationLie": "snomed:249062004:Presentation Lie",
"presentationFoetalHeartRate": "snomed:289438002:Presentation Foetal Heart Rate",
"presentationFoetalMovement": "snomed:169731002:Presentation Foetal Movement",
"presentationNextVisit": "snomed:390840006:Presentation Next Visit",
"ttTetanusDiptheriaInjectionTTProvided": "snomed:73152006:Tetanus Diptheria Injection TT Provided",
"tetanusDiptheriaInjectionTTResults": "snomed:73152006-R:Tetanus Diptheria Injection TT Results",
"tetanusDiptheriaInjectionNextVisit": "snomed:390840006:Tetanus Diptheria Injection Next Visit",
"malariaProphylaxisTimingOfContact": "snomed:46645665:Malaria Prophylaxis Timing Of Contact",
"malariaProphylaxisDose": "snomed:39234792:Malaria Prophylaxis Dose",
"malariaProphylaxisIPTpSp": "snomed:520474952:Malaria Prophylaxis IPTp SP",
"malariaProphylaxisYesResult": "snomed:388435640-Y:Malaria Prophylaxis Yes Result",
"malariaProphylaxisNoResult": "snomed:388435640-N:Malaria Prophylaxis No Result",
"malariaProphylaxisNextVisit": "snomed:390840006:Malaria Prophylaxis Next Visit",
"malariaProphylaxisLLITNGiven": "snomed:412894909:Malaria Prophylaxis LLITN Given",
"malariaProphylaxisLLITNYesResult": "snomed:784030374-Y:Malaria Prophylaxis LLITN Yes Results",
"malariaProphylaxisLLITNNoResult": "snomed:784030374-N:Malaria Prophylaxis LLITN No Results",
"maternalSerologyRepeatSerology": "snomed:412690006:Maternal Serology Repeat Serology",
"maternalSerologyRepeatSerologyDetailsYes": "snomed:412690006-Y:Materal Serology Repeat Serology Details Yes",
"maternalSerologyRepeatSerologyDetailsNo": "snomed:412690006-N:Maternal Serology Repeat Serology Details No",
"maternalSerologyRepeatSerologyResults": "snomed:412690006-R:Maternal Serology Repeat Serology Results",
"maternalSerologyReactiveMaternalSerologyPMTCT": "snomed:412690006-RRPMCT:Maternal Serology Reactive Maternal Serology PMTCT",
"maternalSerologyReactiveMaternalSerologyPartnerTest": "snomed:412690006-PR:Maternal Serology Reactive Maternal Serology Partner Test",
"maternalserologyNonReactiveSerologyBook": "snomed:412690006-B:Maternal Serology Non-Reactive Serology Book",
"maternalserologyNonReactiveSerologyContinueTest": "snomed:412690006-CT:Maternal Serology Non-Reactive Serology Continue Test",
"maternalserologyNonReactiveSerologyAppointment": "snomed:412690006-A:Maternal Serology Non-Reactive Serology Appointment",
"dewormingDeworming": "snomed:14369007:Deworming Deworming",
"dewormingDateDewormingWasGiven": "snomed:410671006:Deworming Date Deworming Was Given",
"iFASIronSuppliments": "snomed:74935093:IFAS Iron Supplements",
"iFASDrugGiven": "snomed:6709950:IFAS Drug Given",
"iFASReason": "snomed:410666004:IFAS Reason",
"iFASOtherSuppliments": "snomed:26462991:IFAS Other Suppliments",
"iFASAncContact": "snomed:46645665:IFAS ANC Contact",
"iFASContactTiming": "snomed:39667636:IFAS Contact Timing",
"iFASNoOfTablets": "snomed:76449731:IFAS No.of Tablets",
"dosageAmount": "snomed:14420047:Dosage Amount",
"dosageFrequency": "snomed:20726931:Dosage Frequency",
"dosageDateGiven": "snomed:39234792:Dosage Date Given",
"dosageIronAndFolicCounsellingDone": "snomed:70346388:Dosage Iron And Folic Counselling Done",
"interventionInterventionGiven": "snomed:82261064:Intervention Intervention Given",
"interventionDateStarted": "snomed:16714043:Intervention Date started",
"interventionRegimen": "snomed:54840574:Intervention Regimen",
"interventionOtherRegimen": "snomed:54840574-O:Intervention Other Regimen",
"interventionARTDosageAmount": "snomed:48668776:Intervention ART Dosage Amount",
"interventionARTFrequency": "snomed:73670926:Intervention ART Frequency",
"interventionRegimenChange": "snomed:69335547:Intervention Regimen Change",
"interventionReasonForRegimenChange": "snomed:9697869:Intervention Reason For Regimen Change",
"interventionOtherReasonForRegimenChange": "snomed:7676996:Intervention Other Reason For Regimen Change",
"interventionViralLoadDate": "snomed:98046364:Intervention Viral Load Date",
"interventionViralLoadResults": "snomed:93778367:Intervention Viral Load Results",
"counsellingDangerSigns": "snomed:50206362:Counselling Danger Signs",
"counsellingDentalHealth": "snomed:69475666:Couselling Dental Health",
"counsellingBirthPlan": "snomed:97129423:Counselling Birth Plan",
"counsellingRhNegative": "snomed:87392289:Couselling Rh Negative",
"pregnancyCareMotherAdvicedToEatOneMeal": "snomed:22723167:Pregnancy Care Mother Adviced to Eat One Meal",
"pregnancyCareMotherAdvicedToEatAtleast5/10Foods": "snomed:43183900:Pregnancy Care Mother Advised To Eat Atleast 5/10 Foods",
"pregnancyCareMotherAdvicedToTakeIFAS": "snomed:30822033:Pregnancy Care Mother Adviced To Take IFAS",
"pregnancyCareMotherAdvicedToAvoidHeavyWork": "snomed:55268779:Pregnancy Care Mother Adviced To Avoid Heavy Work",
"pregnancyCareMotherAdvicedToSleepUnderLLIN": "snomed:51049855:Pregnancy Care Mother Adviced to Sleep Under LLIN",
"pregnancyCareMotherAdvicedToGoForANC": "snomed:96888625:Pregnancy Care Mother Adviced To Go For ANC",
"pregnancyCareMotherAdvicedToGoForRegularNonStrenous": "snomed:1528937:Pregnancy Care Mother Adviced To Go For Non-strenous",
"pregnancyCareMotherAdvicedToDrinkWater": "snomed:96204638:Pregnancy Care Mother Adviced To Drink Water",
"infantFeedingCousellingInfantFeedingCounselling": "snomed:91232116:Infant Feeding Counselling Infant Feeding Couselling",
"infantFeedingCousellingCounsellingOnExclusiveBreastfeedingAndBenefits": "snomed:80142304:InfantFeeding Counselling Counselling On Exclusive Breastfeeding and Benefits",
"dangerSignsDuringPregnancyWasTheMotherPale": "snomed:16673572:Danger Signs During Pregnancy Was The Mother Pale",
"dangerSignsDuringPregnancyDoesTheMotherHaveSevereHeadache": "snomed:5745006:Danger Signs During Pregnancy Does The Mother Have Severe Headache",
"dangerSignsDuringPregnancyMotherHaveVaginalBleeding": "snomed:55623893:Danger Signs During Pregnancy Does Mother Have Vaginal Bleeding",
"dangerSignsDuringPregnancyMotherHaveSevereAbdominalPain": "snomed:46209251:Danger Signs During Pregnancy Does Mother Have Severe Abdominal Pain",
"dangerSignsDuringPregnancyReducedOrNoMovementofTheUnborn": "snomed:83359346:Danger Signs During Pregnancy Reduced or No Movement of The Unborn",
"dangerSignsDuringPregnancyMotherHaveFits": "snomed:25865687:Danger Signs During Pregnancy Mother Have Fits",
"dangerSignsDuringPregnancyMotherWaterBreaking": "snomed:15859810:Danger Signs During Pregnancy Mother Water Breaking",
"dangerSignsDuringPregnancyMotherHaveSwollenFaceAndHands": "snomed:77178232:Danger Signs During Pregnancy Mother Have Swollen Face And Hands",
"dangerSignsDuringPregnancyMotherHaveFever": "snomed:35317232:Danger Signs During Pregnancy Mother Have Fever",
"referralBackToCommunityNameofOfficer": "snomed:106292003:Referral Back To Community Name Of Officer",
"referralBackToCommunityMobileNumber": "snomed:408402003-1:Referral Back To Community Mobile Number",
"referralBackToCommunityNameOfCHV": "snomed:303119007:Referral Back To Community Name Of CHV",
"referralBackToCommunityCHVMobileNumber": "snomed:408402003-2:Referral Back To Community CHV Mobile Number",
"referralBackToCommunityCommunityHealthUnit": "snomed:6827000:Referral Back To Community Community Health Unit",
"referralBackToCommunityCallMadeByTheReferringOfficer": "snomed:420942008:Referral Back To Community Call Made By The Reffering Officer",
"referralBackToCommunityDescribingTheServicesThatCHV": "snomed:224930009:Referral Back To Community Describing The Services That CHV",
"referralBackToCommunitySignature": "snomed:700856009:Referral Back To Community Signature",
"hivStatusBeforeANC": "snomed:120841000:ART Before ANC",
"hivTesting": "snomed:120841000:ART Before ANC",
"cvs": "snomed:267037003:CVs",
"abnormalCVsSpecify": "snomed:267037003-A:Abnormal CVs Specify",
"respiration": "snomed:267037003-A:Respiration",
"respirationAbnormalSpecify": "snomed:267037003-A:Respiration Abnormal Specify",
"breastExamFindings": "snomed:267037003-A:Abnormal CVs Specify",
"mothersWeight": "snomed:267037003-A:Mothers weight",
"inspectionDone": "snomed:267037003-A:Inspection Done",
"inspectionDoneSpecify": "snomed:267037003-A:Abnormal CVs Specify",
"palpation": "snomed:267037003:Palpation",
"palpationDone": "snomed:267037003-A:Palpation Done",
"auscalationDone": "snomed:37931006:Auscalation Done",
"palpationDoneSpecify": "snomed:267037003-A:Palpation Done",
"auscalationDoneSpecify": "snomed:37931006-A:Auscalation Done",
"externalGenitaliaInspectionDone": "snomed:267037003-A:Abnormal CVs Specify",
"externalGenitaliaInspectionDoneSpecify": "snomed:267037003-A:Abnormal CVs Specify",
"externalGenitaliaPalpationDone": "snomed:267037003-A:Abnormal CVs Specify",
"externalGenitaliaPalpationDoneSpecify": "snomed:267037003-A:External Genitalia Palpation Specify",
"dischargePresent": "snomed:267037003-A:Discharge Present",
"dischargePresentSpecify": "snomed:267037003-A:Discharge Present (Specify)",
"genitalUlcerPresent": "snomed:267037003-A:Genital ulcer present",
"genitalUlcerPresentSpecify": "snomed:267037003-A:Genital Ulcer Present Specify",
"fgmDone": "snomed:95041000119101:FGM Done",
"fgmComplications": "snomed:95041000119101-C:FGM Complications",
"ppYear": "snomed:267037003-A:Year",
"ancVisits": "snomed:267037003-A:ANC Visits",
"placeOfBirth": "snomed:267037003-A:Place of Birth",
"durationOfLabor": "snomed:267037003-A:Duration of labor",
"modeOfDelivery": "snomed:267037003-A:Mode of Delivery",
"tetanusDiptheriaInjectionTTProvided": "snomed:267037003-A:Tetanus Diptheria Provided",
"tetanusDiptheriaDateGiven": "snomed:267037003-A:Tetanus Diptheria Date Given",
"tetanusDiptheriaNextVisit": "snomed:267037003-A:Tetanus Diptheria Next Visit",
"tbDiagnosisPositive": "snomed:148264888-P:Positive TB Diagnosis",
"tbDiagnosisNegative": "snomed:148264888-N:Positive TB Diagnosis",
"iptDate": "snomed:384813511:IPT Date",
"iptNextVisit": "snomed:423337059:IPT Next Visit",
"multipleBabies": "snomed:45384004:Multiple Babies",
"multipleBabiesNumber": "snomed:45384004-N:Multiple babies number",
"firstObstreticUltrasound": "snomed:268445003-1:Obstretic Ultrasound Date",
"firstObstreticUltrasoundDate": "snomed:410672004-1:First Obstretic Ultrasound Date",
"secondObstreticUltrasound": "snomed:268445003-2:Second Obstretic Ultrasound",
"secondObstreticUltrasoundDate": "snomed:410672004-2:Obstretic Ultrasound Date",
"hivStatusBeforeFirstAnc": "snomed:19030005-ANC:HIV status before first ANC",
"partnerHivStatus": "snomed:278977008-P:Partner HIV status",
"onArvBeforeFirstAnc": "snomed:84251009:On ARV before first ANC",
"startedHaartInAnc": "snomed:416234007:Started HAART in first ANC",
"hivTested": "snomed:31676001:HIV Tested?",
"nextDateOfHivTest": "snomed:5111197:Next HIV Test Date",
"hivStatusOfMother": "snomed:278977008:HIV status of mother",
"hivTestDate": "snomed:5111197-X:HIV test date",
"nextDateOfHivTestNR": "snomed:31676001-NR:Next date of HIV test",
"syphilisTested": "snomed:76272004-Y:Syphilis tested",
"clotrimoxazoleGiven": "snomed:5111197:Clotrimoxazole given?",
"syphillisStatusOfMother": "snomed:10759921000119107:Syphilis status of mother",
"hepatitisBTested": "snomed:5111197:Hepatitis B Tested",
"hepatitisBTestDate": "snomed:5111197-X:Hepatitis B test date",
"hepatitisBStatusOfMother": "snomed:10759151000119101:Hepatitis B status of mother",
"coupleCounsellingAndTesting": "snomed:5111197:Couple counselling & Testing",
"partnerHivStatus2": "snomed:31676001-S:Partner HIV status",
"partnerReferredForHivCare": "snomed:31676001-R:Partner referred for HIV care.",
"referralDate": "snomed:31676001-RRD:Referral Date",
"previousPregnancyOrder": "snomed:31676001-RRD:Order",
"previousPregnancyYear": "snomed:31676001-RRD:Year",
"previousPregnancynoOfTimesANCAttended": "snomed:31676001-RRD:No of times ANC attended",
"previousPregnancychildBirthPlace": "snomed:31676001-RRD:Child birth place",
"previousPregnancyGestation": "snomed:31676001-RRD:Gestation",
"previousPregnancyDurationOfLabour": "snomed:31676001-RRD:Duration of labor",
"previousPregnancyDeliveryMode": "snomed:31676001-RRD:Delivery Mode",
"previousPregnancyBabyWeight": "snomed:31676001-RRD:Baby Weight",
"previousPregnancyBabySex": "snomed:31676001-RRD: Baby Sex",
"previousPregnancyOutcome": "snomed:31676001-RRD:Pregnancy Outcome",
"previousPregnancyPurperium": "snomed:31676001-RRD:Purperium",
"previousPregnancyAbnornmalPurperium": "snomed:31676001-RRD:Abnormal purperium"
}
}
{"version":1,"resource":"file:///home/dell/p/icl/kabarak-mhis-web-app/api/src/lib/observationCodes.json","entries":[{"id":"ZIdL.json","timestamp":1669955252154},{"id":"83uy.json","timestamp":1673807126471},{"id":"1req.json","timestamp":1673807189886}]}
{
"codes": {
"bodyHeight": "snomed:1153637007:Body height:cm",
"bodyWeight": "snomed:726527001:Body weight:kgs",
"lmp": "snomed:21840007:LMP:weeks",
"edd": "snomed:161714006:EDD:weeks",
"bp": "snomed:271649006:Blood Pressure:",
"pulse": "snomed:78564009:Pulse Rate:",
"temperature": "snomed:703421000:Temperature",
"gravidae": "snomed:161732006:Gravidae:",
"parity": "snomed:364325004:Parity:",
"educationLevel": "snomed:276031006:Highest level of education:",
"age": "snomed:63900-5:Current age or age at death:years",
"patientPhoneNumber": "snomed:42077-8:Patient phone number:",
"contactPhoneNumber": "snomed:89060-8:Contact Phone Number:",
"physicalAddress": "snomed:56799-0:Address:",
"gestation": "snomed:77386006:Gestation:",
"muac": "snomed:MUAC:Muac Codes:",
"tb": "snomed:371569005:TB:",
"tbScreening": "snomed:171126009:TB Screening Done:",
"tbScreeningResults": "snomed:371569005:TB Screening Results:",
"partnerHIVResults": "snomed:31676001-R:Partner HIV Results:",
"partnerHIVTesting": "snomed:31676001:Partner HIV Testing:",
"deworming": "snomed:14369007:Deworming",
"ttDose": "snomed:73152006-R:Tetanus",
"muacCodes": "snomed:284473002:MUAC",
"hivResults": "snomed:278977008:HIV Results",
"ipt": "snomed:388435640:IPT",
"fgm": "snomed:95041000119101:FGM Done",
"urinalysis": "snomed:45295008:Urinalysis:",
"urinalysisTestResults": "snomed:45295008:Urinalysis Test Results",
"receivedLLITN": "snomed:412894909:Received LLITN",
"artEligibility": "snomed:860046068:ART Eligibility",
"breastExam": "snomed:185712006:Breast Exam",
"bloodGroup": "snomed:365636006:Blood Group",
"rhesus": "snomed:169676009:Rhesus",
"rhesusFactor": "snomed:169676009-S:Rhesus Factor",
"maternalHaartBeforeANC": "snomed:416234007:Maternal HAART before ANC",
"maternalHaartCTX": "snomed:5111197:Maternal HAART CTX",
"syphilisTesting": "snomed:76272004:Syphilis Testing",
"syphilisTestResults": "snomed:406115008:Syphilis Test Results",
"syphilisMotherStatus": "snomed:10759921000119107:Syphilis Mother Status",
"hepatitisBTesting": "snomed:128241005:Hepatitis B Testing",
"hepatitisResults": "snomed:128241005-R:Hepatitis Results",
"hepatitisMotherStatus": "snomed:10759151000119101:Hepatitis Mother Status",
"haemoglobinTest": "snomed:302763003:HB Test",
"bloodGroupTest": "snomed:365636006:Blood Group Test",
"rhesusTest": "snomed:169676009:Rhesus Test",
"bloodRBSTest": "snomed:33747003:Blood RBS Test",
"bloodRBSTestResults": "snomed:33747003-S:Blood RBS Test Results",
"surgicalHistory": "snomed:161615003:Surgical History",
"otherGynaecologicalProcedures": "snomed:267011001:Other Gynaecological Procedures",
"otherSurgeries": "snomed:12658000:Other Surgeries",
"diabetes": "snomed:405751000:Diabetes",
"hypertension": "snomed:38341003:Hypertension",
"otherConditions": "snomed:7867677:Other Conditions",
"otherConditionsSpecify": "snomed:7867677-S:otherConditionsSpecify",
"bloodTransfusion": "snomed:116859006: Blood Transfusion",
"bloodTransfusionReaction": "snomed:82545002:Blood Transfusion Reaction",
"bloodTransfusionReactionResult": "snomed:252314007:Blood Transfusion Reaction Result",
"tuberculosis": "snomed:371569005:Tuberculosis",
"drugAllergies": "snomed:416098002:Drug Allergies",
"specificDrugAllergies": "snomed:416098002-S:Specific Drug Allergies",
"nonDrugAllergies": "snomed:609328004:Non Drug Allergies",
"specificNonDrugAllergies": "snomed:609328004-S:Specific Non-Drug Allergies",
"twinsBothLiveBorn": "snomed:169828005:Twins Both Live Born",
"twinsSpecification": "snomed:169828005-S:Twins SPecification",
"familyHistoryTB": "snomed:161414005:Family History TB",
"familyHistoryTBName": "snomed:161414005-N:Family History TB Name",
"familyHistoryTBRelationship": "snomed:161414005-R:Family History TB Relationship",
"familyLivingInSameHousehold": "snomed:161414005-H:Family with TB History living in same household",
"referForTBScreening": "snomed:171126009:Refer for TB Screening",
"facilityName": "snomed:257622000:Facility Name",
"facilityNumber": "snomed:257622000-N:Facility Number",
"birthAttendantName": "snomed:308210000:Birth Attendant Name",
"birthAttendantNumber": "snomed:308210000-N:Birth Attendant Number",
"birthAttendantDesignation": "snomed:308210000-D:Birth Attendant Designation",
"alternativeBirthAttendantName": "snomed:308210000-A:AlternativeBirthAttendantName",
"alternativeBirthAttendantNumber": "snomed:308210000-AN:AlternativeBirthAttendantNumber",
"alternativeBirthAttendantDesignation": "snomed:308210000-AD:Alternative Birth Attendant Designation",
"birthCompanionName": "snomed:62071000:Birth Companion Name",
"birthCompanionNumber": "snomed:359993007:Birth Companion Number",
"birthCompanionRelationship": "snomed:263498003:Birth Companion Relationship",
"birthCompanionTransportMeans": "snomed:360300001:Birth Companion Transport Means",
"alternativeBirthCompanionName": "snomed:62071000-AC:Alternative Birth Companion Name",
"alternativeBirthCompanionNumber": "snomed:359993007-ACN:Alternative Birth Companion Number",
"alternativeBirthCompanionRelationship": "snomed:263498003-ACR:Alternative Birth Companion Relationship",
"alternativeBirthCompanionTransportMeans": "snomed:360300001-ACT:Alternative Birth Companion Transport Means",
"bloodDonorName": "snomed:308210000:Blood Donor Name",
"bloodDonorNumber": "snomed:359993007:Blood Donor Number",
"bloodDonorBloodGroup": "snomed:365636006:Blood Donor Blood Group",
"financialPlan": "snomed:224164009:Financial Plan",
"clinicalNotesDate": "snomed:410671006:Clinical Notes Date",
"clinicalNotesNotes": "snomed:371524004:Clinical Notes Notes",
"clinicalNotesNextVisit": "snomed:390840006:Clinical Notes Next Visit",
"presentPregnancyDetailsNumberOfContacts": "snomed:424525001:Present Pregnancy Details Number of Contacts",
"presentPregnancyDetailsDateOfLastContact": "snomed:390840006:Present Pregnancy Details Date",
"presentPregnancyUrineTestDone": "snomed:27171005:Present Pregnancy Details Urine Test Done",
"presentPregnancyUrineTestResults": "snomed:45295008:Present Pregnancy Details Urine Test Results",
"presentPregnancyDetailsMUAC": "snomed:284473002:MUAC",
"presentPregnancyBpSystolic": "snomed:271649006:Bp Systolic Bp",
"presentPregnancyBpDiastolic": "snomed:271650006: Bp Diastolic Bp",
"hbTestHbTestDone": "snomed:302763003:Hb Test Hb Test Done",
"hbTestHbTestReading": "snomed:302763003-S:Hb Test Hb Test Reading",
"hbTestPallor": "snomed:274643008:Hb Test Pallor",
"hbTestGestation": "snomed:77386006:Hb Test Gestation",
"hbTestFundalHeight": "snomed:249016007:Hb Test Fundal Height",
"numberOfPresentationContacts": "snomed:246105001:Presentation Presentation",
"presentationLie": "snomed:249062004:Presentation Lie",
"presentationFoetalHeartRate": "snomed:289438002:Presentation Foetal Heart Rate",
"presentationFoetalMovement": "snomed:169731002:Presentation Foetal Movement",
"presentationNextVisit": "snomed:390840006:Presentation Next Visit",
"ttTetanusDiptheriaInjectionTTProvided": "snomed:73152006:Tetanus Diptheria Injection TT Provided",
"tetanusDiptheriaInjectionTTResults": "snomed:73152006-R:Tetanus Diptheria Injection TT Results",
"tetanusDiptheriaInjectionNextVisit": "snomed:390840006:Tetanus Diptheria Injection Next Visit",
"malariaProphylaxisTimingOfContact": "snomed:46645665:Malaria Prophylaxis Timing Of Contact",
"malariaProphylaxisDose": "snomed:39234792:Malaria Prophylaxis Dose",
"malariaProphylaxisIPTpSp": "snomed:520474952:Malaria Prophylaxis IPTp SP",
"malariaProphylaxisYesResult": "snomed:388435640-Y:Malaria Prophylaxis Yes Result",
"malariaProphylaxisNoResult": "snomed:388435640-N:Malaria Prophylaxis No Result",
"malariaProphylaxisNextVisit": "snomed:390840006:Malaria Prophylaxis Next Visit",
"malariaProphylaxisLLITNGiven": "snomed:412894909:Malaria Prophylaxis LLITN Given",
"malariaProphylaxisLLITNYesResult": "snomed:784030374-Y:Malaria Prophylaxis LLITN Yes Results",
"malariaProphylaxisLLITNNoResult": "snomed:784030374-N:Malaria Prophylaxis LLITN No Results",
"maternalSerologyRepeatSerology": "snomed:412690006:Maternal Serology Repeat Serology",
"maternalSerologyRepeatSerologyDetailsYes": "snomed:412690006-Y:Materal Serology Repeat Serology Details Yes",
"maternalSerologyRepeatSerologyDetailsNo": "snomed:412690006-N:Maternal Serology Repeat Serology Details No",
"maternalSerologyRepeatSerologyResults": "snomed:412690006-R:Maternal Serology Repeat Serology Results",
"maternalSerologyReactiveMaternalSerologyPMTCT": "snomed:412690006-RRPMCT:Maternal Serology Reactive Maternal Serology PMTCT",
"maternalSerologyReactiveMaternalSerologyPartnerTest": "snomed:412690006-PR:Maternal Serology Reactive Maternal Serology Partner Test",
"maternalserologyNonReactiveSerologyBook": "snomed:412690006-B:Maternal Serology Non-Reactive Serology Book",
"maternalserologyNonReactiveSerologyContinueTest": "snomed:412690006-CT:Maternal Serology Non-Reactive Serology Continue Test",
"maternalserologyNonReactiveSerologyAppointment": "snomed:412690006-A:Maternal Serology Non-Reactive Serology Appointment",
"dewormingDeworming": "snomed:14369007:Deworming Deworming",
"dewormingDateDewormingWasGiven": "snomed:410671006:Deworming Date Deworming Was Given",
"iFASIronSuppliments": "snomed:74935093:IFAS Iron Supplements",
"iFASDrugGiven": "snomed:6709950:IFAS Drug Given",
"iFASReason": "snomed:410666004:IFAS Reason",
"iFASOtherSuppliments": "snomed:26462991:IFAS Other Suppliments",
"iFASAncContact": "snomed:46645665:IFAS ANC Contact",
"iFASContactTiming": "snomed:39667636:IFAS Contact Timing",
"iFASNoOfTablets": "snomed:76449731:IFAS No.of Tablets",
"dosageAmount": "snomed:14420047:Dosage Amount",
"dosageFrequency": "snomed:20726931:Dosage Frequency",
"dosageDateGiven": "snomed:39234792:Dosage Date Given",
"dosageIronAndFolicCounsellingDone": "snomed:70346388:Dosage Iron And Folic Counselling Done",
"interventionInterventionGiven": "snomed:82261064:Intervention Intervention Given",
"interventionDateStarted": "snomed:16714043:Intervention Date started",
"interventionRegimen": "snomed:54840574:Intervention Regimen",
"interventionOtherRegimen": "snomed:54840574-O:Intervention Other Regimen",
"interventionARTDosageAmount": "snomed:48668776:Intervention ART Dosage Amount",
"interventionARTFrequency": "snomed:73670926:Intervention ART Frequency",
"interventionRegimenChange": "snomed:69335547:Intervention Regimen Change",
"interventionReasonForRegimenChange": "snomed:9697869:Intervention Reason For Regimen Change",
"interventionOtherReasonForRegimenChange": "snomed:7676996:Intervention Other Reason For Regimen Change",
"interventionViralLoadDate": "snomed:98046364:Intervention Viral Load Date",
"interventionViralLoadResults": "snomed:93778367:Intervention Viral Load Results",
"counsellingDangerSigns": "snomed:50206362:Counselling Danger Signs",
"counsellingDentalHealth": "snomed:69475666:Couselling Dental Health",
"counsellingBirthPlan": "snomed:97129423:Counselling Birth Plan",
"counsellingRhNegative": "snomed:87392289:Couselling Rh Negative",
"pregnancyCareMotherAdvicedToEatOneMeal": "snomed:22723167:Pregnancy Care Mother Adviced to Eat One Meal",
"pregnancyCareMotherAdvicedToEatAtleast5/10Foods": "snomed:43183900:Pregnancy Care Mother Advised To Eat Atleast 5/10 Foods",
"pregnancyCareMotherAdvicedToTakeIFAS": "snomed:30822033:Pregnancy Care Mother Adviced To Take IFAS",
"pregnancyCareMotherAdvicedToAvoidHeavyWork": "snomed:55268779:Pregnancy Care Mother Adviced To Avoid Heavy Work",
"pregnancyCareMotherAdvicedToSleepUnderLLIN": "snomed:51049855:Pregnancy Care Mother Adviced to Sleep Under LLIN",
"pregnancyCareMotherAdvicedToGoForANC": "snomed:96888625:Pregnancy Care Mother Adviced To Go For ANC",
"pregnancyCareMotherAdvicedToGoForRegularNonStrenous": "snomed:1528937:Pregnancy Care Mother Adviced To Go For Non-strenous",
"pregnancyCareMotherAdvicedToDrinkWater": "snomed:96204638:Pregnancy Care Mother Adviced To Drink Water",
"infantFeedingCousellingInfantFeedingCounselling": "snomed:91232116:Infant Feeding Counselling Infant Feeding Couselling",
"infantFeedingCousellingCounsellingOnExclusiveBreastfeedingAndBenefits": "snomed:80142304:InfantFeeding Counselling Counselling On Exclusive Breastfeeding and Benefits",
"dangerSignsDuringPregnancyWasTheMotherPale": "snomed:16673572:Danger Signs During Pregnancy Was The Mother Pale",
"dangerSignsDuringPregnancyDoesTheMotherHaveSevereHeadache": "snomed:5745006:Danger Signs During Pregnancy Does The Mother Have Severe Headache",
"dangerSignsDuringPregnancyMotherHaveVaginalBleeding": "snomed:55623893:Danger Signs During Pregnancy Does Mother Have Vaginal Bleeding",
"dangerSignsDuringPregnancyMotherHaveSevereAbdominalPain": "snomed:46209251:Danger Signs During Pregnancy Does Mother Have Severe Abdominal Pain",
"dangerSignsDuringPregnancyReducedOrNoMovementofTheUnborn": "snomed:83359346:Danger Signs During Pregnancy Reduced or No Movement of The Unborn",
"dangerSignsDuringPregnancyMotherHaveFits": "snomed:25865687:Danger Signs During Pregnancy Mother Have Fits",
"dangerSignsDuringPregnancyMotherWaterBreaking": "snomed:15859810:Danger Signs During Pregnancy Mother Water Breaking",
"dangerSignsDuringPregnancyMotherHaveSwollenFaceAndHands": "snomed:77178232:Danger Signs During Pregnancy Mother Have Swollen Face And Hands",
"dangerSignsDuringPregnancyMotherHaveFever": "snomed:35317232:Danger Signs During Pregnancy Mother Have Fever",
"referralBackToCommunityNameofOfficer": "snomed:106292003:Referral Back To Community Name Of Officer",
"referralBackToCommunityMobileNumber": "snomed:408402003-1:Referral Back To Community Mobile Number",
"referralBackToCommunityNameOfCHV": "snomed:303119007:Referral Back To Community Name Of CHV",
"referralBackToCommunityCHVMobileNumber": "snomed:408402003-2:Referral Back To Community CHV Mobile Number",
"referralBackToCommunityCommunityHealthUnit": "snomed:6827000:Referral Back To Community Community Health Unit",
"referralBackToCommunityCallMadeByTheReferringOfficer": "snomed:420942008:Referral Back To Community Call Made By The Reffering Officer",
"referralBackToCommunityDescribingTheServicesThatCHV": "snomed:224930009:Referral Back To Community Describing The Services That CHV",
"referralBackToCommunitySignature": "snomed:700856009:Referral Back To Community Signature",
"hivStatusBeforeANC": "snomed:120841000:ART Before ANC",
"hivTesting": "snomed:120841000:ART Before ANC",
"cvs": "snomed:267037003:CVs",
"abnormalCVsSpecify": "snomed:267037003-A:Abnormal CVs Specify",
"respiration": "snomed:267037003-A:Respiration",
"respirationAbnormalSpecify": "snomed:267037003-A:Respiration Abnormal Specify",
"breastExamFindings": "snomed:267037003-A:Abnormal CVs Specify",
"mothersWeight": "snomed:267037003-A:Mothers weight",
"inspectionDone": "snomed:267037003-A:Inspection Done",
"inspectionDoneSpecify": "snomed:267037003-A:Abnormal CVs Specify",
"palpation": "snomed:267037003:Palpation",
"palpationDone": "snomed:267037003-A:Palpation Done",
"auscalationDone": "snomed:37931006:Auscalation Done",
"palpationDoneSpecify": "snomed:267037003-A:Palpation Done",
"auscalationDoneSpecify": "snomed:37931006-A:Auscalation Done",
"externalGenitaliaInspectionDone": "snomed:267037003-A:Abnormal CVs Specify",
"externalGenitaliaInspectionDoneSpecify": "snomed:267037003-A:Abnormal CVs Specify",
"externalGenitaliaPalpationDone": "snomed:267037003-A:Abnormal CVs Specify",
"externalGenitaliaPalpationDoneSpecify": "snomed:267037003-A:External Genitalia Palpation Specify",
"dischargePresent": "snomed:267037003-A:Discharge Present",
"dischargePresentSpecify": "snomed:267037003-A:Discharge Present (Specify)",
"genitalUlcerPresent": "snomed:267037003-A:Genital ulcer present",
"genitalUlcerPresentSpecify": "snomed:267037003-A:Genital Ulcer Present Specify",
"fgmDone": "snomed:95041000119101:FGM Done",
"fgmComplications": "snomed:95041000119101-C:FGM Complications",
"ppYear": "snomed:267037003-A:Year",
"ancVisits": "snomed:267037003-A:ANC Visits",
"placeOfBirth": "snomed:267037003-A:Place of Birth",
"durationOfLabor": "snomed:267037003-A:Duration of labor",
"modeOfDelivery": "snomed:267037003-A:Mode of Delivery",
"tetanusDiptheriaInjectionTTProvided": "snomed:267037003-A:Tetanus Diptheria Provided",
"tetanusDiptheriaDateGiven": "snomed:267037003-A:Tetanus Diptheria Date Given",
"tetanusDiptheriaNextVisit": "snomed:267037003-A:Tetanus Diptheria Next Visit",
"tbDiagnosisPositive": "snomed:148264888-P:Positive TB Diagnosis",
"tbDiagnosisNegative": "snomed:148264888-N:Positive TB Diagnosis",
"iptDate": "snomed:384813511:IPT Date",
"iptNextVisit": "snomed:423337059:IPT Next Visit",
"multipleBabies": "snomed:45384004:Multiple Babies",
"multipleBabiesNumber": "snomed:45384004-N:Multiple babies number",
"firstObstreticUltrasound": "snomed:268445003-1:Obstretic Ultrasound Date",
"firstObstreticUltrasoundDate": "snomed:410672004-1:First Obstretic Ultrasound Date",
"secondObstreticUltrasound": "snomed:268445003-2:Second Obstretic Ultrasound",
"secondObstreticUltrasoundDate": "snomed:410672004-2:Obstretic Ultrasound Date",
"hivStatusBeforeFirstAnc": "snomed:19030005-ANC:HIV status before first ANC",
"partnerHivStatus": "snomed:278977008-P:Partner HIV status",
"onArvBeforeFirstAnc": "snomed:84251009:On ARV before first ANC",
"startedHaartInAnc": "snomed:416234007:Started HAART in first ANC",
"hivTested": "snomed:31676001:HIV Tested?",
"nextDateOfHivTest": "snomed:5111197:Next HIV Test Date",
"hivStatusOfMother": "snomed:278977008:HIV status of mother",
"hivTestDate": "snomed:5111197-X:HIV test date",
"nextDateOfHivTestNR": "snomed:31676001-NR:Next date of HIV test",
"syphilisTested": "snomed:76272004-Y:Syphilis tested",
"clotrimoxazoleGiven": "snomed:5111197:Clotrimoxazole given?",
"syphillisStatusOfMother": "snomed:10759921000119107:Syphilis status of mother",
"hepatitisBTested": "snomed:5111197:Hepatitis B Tested",
"hepatitisBTestDate": "snomed:5111197-X:Hepatitis B test date",
"hepatitisBStatusOfMother": "snomed:10759151000119101:Hepatitis B status of mother",
"coupleCounsellingAndTesting": "snomed:5111197:Couple counselling & Testing",
"partnerHivStatus2": "snomed:31676001-S:Partner HIV status",
"partnerReferredForHivCare": "snomed:31676001-R:Partner referred for HIV care.",
"referralDate": "snomed:31676001-RRD:Referral Date",
"previousPregnancyOrder": "snomed:31676001-RRD:Order",
"previousPregnancyYear": "snomed:31676001-RRD:Year",
"previousPregnancynoOfTimesANCAttended": "snomed:31676001-RRD:No of times ANC attended",
"previousPregnancychildBirthPlace": "snomed:31676001-RRD:Child birth place",
"previousPregnancyGestation": "snomed:31676001-RRD:Gestation",
"previousPregnancyDurationOfLabour": "snomed:31676001-RRD:Duration of labor",
"previousPregnancyDeliveryMode": "snomed:31676001-RRD:Delivery Mode",
"previousPregnancyBabyWeight": "snomed:31676001-RRD:Baby Weight",
"previousPregnancyBabySex": "snomed:31676001-RRD: Baby Sex",
"previousPregnancyOutcome": "snomed:31676001-RRD:Pregnancy Outcome",
"previousPregnancyPurperium": "snomed:31676001-RRD:Purperium",
"previousPregnancyAbnornmalPurperium": "snomed:31676001-RRD:Abnormal purperium"
}
}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS%20CBDHS/LHSS-CBDHS-HIE/docker-compose-dev.yml","entries":[{"id":"Y4CB.yml","timestamp":1687260466470},{"id":"priJ.yml","timestamp":1690880633715},{"id":"qkYT.yml","timestamp":1691048872186},{"id":"pOOf.yml","timestamp":1691048912434},{"id":"9stQ.yml","timestamp":1691050530542},{"id":"3sWI.yml","timestamp":1691050603246},{"id":"qP6f.yml","timestamp":1691050945346},{"id":"0XC2.yml","timestamp":1691053176350},{"id":"UMEJ.yml","timestamp":1691053394098},{"id":"fYRX.yml","timestamp":1691146451179}]}
{"version":1,"resource":"file:///home/dell/p/icl/MamasHub/kabarak-mhis-web-app/api/src/routes/auth.ts","entries":[{"id":"CkyJ.ts","timestamp":1689181158274},{"id":"NNDK.ts","source":"undoRedo.source","timestamp":1689181213663},{"id":"MlBt.ts","timestamp":1689181225683}]}
{"version":1,"resource":"file:///home/dell/p/icl/cht-accelerator/IntelliSOFT/Example%20CHT%20application/setup.sh","entries":[{"id":"gEj7.sh","timestamp":1686844436512},{"id":"4arg.sh","timestamp":1686844479612},{"id":"SJJq.sh","timestamp":1686844569921},{"id":"JT52.sh","timestamp":1686844595373},{"id":"it9F.sh","timestamp":1686844615385},{"id":"GvEa.sh","timestamp":1686844630637},{"id":"YtWc.sh","timestamp":1686844658233},{"id":"skgJ.sh","timestamp":1686844706158},{"id":"eynC.sh","timestamp":1686850696181},{"id":"EM2U.sh","timestamp":1686850715717},{"id":"w1t5.sh","timestamp":1686850734849},{"id":"HSMU.sh","timestamp":1686851815298},{"id":"JgER.sh","timestamp":1686905126567},{"id":"EE1C.sh","timestamp":1686905204319},{"id":"wNQI.sh","timestamp":1686905237579},{"id":"shlz.sh","timestamp":1686905248487},{"id":"0Tc2.sh","timestamp":1686905265055},{"id":"EtvU.sh","timestamp":1686905279512},{"id":"H7GK.sh","timestamp":1686908376995},{"id":"bchn.sh","timestamp":1686908429393},{"id":"8KNx.sh","timestamp":1686908462575},{"id":"ezZd.sh","timestamp":1686908495826},{"id":"Bo3I.sh","timestamp":1686908609326},{"id":"HX2f.sh","timestamp":1686909680668},{"id":"FQlR.sh","timestamp":1686909713520},{"id":"kXJa.sh","timestamp":1686909734188},{"id":"9bbc.sh","timestamp":1686909760312},{"id":"MwpY.sh","source":"renamed.source","timestamp":1686910250861},{"id":"5K13.sh","timestamp":1686910307715},{"id":"q96E.sh","timestamp":1686910402675},{"id":"6Zrd.sh","timestamp":1686910430096},{"id":"lUVr.sh","timestamp":1686910447500},{"id":"kPWc.sh","timestamp":1686910545204},{"id":"6Wgr.sh","timestamp":1686910581705},{"id":"wAdK.sh","timestamp":1686910857761},{"id":"tZ38.sh","timestamp":1686910882337},{"id":"gE29.sh","timestamp":1686910897634},{"id":"Kbwh.sh","timestamp":1686911809249},{"id":"2jb8.sh","timestamp":1686911951170},{"id":"Xb3Z.sh","timestamp":1687243943450}]}
{"version":1,"resource":"file:///home/dell/p/Standards%20EHR/hie/hapi-fhir/application.yaml","entries":[{"id":"SFH2.yaml","source":"searchReplace.source","timestamp":1689876308279},{"id":"q0jy.yaml","timestamp":1690275907429},{"id":"bsJF.yaml","source":"undoRedo.source","timestamp":1690275923261},{"id":"jW2Z.yaml","timestamp":1691999739050},{"id":"IXTx.yaml","timestamp":1692000033384},{"id":"cXo7.yaml","timestamp":1692368158085},{"id":"t4OF.yaml","timestamp":1692368509405},{"id":"hlwq.yaml","timestamp":1692368723754},{"id":"30yn.yaml","timestamp":1692370416802},{"id":"1RmF.yaml","timestamp":1692445309513},{"id":"HC1D.yaml","timestamp":1692445320153}]}
{"version":1,"resource":"file:///home/dell/p/mo-ment/bahmni/bahmni-standard/extra-odoo-addons/bahmni_insurance_odoo/models/SaleOrderLine.py","entries":[{"id":"EuoG.py","timestamp":1680800257246},{"id":"RjVs.py","timestamp":1680800388732},{"id":"QrS6.py","timestamp":1680800517417},{"id":"X1mB.py","timestamp":1680800631178},{"id":"bzn4.py","timestamp":1680800651054},{"id":"5Jvl.py","timestamp":1680801223692},{"id":"y60M.py","source":"undoRedo.source","timestamp":1680801406269},{"id":"nmCj.py","source":"undoRedo.source","timestamp":1680801442457},{"id":"c0Q0.py","timestamp":1680801446657},{"id":"bwoz.py","timestamp":1680801547270},{"id":"LEOQ.py","timestamp":1680801595183},{"id":"MSWG.py","timestamp":1680801908537},{"id":"erLM.py","timestamp":1680801923137},{"id":"GBtw.py","timestamp":1680802507929},{"id":"2gqH.py","timestamp":1680803753842},{"id":"EBhb.py","timestamp":1680803910839},{"id":"LcJR.py","timestamp":1680804415044},{"id":"9okh.py","timestamp":1680805152948},{"id":"zcPE.py","timestamp":1680805180316},{"id":"O40q.py","timestamp":1680805544782},{"id":"7djg.py","timestamp":1680805560574},{"id":"gyaX.py","timestamp":1680805573982},{"id":"GbGa.py","timestamp":1680805593182},{"id":"MjeN.py","timestamp":1680805606594},{"id":"bQsq.py","timestamp":1680805927620},{"id":"dPsd.py","timestamp":1680806295020},{"id":"2BZD.py","timestamp":1680994272898},{"id":"0brC.py","timestamp":1681221632120},{"id":"VUbm.py","timestamp":1681221944436},{"id":"ZhnX.py","timestamp":1681221955936},{"id":"clpJ.py","timestamp":1681820542007},{"id":"8FK5.py","timestamp":1681944213000},{"id":"VPw2.py","timestamp":1681945010514},{"id":"L94C.py","timestamp":1681945100882},{"id":"hYxH.py","timestamp":1681945313888},{"id":"bWXr.py","timestamp":1681945326424},{"id":"NInL.py","timestamp":1681945572574},{"id":"chMw.py","timestamp":1681945608527},{"id":"Wp1f.py","timestamp":1681946125813},{"id":"8F2W.py","timestamp":1681946205186},{"id":"YTMQ.py","timestamp":1681946435195},{"id":"YN37.py","timestamp":1681947106972},{"id":"Npap.py","timestamp":1681947153940},{"id":"6tY9.py","timestamp":1681947596879},{"id":"OwwA.py","timestamp":1682408785398},{"id":"r6Cz.py","timestamp":1682409278833},{"id":"esmV.py","timestamp":1682412508235},{"id":"AIrM.py","timestamp":1687434918818},{"id":"1TXQ.py","timestamp":1687434944550},{"id":"k6dw.py","timestamp":1687434955746}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/tenancy-api/rent/migrations/0002_auto_20220716_1347.py","entries":[{"id":"R0Bl.py","source":"searchReplace.source","timestamp":1681220470091},{"id":"EUGT.py","source":"searchReplace.source","timestamp":1682590257446}]}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Edwin/farmhub/Farm-Dashboard/src/pages/Account.jsx","entries":[{"id":"ezhf.jsx","timestamp":1672233724968},{"id":"cMPg.jsx","source":"undoRedo.source","timestamp":1672233762837},{"id":"ClMh.jsx","timestamp":1672411892054},{"id":"XeqI.jsx","timestamp":1672411912858},{"id":"40EC.jsx","timestamp":1672470524362},{"id":"YzYx.jsx","timestamp":1672470540314},{"id":"4uut.jsx","timestamp":1672470563686}]}
{
"counties": [
{
"name": "Baringo",
"capital": "Kabarnet",
"code": 30,
"sub_counties": [
"Baringo central",
"Baringo north",
"Baringo south",
"Eldama ravine",
"Mogotio",
"Tiaty"
]
},
{
"name": "Bomet",
"capital": "Bomet",
"code": 36,
"sub_counties": [
"Bomet central",
"Bomet east",
"Chepalungu",
"Konoin",
"Sotik"
]
},
{
"name": "Bungoma",
"capital": "Bungoma",
"code": 39,
"sub_counties": [
"Bumula",
"Kabuchai",
"Kanduyi",
"Kimilil",
"Mt Elgon",
"Sirisia",
"Tongaren",
"Webuye east",
"Webuye west"
]
},
{
"name": "Busia",
"capital": "Busia",
"code": 40,
"sub_counties": [
"Budalangi",
"Butula",
"Funyula",
"Nambele",
"Teso North",
"Teso South"
]
},
{
"name": "Elgeyo-Marakwet",
"capital": "Iten",
"code": 28,
"sub_counties": [
"Keiyo north",
"Keiyo south",
"Marakwet east",
"Marakwet west"
]
},
{
"name": "Embu",
"capital": "Embu",
"code": 14,
"sub_counties": [
"Manyatta",
"Mbeere north",
"Mbeere south",
"Runyenjes"
]
},
{
"name": "Garissa",
"capital": "Garissa",
"code": 7,
"sub_counties": [
"Daadab",
"Fafi",
"Garissa",
"Hulugho",
"Ijara",
"Lagdera balambala"
]
},
{
"name": "Homa Bay",
"capital": "Homa Bay",
"code": 43,
"sub_counties": [
"Homabay town",
"Kabondo",
"Karachwonyo",
"Kasipul",
"Mbita",
"Ndhiwa",
"Rangwe",
"Suba"
]
},
{
"name": "Isiolo",
"capital": "Isiolo",
"code": 11,
"sub_counties": [
"Isiolo",
"Garba tula",
"Merit"
]
},
{
"name": "Kajiado",
"code": 34,
"sub_counties": [
"Isinya.",
"Kajiado Central.",
"Kajiado North.",
"Loitokitok.",
"Mashuuru."
]
},
{
"name": "Kakamega",
"capital": "Kakamega",
"code": 37,
"sub_counties": [
"Butere",
"Kakamega central",
"Kakamega east",
"Kakamega north",
"Kakamega south",
"Khwisero",
"Lugari",
"Lukuyani",
"Lurambi",
"Matete",
"Mumias",
"Mutungu",
"Navakholo"
]
},
{
"name": "Kericho",
"capital": "Kericho",
"code": 35,
"sub_counties": [
"Ainamoi",
"Belgut",
"Bureti",
"Kipkelion east",
"Kipkelion west",
"Soin sigowet"
]
},
{
"name": "Kiambu",
"capital": "Kiambu",
"code": 22,
"sub_counties": [
"Gatundu north",
"Gatundu south",
"Githunguri",
"Juja",
"Kabete",
"Kiambaa",
"Kiambu",
"Kikuyu",
"Limuru",
"Ruiru",
"Thika town",
"lari"
]
},
{
"name": "Kilifi",
"capital": "Kilifi",
"code": 3,
"sub_counties": [
"Genzw",
"Kaloleni",
"Kilifi north",
"Kilifi south",
"Magarini",
"Malindi",
"Rabai"
]
},
{
"name": "Kirinyaga",
"capital": "Kerugoya/Kutus",
"code": 20,
"sub_counties": [
"Kirinyaga central",
"Kirinyaga east",
"Kirinyaga west",
"Mwea east",
"Mwea west"
]
},
{
"name": "Kisii",
"capital": "Kisii",
"code": 45,
"sub_counties": []
},
{
"name": "Kisumu",
"capital": "Kisumu",
"code": 42,
"sub_counties": [
"Kisumu central",
"Kisumu east ",
"Kisumu west",
"Mohoroni",
"Nyakach",
"Nyando",
"Seme"
]
},
{
"name": "Kitui",
"capital": "Kitui",
"code": 15,
"sub_counties": [
"Ikutha",
"Katulani",
"Kisasi",
"Kitui central",
"Kitui west ",
"Lower yatta",
"Matiyani",
"Migwani",
"Mutitu",
"Mutomo",
"Muumonikyusu",
"Mwingi central",
"Mwingi east",
"Nzambani",
"Tseikuru"
]
},
{
"name": "Kwale",
"capital": "Kwale",
"code": 2,
"sub_counties": [
"Kinango",
"Lungalunga",
"Msambweni",
"Mutuga"
]
},
{
"name": "Laikipia",
"capital": "Rumuruti",
"code": 31,
"sub_counties": [
"Laikipia central",
"Laikipia east",
"Laikipia north",
"Laikipia west ",
"Nyahururu"
]
},
{
"name": "Lamu",
"capital": "Lamu",
"code": 5,
"sub_counties": [
"Lamu East",
"Lamu West"
]
},
{
"name": "Machakos",
"capital": "Machakos",
"code": 16,
"sub_counties": [
"Kathiani",
"Machakos town",
"Masinga",
"Matungulu",
"Mavoko",
"Mwala",
"Yatta"
]
},
{
"name": "Makueni",
"capital": "Wote",
"code": 17,
"sub_counties": [
"Kaiti",
"Kibwei west",
"Kibwezi east",
"Kilome",
"Makueni",
"Mbooni"
]
},
{
"name": "Mandera",
"capital": "Mandera",
"code": 9,
"sub_counties": [
"Banissa",
"Lafey",
"Mandera East",
"Mandera North",
"Mandera South",
"Mandera West"
]
},
{
"name": "Marsabit",
"capital": "Marsabit",
"code": 10,
"sub_counties": [
"Laisamis",
"Moyale",
"North hor",
"Saku"
]
},
{
"name": "Meru",
"capital": "Meru",
"code": 12,
"sub_counties": [
"Buuri",
"Igembe central",
"Igembe north",
"Igembe south",
"Imenti central",
"Imenti north",
"Imenti south",
"Tigania east",
"Tigania west"
]
},
{
"name": "Migori",
"capital": "Migori",
"code": 44,
"sub_counties": [
"Awendo",
"Kuria east",
"Kuria west",
"Mabera",
"Ntimaru",
"Rongo",
"Suna east",
"Suna west",
"Uriri"
]
},
{
"name": "Mombasa",
"capital": "Mombasa City",
"code": 1,
"sub_counties": [
"Changamwe",
"Jomvu",
"Kisauni",
"Likoni",
"Mvita",
"Nyali"
]
},
{
"name": "Murang'a",
"capital": "Murang'a",
"code": 21,
"sub_counties": [
"Gatanga",
"Kahuro",
"Kandara",
"Kangema",
"Kigumo",
"Kiharu",
"Mathioya",
"Murang’a south"
]
},
{
"name": "Nairobi",
"capital": "Nairobi City",
"code": 47,
"sub_counties": [
"Dagoretti North Sub County",
"Dagoretti South Sub County ",
"Embakasi Central Sub Count",
"Embakasi East Sub County",
"Embakasi North Sub County ",
"Embakasi South Sub County",
"Embakasi West Sub County",
"Kamukunji Sub County",
"Kasarani Sub County ",
"Kibra Sub County ",
"Lang'ata Sub County ",
"Makadara Sub County",
"Mathare Sub County ",
"Roysambu Sub County ",
"Ruaraka Sub County ",
"Starehe Sub County ",
"Westlands Sub County "
]
},
{
"name": "Nakuru",
"capital": "Nakuru",
"code": 32,
"sub_counties": [
"Bahati",
"Gilgil",
"Kuresoi north",
"Kuresoi south",
"Molo",
"Naivasha",
"Nakuru town east",
"Nakuru town west",
"Njoro",
"Rongai",
"Subukia"
]
},
{
"name": "Nandi",
"capital": "Kapsabet",
"code": 29,
"sub_counties": [
"Aldai",
"Chesumei",
"Emgwen",
"Mosop",
"Namdi hills",
"Tindiret"
]
},
{
"name": "Narok",
"capital": "Narok",
"code": 33,
"sub_counties": [
"Narok east",
"Narok north",
"Narok south",
"Narok west",
"Transmara east",
"Transmara west"
]
},
{
"name": "Nyamira",
"capital": "Nyamira",
"code": 46,
"sub_counties": [
"Borabu",
"Manga",
"Masaba north",
"Nyamira north",
"Nyamira south"
]
},
{
"name": "Nyandarua",
"capital": "Ol Kalou",
"code": 18,
"sub_counties": [
"Kinangop",
"Kipipiri",
"Ndaragwa",
"Ol Kalou",
"Ol joro orok"
]
},
{
"name": "Nyeri",
"capital": "Nyeri",
"code": 19,
"sub_counties": [
"Kieni east",
"Kieni west",
"Mathira east",
"Mathira west",
"Mkurweni",
"Nyeri town",
"Othaya",
"Tetu"
]
},
{
"name": "Samburu",
"capital": "Maralal",
"code": 25,
"sub_counties": [
"Samburu east",
"Samburu north",
"Samburu west"
]
},
{
"name": "Siaya",
"capital": "Siaya",
"code": 41,
"sub_counties": [
"Alego usonga",
"Bondo",
"Gem",
"Rarieda",
"Ugenya",
"Unguja"
]
},
{
"name": "Taita-Taveta",
"capital": "Voi",
"code": 6,
"sub_counties": [
"Mwatate",
"Taveta",
"Voi",
"Wundanyi"
]
},
{
"name": "Tana River",
"capital": "Hola",
"code": 4,
"sub_counties": [
"Bura",
"Galole",
"Garsen"
]
},
{
"name": "Tharaka-Nithi",
"capital": "Chuka",
"code": 13,
"sub_counties": [
"Chuka",
"Igambangobe",
"Maara",
"Muthambi",
"Tharak north",
"Tharaka south"
]
},
{
"name": "Trans-Nzoia",
"capital": "Kitale",
"code": 26,
"sub_counties": [
"Cherangany",
"Endebess",
"Kiminini",
"Kwanza",
"Saboti"
]
},
{
"name": "Turkana",
"capital": "Lodwar",
"code": 23,
"sub_counties": [
"Loima",
"Turkana central",
"Turkana east",
"Turkana north",
"Turkana south"
]
},
{
"name": "Uasin Gishu",
"capital": "Eldoret",
"code": 27,
"sub_counties": [
"Ainabkoi",
"Kapseret",
"Kesses",
"Moiben",
"Soy",
"Turbo"
]
},
{
"name": "Vihiga",
"capital": "Vihiga",
"code": 38,
"sub_counties": [
"Emuhaya",
"Hamisi",
"Luanda",
"Sabatia",
"vihiga"
]
},
{
"name": "Wajir",
"capital": "Wajir",
"code": 8,
"sub_counties": [
"Eldas",
"Tarbaj",
"Wajir East",
"Wajir North",
"Wajir South",
"Wajir West"
]
},
{
"name": "West Pokot",
"capital": "Kapenguria",
"code": 24,
"sub_counties": [
"Central Pokot",
"North Pokot",
"Pokot South",
"West Pokot"
]
},
{
"name": "Baringo",
"capital": "Kabarnet",
"code": 30,
"sub_counties": [
"Baringo central",
"Baringo north",
"Baringo south",
"Eldama ravine",
"Mogotio",
"Tiaty"
]
},
{
"name": "Bomet",
"capital": "Bomet",
"code": 36,
"sub_counties": [
"Bomet central",
"Bomet east",
"Chepalungu",
"Konoin",
"Sotik"
]
},
{
"name": "Bungoma",
"capital": "Bungoma",
"code": 39,
"sub_counties": [
"Bumula",
"Kabuchai",
"Kanduyi",
"Kimilil",
"Mt Elgon",
"Sirisia",
"Tongaren",
"Webuye east",
"Webuye west"
]
},
{
"name": "Busia",
"capital": "Busia",
"code": 40,
"sub_counties": [
"Budalangi",
"Butula",
"Funyula",
"Nambele",
"Teso North",
"Teso South"
]
},
{
"name": "Elgeyo-Marakwet",
"capital": "Iten",
"code": 28,
"sub_counties": [
"Keiyo north",
"Keiyo south",
"Marakwet east",
"Marakwet west"
]
},
{
"name": "Embu",
"capital": "Embu",
"code": 14,
"sub_counties": [
"Manyatta",
"Mbeere north",
"Mbeere south",
"Runyenjes"
]
},
{
"name": "Garissa",
"capital": "Garissa",
"code": 7,
"sub_counties": [
"Daadab",
"Fafi",
"Garissa",
"Hulugho",
"Ijara",
"Lagdera balambala"
]
},
{
"name": "Homa Bay",
"capital": "Homa Bay",
"code": 43,
"sub_counties": [
"Homabay town",
"Kabondo",
"Karachwonyo",
"Kasipul",
"Mbita",
"Ndhiwa",
"Rangwe",
"Suba"
]
},
{
"name": "Isiolo",
"capital": "Isiolo",
"code": 11,
"sub_counties": [
"Isiolo",
"Garba tula",
"Merit"
]
},
{
"name": "Kajiado",
"code": 34,
"sub_counties": [
"Isinya.",
"Kajiado Central.",
"Kajiado North.",
"Loitokitok.",
"Mashuuru."
]
},
{
"name": "Kakamega",
"capital": "Kakamega",
"code": 37,
"sub_counties": [
"Butere",
"Kakamega central",
"Kakamega east",
"Kakamega north",
"Kakamega south",
"Khwisero",
"Lugari",
"Lukuyani",
"Lurambi",
"Matete",
"Mumias",
"Mutungu",
"Navakholo"
]
},
{
"name": "Kericho",
"capital": "Kericho",
"code": 35,
"sub_counties": [
"Ainamoi",
"Belgut",
"Bureti",
"Kipkelion east",
"Kipkelion west",
"Soin sigowet"
]
},
{
"name": "Kiambu",
"capital": "Kiambu",
"code": 22,
"sub_counties": [
"Gatundu north",
"Gatundu south",
"Githunguri",
"Juja",
"Kabete",
"Kiambaa",
"Kiambu",
"Kikuyu",
"Limuru",
"Ruiru",
"Thika town",
"lari"
]
},
{
"name": "Kilifi",
"capital": "Kilifi",
"code": 3,
"sub_counties": [
"Genzw",
"Kaloleni",
"Kilifi north",
"Kilifi south",
"Magarini",
"Malindi",
"Rabai"
]
},
{
"name": "Kirinyaga",
"capital": "Kerugoya/Kutus",
"code": 20,
"sub_counties": [
"Kirinyaga central",
"Kirinyaga east",
"Kirinyaga west",
"Mwea east",
"Mwea west"
]
},
{
"name": "Kisii",
"capital": "Kisii",
"code": 45,
"sub_counties": []
},
{
"name": "Kisumu",
"capital": "Kisumu",
"code": 42,
"sub_counties": [
"Kisumu central",
"Kisumu east ",
"Kisumu west",
"Mohoroni",
"Nyakach",
"Nyando",
"Seme"
]
},
{
"name": "Kitui",
"capital": "Kitui",
"code": 15,
"sub_counties": [
"Ikutha",
"Katulani",
"Kisasi",
"Kitui central",
"Kitui west ",
"Lower yatta",
"Matiyani",
"Migwani",
"Mutitu",
"Mutomo",
"Muumonikyusu",
"Mwingi central",
"Mwingi east",
"Nzambani",
"Tseikuru"
]
},
{
"name": "Kwale",
"capital": "Kwale",
"code": 2,
"sub_counties": [
"Kinango",
"Lungalunga",
"Msambweni",
"Mutuga"
]
},
{
"name": "Laikipia",
"capital": "Rumuruti",
"code": 31,
"sub_counties": [
"Laikipia central",
"Laikipia east",
"Laikipia north",
"Laikipia west ",
"Nyahururu"
]
},
{
"name": "Lamu",
"capital": "Lamu",
"code": 5,
"sub_counties": [
"Lamu East",
"Lamu West"
]
},
{
"name": "Machakos",
"capital": "Machakos",
"code": 16,
"sub_counties": [
"Kathiani",
"Machakos town",
"Masinga",
"Matungulu",
"Mavoko",
"Mwala",
"Yatta"
]
},
{
"name": "Makueni",
"capital": "Wote",
"code": 17,
"sub_counties": [
"Kaiti",
"Kibwei west",
"Kibwezi east",
"Kilome",
"Makueni",
"Mbooni"
]
},
{
"name": "Mandera",
"capital": "Mandera",
"code": 9,
"sub_counties": [
"Banissa",
"Lafey",
"Mandera East",
"Mandera North",
"Mandera South",
"Mandera West"
]
},
{
"name": "Marsabit",
"capital": "Marsabit",
"code": 10,
"sub_counties": [
"Laisamis",
"Moyale",
"North hor",
"Saku"
]
},
{
"name": "Meru",
"capital": "Meru",
"code": 12,
"sub_counties": [
"Buuri",
"Igembe central",
"Igembe north",
"Igembe south",
"Imenti central",
"Imenti north",
"Imenti south",
"Tigania east",
"Tigania west"
]
},
{
"name": "Migori",
"capital": "Migori",
"code": 44,
"sub_counties": [
"Awendo",
"Kuria east",
"Kuria west",
"Mabera",
"Ntimaru",
"Rongo",
"Suna east",
"Suna west",
"Uriri"
]
},
{
"name": "Mombasa",
"capital": "Mombasa City",
"code": 1,
"sub_counties": [
"Changamwe",
"Jomvu",
"Kisauni",
"Likoni",
"Mvita",
"Nyali"
]
},
{
"name": "Murang'a",
"capital": "Murang'a",
"code": 21,
"sub_counties": [
"Gatanga",
"Kahuro",
"Kandara",
"Kangema",
"Kigumo",
"Kiharu",
"Mathioya",
"Murang’a south"
]
},
{
"name": "Nairobi",
"capital": "Nairobi City",
"code": 47,
"sub_counties": [
"Dagoretti North Sub County",
"Dagoretti South Sub County ",
"Embakasi Central Sub Count",
"Embakasi East Sub County",
"Embakasi North Sub County ",
"Embakasi South Sub County",
"Embakasi West Sub County",
"Kamukunji Sub County",
"Kasarani Sub County ",
"Kibra Sub County ",
"Lang'ata Sub County ",
"Makadara Sub County",
"Mathare Sub County ",
"Roysambu Sub County ",
"Ruaraka Sub County ",
"Starehe Sub County ",
"Westlands Sub County "
]
},
{
"name": "Nakuru",
"capital": "Nakuru",
"code": 32,
"sub_counties": [
"Bahati",
"Gilgil",
"Kuresoi north",
"Kuresoi south",
"Molo",
"Naivasha",
"Nakuru town east",
"Nakuru town west",
"Njoro",
"Rongai",
"Subukia"
]
},
{
"name": "Nandi",
"capital": "Kapsabet",
"code": 29,
"sub_counties": [
"Aldai",
"Chesumei",
"Emgwen",
"Mosop",
"Namdi hills",
"Tindiret"
]
},
{
"name": "Narok",
"capital": "Narok",
"code": 33,
"sub_counties": [
"Narok east",
"Narok north",
"Narok south",
"Narok west",
"Transmara east",
"Transmara west"
]
},
{
"name": "Nyamira",
"capital": "Nyamira",
"code": 46,
"sub_counties": [
"Borabu",
"Manga",
"Masaba north",
"Nyamira north",
"Nyamira south"
]
},
{
"name": "Nyandarua",
"capital": "Ol Kalou",
"code": 18,
"sub_counties": [
"Kinangop",
"Kipipiri",
"Ndaragwa",
"Ol Kalou",
"Ol joro orok"
]
},
{
"name": "Nyeri",
"capital": "Nyeri",
"code": 19,
"sub_counties": [
"Kieni east",
"Kieni west",
"Mathira east",
"Mathira west",
"Mkurweni",
"Nyeri town",
"Othaya",
"Tetu"
]
},
{
"name": "Samburu",
"capital": "Maralal",
"code": 25,
"sub_counties": [
"Samburu east",
"Samburu north",
"Samburu west"
]
},
{
"name": "Siaya",
"capital": "Siaya",
"code": 41,
"sub_counties": [
"Alego usonga",
"Bondo",
"Gem",
"Rarieda",
"Ugenya",
"Unguja"
]
},
{
"name": "Taita-Taveta",
"capital": "Voi",
"code": 6,
"sub_counties": [
"Mwatate",
"Taveta",
"Voi",
"Wundanyi"
]
},
{
"name": "Tana River",
"capital": "Hola",
"code": 4,
"sub_counties": [
"Bura",
"Galole",
"Garsen"
]
},
{
"name": "Tharaka-Nithi",
"capital": "Chuka",
"code": 13,
"sub_counties": [
"Chuka",
"Igambangobe",
"Maara",
"Muthambi",
"Tharak north",
"Tharaka south"
]
},
{
"name": "Trans-Nzoia",
"capital": "Kitale",
"code": 26,
"sub_counties": [
"Cherangany",
"Endebess",
"Kiminini",
"Kwanza",
"Saboti"
]
},
{
"name": "Turkana",
"capital": "Lodwar",
"code": 23,
"sub_counties": [
"Loima",
"Turkana central",
"Turkana east",
"Turkana north",
"Turkana south"
]
},
{
"name": "Uasin Gishu",
"capital": "Eldoret",
"code": 27,
"sub_counties": [
"Ainabkoi",
"Kapseret",
"Kesses",
"Moiben",
"Soy",
"Turbo"
]
},
{
"name": "Vihiga",
"capital": "Vihiga",
"code": 38,
"sub_counties": [
"Emuhaya",
"Hamisi",
"Luanda",
"Sabatia",
"vihiga"
]
},
{
"name": "Wajir",
"capital": "Wajir",
"code": 8,
"sub_counties": [
"Eldas",
"Tarbaj",
"Wajir East",
"Wajir North",
"Wajir South",
"Wajir West"
]
},
{
"name": "West Pokot",
"capital": "Kapenguria",
"code": 24,
"sub_counties": [
"Central Pokot",
"North Pokot",
"Pokot South",
"West Pokot"
]
}
]
}
{
"counties": [
{
"name": "Baringo",
"capital": "Kabarnet",
"code": 30,
"sub_counties": [
"Baringo central",
"Baringo north",
"Baringo south",
"Eldama ravine",
"Mogotio",
"Tiaty"
]
},
{
"name": "Bomet",
"capital": "Bomet",
"code": 36,
"sub_counties": [
"Bomet central",
"Bomet east",
"Chepalungu",
"Konoin",
"Sotik"
]
},
{
"name": "Bungoma",
"capital": "Bungoma",
"code": 39,
"sub_counties": [
"Bumula",
"Kabuchai",
"Kanduyi",
"Kimilil",
"Mt Elgon",
"Sirisia",
"Tongaren",
"Webuye east",
"Webuye west"
]
},
{
"name": "Busia",
"capital": "Busia",
"code": 40,
"sub_counties": [
"Budalangi",
"Butula",
"Funyula",
"Nambele",
"Teso North",
"Teso South"
]
},
{
"name": "Elgeyo-Marakwet",
"capital": "Iten",
"code": 28,
"sub_counties": [
"Keiyo north",
"Keiyo south",
"Marakwet east",
"Marakwet west"
]
},
{
"name": "Embu",
"capital": "Embu",
"code": 14,
"sub_counties": [
"Manyatta",
"Mbeere north",
"Mbeere south",
"Runyenjes"
]
},
{
"name": "Garissa",
"capital": "Garissa",
"code": 7,
"sub_counties": [
"Daadab",
"Fafi",
"Garissa",
"Hulugho",
"Ijara",
"Lagdera balambala"
]
},
{
"name": "Homa Bay",
"capital": "Homa Bay",
"code": 43,
"sub_counties": [
"Homabay town",
"Kabondo",
"Karachwonyo",
"Kasipul",
"Mbita",
"Ndhiwa",
"Rangwe",
"Suba"
]
},
{
"name": "Isiolo",
"capital": "Isiolo",
"code": 11,
"sub_counties": [
"Isiolo",
"Garba tula",
"Merit"
]
},
{
"name": "Kajiado",
"code": 34,
"sub_counties": [
"Isinya.",
"Kajiado Central.",
"Kajiado North.",
"Loitokitok.",
"Mashuuru."
]
},
{
"name": "Kakamega",
"capital": "Kakamega",
"code": 37,
"sub_counties": [
"Butere",
"Kakamega central",
"Kakamega east",
"Kakamega north",
"Kakamega south",
"Khwisero",
"Lugari",
"Lukuyani",
"Lurambi",
"Matete",
"Mumias",
"Mutungu",
"Navakholo"
]
},
{
"name": "Kericho",
"capital": "Kericho",
"code": 35,
"sub_counties": [
"Ainamoi",
"Belgut",
"Bureti",
"Kipkelion east",
"Kipkelion west",
"Soin sigowet"
]
},
{
"name": "Kiambu",
"capital": "Kiambu",
"code": 22,
"sub_counties": [
"Gatundu north",
"Gatundu south",
"Githunguri",
"Juja",
"Kabete",
"Kiambaa",
"Kiambu",
"Kikuyu",
"Limuru",
"Ruiru",
"Thika town",
"lari"
]
},
{
"name": "Kilifi",
"capital": "Kilifi",
"code": 3,
"sub_counties": [
"Genzw",
"Kaloleni",
"Kilifi north",
"Kilifi south",
"Magarini",
"Malindi",
"Rabai"
]
},
{
"name": "Kirinyaga",
"capital": "Kerugoya/Kutus",
"code": 20,
"sub_counties": [
"Kirinyaga central",
"Kirinyaga east",
"Kirinyaga west",
"Mwea east",
"Mwea west"
]
},
{
"name": "Kisii",
"capital": "Kisii",
"code": 45,
"sub_counties": []
},
{
"name": "Kisumu",
"capital": "Kisumu",
"code": 42,
"sub_counties": [
"Kisumu central",
"Kisumu east ",
"Kisumu west",
"Mohoroni",
"Nyakach",
"Nyando",
"Seme"
]
},
{
"name": "Kitui",
"capital": "Kitui",
"code": 15,
"sub_counties": [
"Ikutha",
"Katulani",
"Kisasi",
"Kitui central",
"Kitui west ",
"Lower yatta",
"Matiyani",
"Migwani",
"Mutitu",
"Mutomo",
"Muumonikyusu",
"Mwingi central",
"Mwingi east",
"Nzambani",
"Tseikuru"
]
},
{
"name": "Kwale",
"capital": "Kwale",
"code": 2,
"sub_counties": [
"Kinango",
"Lungalunga",
"Msambweni",
"Mutuga"
]
},
{
"name": "Laikipia",
"capital": "Rumuruti",
"code": 31,
"sub_counties": [
"Laikipia central",
"Laikipia east",
"Laikipia north",
"Laikipia west ",
"Nyahururu"
]
},
{
"name": "Lamu",
"capital": "Lamu",
"code": 5,
"sub_counties": [
"Lamu East",
"Lamu West"
]
},
{
"name": "Machakos",
"capital": "Machakos",
"code": 16,
"sub_counties": [
"Kathiani",
"Machakos town",
"Masinga",
"Matungulu",
"Mavoko",
"Mwala",
"Yatta"
]
},
{
"name": "Makueni",
"capital": "Wote",
"code": 17,
"sub_counties": [
"Kaiti",
"Kibwei west",
"Kibwezi east",
"Kilome",
"Makueni",
"Mbooni"
]
},
{
"name": "Mandera",
"capital": "Mandera",
"code": 9,
"sub_counties": [
"Banissa",
"Lafey",
"Mandera East",
"Mandera North",
"Mandera South",
"Mandera West"
]
},
{
"name": "Marsabit",
"capital": "Marsabit",
"code": 10,
"sub_counties": [
"Laisamis",
"Moyale",
"North hor",
"Saku"
]
},
{
"name": "Meru",
"capital": "Meru",
"code": 12,
"sub_counties": [
"Buuri",
"Igembe central",
"Igembe north",
"Igembe south",
"Imenti central",
"Imenti north",
"Imenti south",
"Tigania east",
"Tigania west"
]
},
{
"name": "Migori",
"capital": "Migori",
"code": 44,
"sub_counties": [
"Awendo",
"Kuria east",
"Kuria west",
"Mabera",
"Ntimaru",
"Rongo",
"Suna east",
"Suna west",
"Uriri"
]
},
{
"name": "Mombasa",
"capital": "Mombasa City",
"code": 1,
"sub_counties": [
"Changamwe",
"Jomvu",
"Kisauni",
"Likoni",
"Mvita",
"Nyali"
]
},
{
"name": "Murang'a",
"capital": "Murang'a",
"code": 21,
"sub_counties": [
"Gatanga",
"Kahuro",
"Kandara",
"Kangema",
"Kigumo",
"Kiharu",
"Mathioya",
"Murang’a south"
]
},
{
"name": "Nairobi",
"capital": "Nairobi City",
"code": 47,
"sub_counties": [
"Dagoretti North Sub County",
"Dagoretti South Sub County ",
"Embakasi Central Sub Count",
"Embakasi East Sub County",
"Embakasi North Sub County ",
"Embakasi South Sub County",
"Embakasi West Sub County",
"Kamukunji Sub County",
"Kasarani Sub County ",
"Kibra Sub County ",
"Lang'ata Sub County ",
"Makadara Sub County",
"Mathare Sub County ",
"Roysambu Sub County ",
"Ruaraka Sub County ",
"Starehe Sub County ",
"Westlands Sub County "
]
},
{
"name": "Nakuru",
"capital": "Nakuru",
"code": 32,
"sub_counties": [
"Bahati",
"Gilgil",
"Kuresoi north",
"Kuresoi south",
"Molo",
"Naivasha",
"Nakuru town east",
"Nakuru town west",
"Njoro",
"Rongai",
"Subukia"
]
},
{
"name": "Nandi",
"capital": "Kapsabet",
"code": 29,
"sub_counties": [
"Aldai",
"Chesumei",
"Emgwen",
"Mosop",
"Namdi hills",
"Tindiret"
]
},
{
"name": "Narok",
"capital": "Narok",
"code": 33,
"sub_counties": [
"Narok east",
"Narok north",
"Narok south",
"Narok west",
"Transmara east",
"Transmara west"
]
},
{
"name": "Nyamira",
"capital": "Nyamira",
"code": 46,
"sub_counties": [
"Borabu",
"Manga",
"Masaba north",
"Nyamira north",
"Nyamira south"
]
},
{
"name": "Nyandarua",
"capital": "Ol Kalou",
"code": 18,
"sub_counties": [
"Kinangop",
"Kipipiri",
"Ndaragwa",
"Ol Kalou",
"Ol joro orok"
]
},
{
"name": "Nyeri",
"capital": "Nyeri",
"code": 19,
"sub_counties": [
"Kieni east",
"Kieni west",
"Mathira east",
"Mathira west",
"Mkurweni",
"Nyeri town",
"Othaya",
"Tetu"
]
},
{
"name": "Samburu",
"capital": "Maralal",
"code": 25,
"sub_counties": [
"Samburu east",
"Samburu north",
"Samburu west"
]
},
{
"name": "Siaya",
"capital": "Siaya",
"code": 41,
"sub_counties": [
"Alego usonga",
"Bondo",
"Gem",
"Rarieda",
"Ugenya",
"Unguja"
]
},
{
"name": "Taita-Taveta",
"capital": "Voi",
"code": 6,
"sub_counties": [
"Mwatate",
"Taveta",
"Voi",
"Wundanyi"
]
},
{
"name": "Tana River",
"capital": "Hola",
"code": 4,
"sub_counties": [
"Bura",
"Galole",
"Garsen"
]
},
{
"name": "Tharaka-Nithi",
"capital": "Chuka",
"code": 13,
"sub_counties": [
"Chuka",
"Igambangobe",
"Maara",
"Muthambi",
"Tharak north",
"Tharaka south"
]
},
{
"name": "Trans-Nzoia",
"capital": "Kitale",
"code": 26,
"sub_counties": [
"Cherangany",
"Endebess",
"Kiminini",
"Kwanza",
"Saboti"
]
},
{
"name": "Turkana",
"capital": "Lodwar",
"code": 23,
"sub_counties": [
"Loima",
"Turkana central",
"Turkana east",
"Turkana north",
"Turkana south"
]
},
{
"name": "Uasin Gishu",
"capital": "Eldoret",
"code": 27,
"sub_counties": [
"Ainabkoi",
"Kapseret",
"Kesses",
"Moiben",
"Soy",
"Turbo"
]
},
{
"name": "Vihiga",
"capital": "Vihiga",
"code": 38,
"sub_counties": [
"Emuhaya",
"Hamisi",
"Luanda",
"Sabatia",
"vihiga"
]
},
{
"name": "Wajir",
"capital": "Wajir",
"code": 8,
"sub_counties": [
"Eldas",
"Tarbaj",
"Wajir East",
"Wajir North",
"Wajir South",
"Wajir West"
]
},
{
"name": "West Pokot",
"capital": "Kapenguria",
"code": 24,
"sub_counties": [
"Central Pokot",
"North Pokot",
"Pokot South",
"West Pokot"
]
}
][
{
"name": "Baringo",
"capital": "Kabarnet",
"code": 30,
"sub_counties": [
"Baringo central",
"Baringo north",
"Baringo south",
"Eldama ravine",
"Mogotio",
"Tiaty"
]
},
{
"name": "Bomet",
"capital": "Bomet",
"code": 36,
"sub_counties": [
"Bomet central",
"Bomet east",
"Chepalungu",
"Konoin",
"Sotik"
]
},
{
"name": "Bungoma",
"capital": "Bungoma",
"code": 39,
"sub_counties": [
"Bumula",
"Kabuchai",
"Kanduyi",
"Kimilil",
"Mt Elgon",
"Sirisia",
"Tongaren",
"Webuye east",
"Webuye west"
]
},
{
"name": "Busia",
"capital": "Busia",
"code": 40,
"sub_counties": [
"Budalangi",
"Butula",
"Funyula",
"Nambele",
"Teso North",
"Teso South"
]
},
{
"name": "Elgeyo-Marakwet",
"capital": "Iten",
"code": 28,
"sub_counties": [
"Keiyo north",
"Keiyo south",
"Marakwet east",
"Marakwet west"
]
},
{
"name": "Embu",
"capital": "Embu",
"code": 14,
"sub_counties": [
"Manyatta",
"Mbeere north",
"Mbeere south",
"Runyenjes"
]
},
{
"name": "Garissa",
"capital": "Garissa",
"code": 7,
"sub_counties": [
"Daadab",
"Fafi",
"Garissa",
"Hulugho",
"Ijara",
"Lagdera balambala"
]
},
{
"name": "Homa Bay",
"capital": "Homa Bay",
"code": 43,
"sub_counties": [
"Homabay town",
"Kabondo",
"Karachwonyo",
"Kasipul",
"Mbita",
"Ndhiwa",
"Rangwe",
"Suba"
]
},
{
"name": "Isiolo",
"capital": "Isiolo",
"code": 11,
"sub_counties": [
"Isiolo",
"Garba tula",
"Merit"
]
},
{
"name": "Kajiado",
"code": 34,
"sub_counties": [
"Isinya.",
"Kajiado Central.",
"Kajiado North.",
"Loitokitok.",
"Mashuuru."
]
},
{
"name": "Kakamega",
"capital": "Kakamega",
"code": 37,
"sub_counties": [
"Butere",
"Kakamega central",
"Kakamega east",
"Kakamega north",
"Kakamega south",
"Khwisero",
"Lugari",
"Lukuyani",
"Lurambi",
"Matete",
"Mumias",
"Mutungu",
"Navakholo"
]
},
{
"name": "Kericho",
"capital": "Kericho",
"code": 35,
"sub_counties": [
"Ainamoi",
"Belgut",
"Bureti",
"Kipkelion east",
"Kipkelion west",
"Soin sigowet"
]
},
{
"name": "Kiambu",
"capital": "Kiambu",
"code": 22,
"sub_counties": [
"Gatundu north",
"Gatundu south",
"Githunguri",
"Juja",
"Kabete",
"Kiambaa",
"Kiambu",
"Kikuyu",
"Limuru",
"Ruiru",
"Thika town",
"lari"
]
},
{
"name": "Kilifi",
"capital": "Kilifi",
"code": 3,
"sub_counties": [
"Genzw",
"Kaloleni",
"Kilifi north",
"Kilifi south",
"Magarini",
"Malindi",
"Rabai"
]
},
{
"name": "Kirinyaga",
"capital": "Kerugoya/Kutus",
"code": 20,
"sub_counties": [
"Kirinyaga central",
"Kirinyaga east",
"Kirinyaga west",
"Mwea east",
"Mwea west"
]
},
{
"name": "Kisii",
"capital": "Kisii",
"code": 45,
"sub_counties": []
},
{
"name": "Kisumu",
"capital": "Kisumu",
"code": 42,
"sub_counties": [
"Kisumu central",
"Kisumu east ",
"Kisumu west",
"Mohoroni",
"Nyakach",
"Nyando",
"Seme"
]
},
{
"name": "Kitui",
"capital": "Kitui",
"code": 15,
"sub_counties": [
"Ikutha",
"Katulani",
"Kisasi",
"Kitui central",
"Kitui west ",
"Lower yatta",
"Matiyani",
"Migwani",
"Mutitu",
"Mutomo",
"Muumonikyusu",
"Mwingi central",
"Mwingi east",
"Nzambani",
"Tseikuru"
]
},
{
"name": "Kwale",
"capital": "Kwale",
"code": 2,
"sub_counties": [
"Kinango",
"Lungalunga",
"Msambweni",
"Mutuga"
]
},
{
"name": "Laikipia",
"capital": "Rumuruti",
"code": 31,
"sub_counties": [
"Laikipia central",
"Laikipia east",
"Laikipia north",
"Laikipia west ",
"Nyahururu"
]
},
{
"name": "Lamu",
"capital": "Lamu",
"code": 5,
"sub_counties": [
"Lamu East",
"Lamu West"
]
},
{
"name": "Machakos",
"capital": "Machakos",
"code": 16,
"sub_counties": [
"Kathiani",
"Machakos town",
"Masinga",
"Matungulu",
"Mavoko",
"Mwala",
"Yatta"
]
},
{
"name": "Makueni",
"capital": "Wote",
"code": 17,
"sub_counties": [
"Kaiti",
"Kibwei west",
"Kibwezi east",
"Kilome",
"Makueni",
"Mbooni"
]
},
{
"name": "Mandera",
"capital": "Mandera",
"code": 9,
"sub_counties": [
"Banissa",
"Lafey",
"Mandera East",
"Mandera North",
"Mandera South",
"Mandera West"
]
},
{
"name": "Marsabit",
"capital": "Marsabit",
"code": 10,
"sub_counties": [
"Laisamis",
"Moyale",
"North hor",
"Saku"
]
},
{
"name": "Meru",
"capital": "Meru",
"code": 12,
"sub_counties": [
"Buuri",
"Igembe central",
"Igembe north",
"Igembe south",
"Imenti central",
"Imenti north",
"Imenti south",
"Tigania east",
"Tigania west"
]
},
{
"name": "Migori",
"capital": "Migori",
"code": 44,
"sub_counties": [
"Awendo",
"Kuria east",
"Kuria west",
"Mabera",
"Ntimaru",
"Rongo",
"Suna east",
"Suna west",
"Uriri"
]
},
{
"name": "Mombasa",
"capital": "Mombasa City",
"code": 1,
"sub_counties": [
"Changamwe",
"Jomvu",
"Kisauni",
"Likoni",
"Mvita",
"Nyali"
]
},
{
"name": "Murang'a",
"capital": "Murang'a",
"code": 21,
"sub_counties": [
"Gatanga",
"Kahuro",
"Kandara",
"Kangema",
"Kigumo",
"Kiharu",
"Mathioya",
"Murang’a south"
]
},
{
"name": "Nairobi",
"capital": "Nairobi City",
"code": 47,
"sub_counties": [
"Dagoretti North Sub County",
"Dagoretti South Sub County ",
"Embakasi Central Sub Count",
"Embakasi East Sub County",
"Embakasi North Sub County ",
"Embakasi South Sub County",
"Embakasi West Sub County",
"Kamukunji Sub County",
"Kasarani Sub County ",
"Kibra Sub County ",
"Lang'ata Sub County ",
"Makadara Sub County",
"Mathare Sub County ",
"Roysambu Sub County ",
"Ruaraka Sub County ",
"Starehe Sub County ",
"Westlands Sub County "
]
},
{
"name": "Nakuru",
"capital": "Nakuru",
"code": 32,
"sub_counties": [
"Bahati",
"Gilgil",
"Kuresoi north",
"Kuresoi south",
"Molo",
"Naivasha",
"Nakuru town east",
"Nakuru town west",
"Njoro",
"Rongai",
"Subukia"
]
},
{
"name": "Nandi",
"capital": "Kapsabet",
"code": 29,
"sub_counties": [
"Aldai",
"Chesumei",
"Emgwen",
"Mosop",
"Namdi hills",
"Tindiret"
]
},
{
"name": "Narok",
"capital": "Narok",
"code": 33,
"sub_counties": [
"Narok east",
"Narok north",
"Narok south",
"Narok west",
"Transmara east",
"Transmara west"
]
},
{
"name": "Nyamira",
"capital": "Nyamira",
"code": 46,
"sub_counties": [
"Borabu",
"Manga",
"Masaba north",
"Nyamira north",
"Nyamira south"
]
},
{
"name": "Nyandarua",
"capital": "Ol Kalou",
"code": 18,
"sub_counties": [
"Kinangop",
"Kipipiri",
"Ndaragwa",
"Ol Kalou",
"Ol joro orok"
]
},
{
"name": "Nyeri",
"capital": "Nyeri",
"code": 19,
"sub_counties": [
"Kieni east",
"Kieni west",
"Mathira east",
"Mathira west",
"Mkurweni",
"Nyeri town",
"Othaya",
"Tetu"
]
},
{
"name": "Samburu",
"capital": "Maralal",
"code": 25,
"sub_counties": [
"Samburu east",
"Samburu north",
"Samburu west"
]
},
{
"name": "Siaya",
"capital": "Siaya",
"code": 41,
"sub_counties": [
"Alego usonga",
"Bondo",
"Gem",
"Rarieda",
"Ugenya",
"Unguja"
]
},
{
"name": "Taita-Taveta",
"capital": "Voi",
"code": 6,
"sub_counties": [
"Mwatate",
"Taveta",
"Voi",
"Wundanyi"
]
},
{
"name": "Tana River",
"capital": "Hola",
"code": 4,
"sub_counties": [
"Bura",
"Galole",
"Garsen"
]
},
{
"name": "Tharaka-Nithi",
"capital": "Chuka",
"code": 13,
"sub_counties": [
"Chuka",
"Igambangobe",
"Maara",
"Muthambi",
"Tharak north",
"Tharaka south"
]
},
{
"name": "Trans-Nzoia",
"capital": "Kitale",
"code": 26,
"sub_counties": [
"Cherangany",
"Endebess",
"Kiminini",
"Kwanza",
"Saboti"
]
},
{
"name": "Turkana",
"capital": "Lodwar",
"code": 23,
"sub_counties": [
"Loima",
"Turkana central",
"Turkana east",
"Turkana north",
"Turkana south"
]
},
{
"name": "Uasin Gishu",
"capital": "Eldoret",
"code": 27,
"sub_counties": [
"Ainabkoi",
"Kapseret",
"Kesses",
"Moiben",
"Soy",
"Turbo"
]
},
{
"name": "Vihiga",
"capital": "Vihiga",
"code": 38,
"sub_counties": [
"Emuhaya",
"Hamisi",
"Luanda",
"Sabatia",
"vihiga"
]
},
{
"name": "Wajir",
"capital": "Wajir",
"code": 8,
"sub_counties": [
"Eldas",
"Tarbaj",
"Wajir East",
"Wajir North",
"Wajir South",
"Wajir West"
]
},
{
"name": "West Pokot",
"capital": "Kapenguria",
"code": 24,
"sub_counties": [
"Central Pokot",
"North Pokot",
"Pokot South",
"West Pokot"
]
}
]
}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/Edwin/farmhub/farmhub-api/src/lib/counties.json","entries":[{"id":"EsiI.json","timestamp":1673661657067},{"id":"Ydvt.json","timestamp":1673661692215},{"id":"9e2q.json","timestamp":1673661784455},{"id":"1Py8.json","timestamp":1673661830144}]}
[{
"name": "Mombasa",
"code": 1,
"capital": "Mombasa City"
}, {
"name": "Kwale",
"code": 2,
"capital": "Kwale"
}, {
"name": "Kilifi",
"code": 3,
"capital": "Kilifi"
}, {
"name": "Tana River",
"code": 4,
"capital": "Hola"
}, {
"name": "Lamu",
"code": 5,
"capital": "Lamu"
}, {
"name": "Taita-Taveta",
"code": 6,
"capital": "Voi"
}, {
"name": "Garissa",
"code": 7,
"capital": "Garissa"
}, {
"name": "Wajir",
"code": 8,
"capital": "Wajir"
}, {
"name": "Mandera",
"code": 9,
"capital": "Mandera"
}, {
"name": "Marsabit",
"code": 10,
"capital": "Marsabit"
}, {
"name": "Isiolo",
"code": 11,
"capital": "Isiolo"
}, {
"name": "Meru",
"code": 12,
"capital": "Meru"
}, {
"name": "Tharaka-Nithi",
"code": 13,
"capital": "Chuka"
}, {
"name": "Embu",
"code": 14,
"capital": "Embu"
}, {
"name": "Kitui",
"code": 15,
"capital": "Kitui"
}, {
"name": "Machakos",
"code": 16,
"capital": "Machakos"
}, {
"name": "Makueni",
"code": 17,
"capital": "Wote"
}, {
"name": "Nyandarua",
"code": 18,
"capital": "Ol Kalou"
}, {
"name": "Nyeri",
"code": 19,
"capital": "Nyeri"
}, {
"name": "Kirinyaga",
"code": 20,
"capital": "Kerugoya/Kutus"
}, {
"name": "Murang'a",
"code": 21,
"capital": "Murang'a"
}, {
"name": "Kiambu",
"code": 22,
"capital": "Kiambu"
}, {
"name": "Turkana",
"code": 23,
"capital": "Lodwar"
}, {
"name": "West Pokot",
"code": 24,
"capital": "Kapenguria"
}, {
"name": "Samburu",
"code": 25,
"capital": "Maralal"
}, {
"name": "Trans-Nzoia",
"code": 26,
"capital": "Kitale"
}, {
"name": "Uasin Gishu",
"code": 27,
"capital": "Eldoret"
}, {
"name": "Elgeyo-Marakwet",
"code": 28,
"capital": "Iten"
}, {
"name": "Nandi",
"code": 29,
"capital": "Kapsabet"
}, {
"name": "Baringo",
"code": 30,
"capital": "Kabarnet"
}, {
"name": "Laikipia",
"code": 31,
"capital": "Rumuruti"
}, {
"name": "Nakuru",
"code": 32,
"capital": "Nakuru"
}, {
"name": "Narok",
"code": 33,
"capital": "Narok"
}, {
"name": "Kajiado",
"code": 34
}, {
"name": "Kericho",
"code": 35,
"capital": "Kericho"
}, {
"name": "Bomet",
"code": 36,
"capital": "Bomet"
}, {
"name": "Kakamega",
"code": 37,
"capital": "Kakamega"
}, {
"name": "Vihiga",
"code": 38,
"capital": "Vihiga"
}, {
"name": "Bungoma",
"code": 39,
"capital": "Bungoma"
}, {
"name": "Busia",
"code": 40,
"capital": "Busia"
}, {
"name": "Siaya",
"code": 41,
"capital": "Siaya"
}, {
"name": "Kisumu",
"code": 42,
"capital": "Kisumu"
}, {
"name": "Homa Bay",
"code": 43,
"capital": "Homa Bay"
}, {
"name": "Migori",
"code": 44,
"capital": "Migori"
}, {
"name": "Kisii",
"code": 45,
"capital": "Kisii"
}, {
"name": "Nyamira",
"code": 46,
"capital": "Nyamira"
}, {
"name": "Nairobi",
"code": 47,
"capital": "Nairobi City"
}]
{
"counties": [
{
"name": "Mombasa",
"code": 1,
"capital": "Mombasa City"
},
{
"name": "Kwale",
"code": 2,
"capital": "Kwale"
},
{
"name": "Kilifi",
"code": 3,
"capital": "Kilifi"
},
{
"name": "Tana River",
"code": 4,
"capital": "Hola"
},
{
"name": "Lamu",
"code": 5,
"capital": "Lamu"
},
{
"name": "Taita-Taveta",
"code": 6,
"capital": "Voi"
},
{
"name": "Garissa",
"code": 7,
"capital": "Garissa"
},
{
"name": "Wajir",
"code": 8,
"capital": "Wajir"
},
{
"name": "Mandera",
"code": 9,
"capital": "Mandera"
},
{
"name": "Marsabit",
"code": 10,
"capital": "Marsabit"
},
{
"name": "Isiolo",
"code": 11,
"capital": "Isiolo"
},
{
"name": "Meru",
"code": 12,
"capital": "Meru"
},
{
"name": "Tharaka-Nithi",
"code": 13,
"capital": "Chuka"
},
{
"name": "Embu",
"code": 14,
"capital": "Embu"
},
{
"name": "Kitui",
"code": 15,
"capital": "Kitui"
},
{
"name": "Machakos",
"code": 16,
"capital": "Machakos"
},
{
"name": "Makueni",
"code": 17,
"capital": "Wote"
},
{
"name": "Nyandarua",
"code": 18,
"capital": "Ol Kalou"
},
{
"name": "Nyeri",
"code": 19,
"capital": "Nyeri"
},
{
"name": "Kirinyaga",
"code": 20,
"capital": "Kerugoya/Kutus"
},
{
"name": "Murang'a",
"code": 21,
"capital": "Murang'a"
},
{
"name": "Kiambu",
"code": 22,
"capital": "Kiambu"
},
{
"name": "Turkana",
"code": 23,
"capital": "Lodwar"
},
{
"name": "West Pokot",
"code": 24,
"capital": "Kapenguria"
},
{
"name": "Samburu",
"code": 25,
"capital": "Maralal"
},
{
"name": "Trans-Nzoia",
"code": 26,
"capital": "Kitale"
},
{
"name": "Uasin Gishu",
"code": 27,
"capital": "Eldoret"
},
{
"name": "Elgeyo-Marakwet",
"code": 28,
"capital": "Iten"
},
{
"name": "Nandi",
"code": 29,
"capital": "Kapsabet"
},
{
"name": "Baringo",
"code": 30,
"capital": "Kabarnet"
},
{
"name": "Laikipia",
"code": 31,
"capital": "Rumuruti"
},
{
"name": "Nakuru",
"code": 32,
"capital": "Nakuru"
},
{
"name": "Narok",
"code": 33,
"capital": "Narok"
},
{
"name": "Kajiado",
"code": 34
},
{
"name": "Kericho",
"code": 35,
"capital": "Kericho"
},
{
"name": "Bomet",
"code": 36,
"capital": "Bomet"
},
{
"name": "Kakamega",
"code": 37,
"capital": "Kakamega"
},
{
"name": "Vihiga",
"code": 38,
"capital": "Vihiga"
},
{
"name": "Bungoma",
"code": 39,
"capital": "Bungoma"
},
{
"name": "Busia",
"code": 40,
"capital": "Busia"
},
{
"name": "Siaya",
"code": 41,
"capital": "Siaya"
},
{
"name": "Kisumu",
"code": 42,
"capital": "Kisumu"
},
{
"name": "Homa Bay",
"code": 43,
"capital": "Homa Bay"
},
{
"name": "Migori",
"code": 44,
"capital": "Migori"
},
{
"name": "Kisii",
"code": 45,
"capital": "Kisii"
},
{
"name": "Nyamira",
"code": 46,
"capital": "Nyamira"
},
{
"name": "Nairobi",
"code": 47,
"capital": "Nairobi City"
}
]
}
{"version":1,"resource":"file:///home/dell/p/D.%20Systems/tenancy-api/payments/payments.py","entries":[{"id":"X2f9.py","source":"undoRedo.source","timestamp":1681217564773},{"id":"GcvY.py","timestamp":1681217756320},{"id":"VgJZ.py","timestamp":1681829506015},{"id":"1nVX.py","timestamp":1681829578444},{"id":"Undd.py","timestamp":1681831176582},{"id":"qFb5.py","timestamp":1681831206414},{"id":"WNCa.py","timestamp":1681831241926},{"id":"NKjx.py","timestamp":1681831346403},{"id":"PCb5.py","timestamp":1682140300555},{"id":"oPSU.py","timestamp":1682156639975},{"id":"WTc8.py","timestamp":1682156777180},{"id":"CyiS.py","timestamp":1682178598496},{"id":"WwCp.py","timestamp":1682179262981},{"id":"Wzjt.py","timestamp":1682179540856},{"id":"jBBa.py","timestamp":1682179551648},{"id":"YFKT.py","timestamp":1682179590171},{"id":"YUOY.py","timestamp":1682179628190},{"id":"yV1I.py","timestamp":1682180943033},{"id":"IVH5.py","timestamp":1683744922094},{"id":"V5Vl.py","timestamp":1683745891581},{"id":"UhdU.py","timestamp":1683883157115},{"id":"Yrtq.py","timestamp":1683883168167},{"id":"11KB.py","timestamp":1683883182720}]}
{"version":1,"resource":"file:///home/dell/p/icl/kabarak-mhis-web-app/api/.env","entries":[{"id":"feqZ","timestamp":1668517583667},{"id":"MDHP","timestamp":1669133283476},{"id":"tyo3","timestamp":1669133311523},{"id":"RP9P","timestamp":1669133434309},{"id":"nPmf","timestamp":1669133602905},{"id":"4Sxr","timestamp":1669133721669},{"id":"Na1G","timestamp":1669133953176},{"id":"aX9x","timestamp":1669134925158},{"id":"UKiz","timestamp":1669134952466},{"id":"g2I1","source":"undoRedo.source","timestamp":1669136396546},{"id":"Q7h8","timestamp":1669138108397},{"id":"okf6","source":"undoRedo.source","timestamp":1669138114309},{"id":"wPHW","timestamp":1669808487034},{"id":"yeA6","timestamp":1669808562571},{"id":"AfY6","timestamp":1669808608444},{"id":"gmlw","source":"undoRedo.source","timestamp":1669808678257},{"id":"d9Jb","timestamp":1670408714731},{"id":"jPeq","timestamp":1672821249418},{"id":"5jmv","timestamp":1672821280191},{"id":"jcaV","timestamp":1673662907665}]}
{"version":1,"resource":"file:///home/dell/p/icl/kabarak-mhis-web-app/ui/src/lib/api.js","entries":[{"id":"VMRs.js","timestamp":1669774918026},{"id":"QPX4.js","timestamp":1669775035706},{"id":"nQ5C.js","timestamp":1669792337062},{"id":"Srsn.js","timestamp":1669792387007},{"id":"iepi.js","timestamp":1669792639489}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS%20CBDHS/LHSS-CBDHS-HIE/.github/workflows/test-mediators.yml","entries":[{"id":"SMbJ.yml","timestamp":1683026200532},{"id":"bOh8.yml","timestamp":1683026282536},{"id":"jBf3.yml","timestamp":1683026330465},{"id":"6DnW.yml","timestamp":1683026396000},{"id":"TRIE.yml","timestamp":1683032580415},{"id":"qtsR.yml","source":"renamed.source","timestamp":1683032599824}]}
{"version":1,"resource":"file:///home/dell/p/icl/LHSS-CBDHS-HIE/mediators/src/routes/data.ts","entries":[{"id":"AUUq.ts","timestamp":1672473461457},{"id":"px4q.ts","timestamp":1673280538364},{"id":"x4pp.ts","timestamp":1673280735876},{"id":"xi5S.ts","timestamp":1673280808067},{"id":"6bP7.ts","timestamp":1673280828615},{"id":"gz4T.ts","timestamp":1673281644974},{"id":"nAa6.ts","timestamp":1673281800068},{"id":"yALU.ts","timestamp":1673281911006},{"id":"aFba.ts","timestamp":1673281944790},{"id":"mp2l.ts","timestamp":1673281958301},{"id":"3pgN.ts","timestamp":1673281973857},{"id":"eLPO.ts","timestamp":1673313028581},{"id":"094W.ts","timestamp":1673313048093},{"id":"qMVT.ts","timestamp":1673313119753},{"id":"nDjj.ts","timestamp":1673313206473}]}
{
"deceased": [],
"sex": [
"Male",
"Female"
],
"occupation": [
"Student"
],
"nextOfKinRelationship": [
"Spouse"
]
}
{
"deceased": [],
"sex": [
"Male",
"Female"
],
"occupation": [],
"nextOfKinRelationship": [
"Spouse"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment