Einstellungen (Questionnaire/QuestionnaireResponse)

Definition des Fragebogens

Questionnaire

Beispielantwort

QuestionnaireResponse

<QuestionnaireResponse xmlns="http://hl7.org/fhir">
<id value="NRHEinstellungen1" />
<questionnaire value="https://nichtraucherhelden.de/fhir/Questionnaire/NRHEinstellungen" />
<status value="completed" />
<reference value="Patient1" />
</subject>
<authored value="2021-04-13" />
<reference value="Patient1" />
</source>
<linkId value="1" />
<text value="Anzahl Zigaretten pro Schachtel" />
<valueInteger value="20" />
</answer>
</item>
<linkId value="2" />
<text value="Kosten pro Schachtel in Euro" />
<valueDecimal value="7.5" />
</answer>
</item>
</QuestionnaireResponse>