Skip to content

Commit 9491826

Browse files
authored
body site bugfix (#126)
1 parent f082ebc commit 9491826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

healthchain/data_generators/conditiongenerators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ class BodySiteGenerator(BaseGenerator):
9595
@staticmethod
9696
def generate():
9797
return create_single_codeable_concept(
98-
code=faker.random_element(elements=("38266002")),
99-
display=faker.random_element(elements=("Entire body as a whole")),
98+
code=faker.random_element(elements=("38266002",)),
99+
display=faker.random_element(elements=("Entire body as a whole",)),
100100
system="http://snomed.info/sct",
101101
)
102102

0 commit comments

Comments
 (0)