Skip to content

Commit

Permalink
feat: Add codesystem dispatcher functionality AB#17942
Browse files Browse the repository at this point in the history
  • Loading branch information
Idiono-mfon committed Aug 22, 2023
1 parent bc6710b commit 672440f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mediators/codesystem_mediator/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ def getCodesystem(request):

datac = json.loads(response.text)

if system == 'organization-ph-legal-form':
datac["id"] = system

name= datac["name"]

entry = {
Expand Down

0 comments on commit 672440f

Please sign in to comment.