Einstellungen (Questionnaire/QuestionnaireResponse)
Definition des Fragebogens
| Questionnaire |
| id : NRHEinstellungen |
| url : https://nichtraucherhelden.de/fhir/Questionnaire/NRHEinstellungen |
| version : 1.0 |
| name : Einstellungen |
| status : active |
| experimental : False |
| date : 2021-04-15 |
| publisher : NichtraucherHelden GmbH |
| copyright : NichtraucherHelden GmbH |
| item |
| linkId : 1 |
| text : Anzahl Zigaretten pro Schachtel |
| type : integer |
| repeats : False |
| item |
| linkId : 2 |
| text : Kosten pro Schachtel in Euro |
| type : decimal |
| repeats : False |
Beispielantwort
| QuestionnaireResponse |
| id : NRHEinstellungen1 |
| questionnaire : https://nichtraucherhelden.de/fhir/Questionnaire/NRHEinstellungen |
| status : completed |
| subject |
| reference : Patient1 |
| authored : 2021-04-13 |
| source |
| reference : Patient1 |
| item |
| linkId : 1 |
| text : Anzahl Zigaretten pro Schachtel |
| answer |
| value : 20 |
| item |
| linkId : 2 |
| text : Kosten pro Schachtel in Euro |
| answer |
| value : 7.5 |
</subject>
</source>
</answer>
</item>
</answer>
</item>
</QuestionnaireResponse>