-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FHIR SEU Berlin #20
base: main
Are you sure you want to change the base?
FHIR SEU Berlin #20
Conversation
Bitte mit sushi compilieren. Das sollte ohne Errors durchlaufen. Die compilierten Resources dann mit committen. |
hier ist ein VS für Staatsangehörigkeiten das passen könnte. |
@@ -271,6 +269,12 @@ Description: "Elternbefragung" | |||
* question = "4.0b" | |||
* operator = #= | |||
* answerBoolean = true | |||
* item[+] | |||
* insert addItemWithSource(4.6b, #date, [[Seit wann (Monat/Jahr) geht Ihr Kind in eine Kindertagesstätte (auch Elterninitiativ-Kita/ Großtagespflegestelle)?]], #DE-BE) | |||
* enableWhen[+] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hier bitte auch enableWhenBoolean RuleSet verwenden
Es fehlt hier noch der Länderspezifische Fragebogen, unter input/fsh/Questionnaire/Elternfragebogen/Laenderspezifisch/ |
* item[+] insert addItem(7.18.c, #choice, [[Deutschkenntnisse Mutter]]) | ||
* insert addSource(#DE-BE) | ||
* answerValueSet = Canonical(Deutschkenntnisse_MutterVS) | ||
* item[+] insert addItem(7.18.d, #choice, [[Deutschkenntnisse Vater]]) | ||
* insert addSource(#DE-BE) | ||
* answerValueSet = Canonical(Deutschkenntnisse_VaterVS) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Durch diese Änderung hängen items unter answerValueSet, das führt zu Kompilierungsfehlern. items können Teil von z.B.: Groups sein, aber nicht von answerValueSets
99% aller Fragen der SEU Berlin wären dann im Maximaldatensatz abgebildet , bei 2 Fragen muss ich noch Rücksprache halten.