Hope all is going well …
Am using these two concepts in the html form development <Allergen -160643AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA of datatype Coded> and <Diagnosis-161602AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA of datatype Text>
However on using something like
<obs conceptId="160643AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
answerConceptSetIds="162554,162552,162553"
style="autocomplete"/>
for Allergens .....this is working properly even on a dropdown
And
<obs conceptId="160643AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
answerConceptSetIds="162554,162552,162553"
/>
for Diagnosis .....this however loads only a text box which I thought it was to load a dropdown
Concepts of datatype Text are meant to capture only Free text Values and for which the HFE form only renders a text box by default.
However you can add a drop down of predefined text values using the
answers attribute.
Attribute answerConceptSetIds is only supported for Coded Concepts