Skip to content

Commit

Permalink
Fix slider extension
Browse files Browse the repository at this point in the history
  • Loading branch information
atuonufure committed Jun 6, 2024
1 parent d126edd commit 580208b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/converter/fhir_to_fce.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def get_updated_properties_from_item(item):
if len(enable_when) > 0:
updated_properties["enableWhen"] = enable_when

if item_type == "decimal":
if item_type in ["decimal", "integer"]:
slider_start = find_extension(
item, "https://beda.software/fhir-emr-questionnaire/slider-start"
)
Expand Down

0 comments on commit 580208b

Please sign in to comment.