diff --git a/docs/2023/Health Claims Exchange/Python SDK/updates/2023-08-25.md b/docs/2023/Health Claims Exchange/Python SDK/updates/2023-08-25.md index 184e480d2..d992882ef 100644 --- a/docs/2023/Health Claims Exchange/Python SDK/updates/2023-08-25.md +++ b/docs/2023/Health Claims Exchange/Python SDK/updates/2023-08-25.md @@ -5,13 +5,14 @@ author: Shivam Anand ## Milestones -- [ ] Give the description about Milestone 1 -- [ ] Give the description about Milestone 2 -- [ ] Give the description about Milestone 3 -- [ ] Give the description about Milestone 4 +- [x] Writting tests for Incoming and Outgoing methods +- [x] Documenting important functions +- [x] Testing fhir.js, tried to implement in python ## Screenshots / Videos ## Contributions ## Learnings + +Learnt testing in python, Documentation is another crucial part of extensible code. I worte docstring (in python) for every important function for HCX Integrator. Apart from it, I tried to understand `FHIR.js` more deeply and integrate it in python.