guiltylemon commited on
Commit
9b5fa7f
·
2 Parent(s): ff0cfc7b4fa081

Merge branch 'main' into feature/create-demo

Browse files

* main:
docs(readme): format parameters table for clarity

Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -150,16 +150,16 @@ python ./webtemplate_to_fhir_questionnaire_json.py --input web_template.json
150
 
151
  ### Parameters
152
 
153
- | Parameters | Description | Required? | Default | Comments |
154
- | --------------- | ----------------------------------------------------------------------------- | --------- | ---------------------------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
155
- | --input | Path to the Web Template JSON file to be converted into a FHIR Questionnaire. | Yes | None | |
156
- | --output | Base output file name for the generated FHIR Questionnaire. | No | Input file base name. | A timestamp (%Y%m%d\_%H%M) is prepended and the language code appended to the base name. |
157
- | --output_folder | Path to the Web Template JSON file to be converted into a FHIR Questionnaire. | No | `.` (current folder) | |
158
- | --languages | Comma-separated list of language codes (e.g., `en,de`).. | No | `en` | A separate questionnaire is generated for each language. |
159
- | --fhir_version | FHIR version to use (either `R4` or `R5`). | No | `R4` | |
160
- | --name | The `name` attribute for the FHIR Questionnaire. | No | Web Template name (without spaces) | |
161
- | --publisher | The `publisher` attribute for the FHIR Questionnaire. | No | `converter` | |
162
- | --text_types | Distinction of `DV_TEXT` mapping to `text` and `string` FHIR types. | No | None | `from_annotations`: Annotated items in the Web Template with `key=text_type` and `value=<string | text>` are converted to the respective FHIR item type. |
163
 
164
  ## License
165
 
 
150
 
151
  ### Parameters
152
 
153
+ | Parameters | Description | Required? | Default | Comments |
154
+ | --------------- | ----------------------------------------------------------------------------- | --------- | ---------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
155
+ | --input | Path to the Web Template JSON file to be converted into a FHIR Questionnaire. | Yes | None | |
156
+ | --output | Base output file name for the generated FHIR Questionnaire. | No | Input file base name. | A timestamp (%Y%m%d\_%H%M) is prepended and the language code appended to the base name. |
157
+ | --output_folder | Path to the Web Template JSON file to be converted into a FHIR Questionnaire. | No | `.` (current folder) | |
158
+ | --languages | Comma-separated list of language codes (e.g., `en,de`).. | No | `en` | A separate questionnaire is generated for each language. |
159
+ | --fhir_version | FHIR version to use (either `R4` or `R5`). | No | `R4` | |
160
+ | --name | The `name` attribute for the FHIR Questionnaire. | No | Web Template name (without spaces) | |
161
+ | --publisher | The `publisher` attribute for the FHIR Questionnaire. | No | `converter` | |
162
+ | --text_types | Distinction of `DV_TEXT` mapping to `text` and `string` FHIR types. | No | None | `from_annotations`: Annotated items in the Web Template with `key=text_type` and `value=<string \| text>` are converted to the respective FHIR item type. |
163
 
164
  ## License
165