Closed Rosnyni closed 9 months ago
Hello,
The following JSON was created using the formbuilder :
{ "resourceType": "Questionnaire", "extension": [ { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-preferredTerminologyServer", "valueUrl": "https://hapi-fhir-server-dev-ext-k8s.eds.aphp.fr/fhir/" } ], "title": "New Form", "status": "draft", "item": [ { "item": [ { "type": "string", "linkId": "9191010295087", "text": "item that should be enabled only in certain circumstances, but it don't work so, there is no condition" } ], "type": "choice", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/questionnaire-item-control", "code": "drop-down", "display": "Drop down" } ] } } ], "linkId": "2643956466117", "text": "choice item with answerValueSet", "answerValueSet": "https://aphp.fr/ig/fhir/sdc/ValueSet/aphp-sdc-aph-mat-ddg-vs" } ] }
my apologize for using a local terminology serveur, but it works :
However, it is not possible to file the conditional display > answer field of the 9191010295087 item, the list is desperatly empty :
Thanks for reporting this. This is being worked on now.
This is fixed as of 9.2.6
Hello,
The following JSON was created using the formbuilder :
my apologize for using a local terminology serveur, but it works :
However, it is not possible to file the conditional display > answer field of the 9191010295087 item, the list is desperatly empty :