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" />
    <subject>
        <reference value="Patient1" />
    </subject>
    <authored value="2021-04-13" />
    <source>
        <reference value="Patient1" />
    </source>
    <item>
        <linkId value="1" />
        <text value="Anzahl Zigaretten pro Schachtel" />
        <answer>
            <valueInteger value="20" />
        </answer>
    </item>
    <item>
        <linkId value="2" />
        <text value="Kosten pro Schachtel in Euro" />
        <answer>
            <valueDecimal value="7.5" />
        </answer>
    </item>
</QuestionnaireResponse>