FHIR Chat · Forge questions · implementers

Stream: implementers

Topic: Forge questions


view this post on Zulip Lentic Li (Dec 03 2018 at 20:41):

Hi All,
Wonder if there is any place that can ask questions specific related forge?
For example, I am working on a QuestionnaireRespond profile through Forge. Based on our requirements, I want to add third nested item. like:

"item": [
{
"linkId": " 1.0",
"item": [
{
"linkId": "1.1",
"item": [
{
"linkId": "1.1.1",
"item": [
......
]
}
]
}
]
}
]

However, there is no detail element(linkid, answer, etc...) under third nested "item" in forge for me to add fix value. I wonder how we should do for this situation.

Hope this make sense.

view this post on Zulip Grahame Grieve (Dec 03 2018 at 21:13):

why do you need to do this? shouldn't you be editing a questionnaire instead?

view this post on Zulip Lentic Li (Dec 03 2018 at 21:52):

@Grahame Grieve we are gathering all the results of a questionnaire, shouldn't this being record in a QuestionnaireResponds? Sorry I am still learning FHIR. please correct me if I said anything wrong.
Thanks!

view this post on Zulip Grahame Grieve (Dec 03 2018 at 22:06):

yes you do. but it's not usual to profile QuestionnaireReponse - the Questionnaire lays out the content rules, and the FHIR validator will validate the content of a QuestionnaireReponse against the Questionnaire just like it will against a profile

view this post on Zulip Lentic Li (Dec 03 2018 at 23:14):

Thank you for your advice and explanation, Grahama! I will take a deeply look at the Questionnaire resources.

view this post on Zulip Michel Rutten (Dec 04 2018 at 08:20):

Hi @Lentic Li, Zulip chat is a great place to ask questions about FHIR tooling such as Forge. We monitor the streams and try to respond ASAP - unless @Grahame Grieve beats us to the punch. ;p
BTW There is also a "tooling" stream and a "conformance" stream, for specific discussions.


Last updated: Apr 12 2022 at 19:14 UTC