Stream: implementers
Topic: open-choice in Questionnaires
Josh Mandel (Mar 01 2017 at 21:56):
If a Questionnaire item uses the "open-choice" field type: how is a free-text response conveyed? A coding with only a display
and no code
or system
?
Josh Mandel (Mar 01 2017 at 21:56):
I don't think we say anywhere.
Grahame Grieve (Mar 01 2017 at 22:05):
http://build.fhir.org/questionnaire.html#2.31.5.5 - I would say that this should be either Coding or string
Brian Postlethwaite (Mar 01 2017 at 22:07):
Our implementation uses a valueString where the open part is done. (and my QR validator approves that)
Lloyd McKenzie (Mar 02 2017 at 05:19):
It's supposed to be documented somewhere. The expectation is either a Coding or string.
Lloyd McKenzie (Mar 02 2017 at 05:20):
Feel free to submit a change request to ensure this is documented (or at least documented more prominantly)
Josh Mandel (Mar 02 2017 at 16:10):
where do we get "Coding or String"? The table Grahame linked to says "Coding", but with no information about how to populate the properties of the Coding.
Josh Mandel (Mar 02 2017 at 16:14):
I submitted GF#12937
Grahame Grieve (Mar 02 2017 at 19:10):
it would be good to address this during QA.
Last updated: Apr 12 2022 at 19:14 UTC