Closed abebehailu closed 2 years ago
FlatEHR Version: 1.1.0
Running the following command flatehr generate skeleton web_template.json on your test json generates a config file which does not properly set "" around suffix keys.
flatehr generate skeleton web_template.json
Result:
... ctx/category: # required maps_to: [] suffixes: |code: ...
Expected:
... ctx/category: # required maps_to: [] suffixes: "|code": ...
Hi, thanks for reporting the issue.
FlatEHR Version: 1.1.0
Running the following command
flatehr generate skeleton web_template.json
on your test json generates a config file which does not properly set "" around suffix keys.Result:
Expected: