Operation | create |
Method | POST |
Path | https://blaze.life.uni-leipzig.de/fhir/QuestionnaireResponse |
Resource | QuestionnaireResponse | | | | |
{
"resourceType" : "QuestionnaireResponse",
"meta" : {
"security" : [ {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST",
"display" : "test health data"
} ]
},
"identifier" : {
"use" : "official",
"system" : "http://happyvalley.com/questionnaireResponse",
"value" : "N1I2kTTcyJCL-Pm1Yvlg7-02118670"
},
"status" : "in-progress",
"authored" : "2021-03-07T12:56:47Z",
"item" : [ {
"linkId" : "2",
"text" : "General questions",
"item" : [ {
"linkId" : "2.1",
"text" : "What is your gender?",
"answer" : [ {
"valueString" : "Male"
} ]
}, {
"linkId" : "2.2",
"text" : "What is your date of birth?",
"answer" : [ {
"valueDate" : "1960-03-13"
} ]
}, {
"linkId" : "2.3",
"text" : "What is your country of birth?",
"answer" : [ {
"valueString" : "The Netherlands"
} ]
}, {
"linkId" : "2.4",
"text" : "What is your marital status?",
"answer" : [ {
"valueString" : "married"
} ]
} ]
}, {
"linkId" : "3",
"text" : "Intoxications",
"item" : [ {
"linkId" : "3.1",
"text" : "Do you smoke?",
"answer" : [ {
"valueString" : "No"
} ]
}, {
"linkId" : "3.2",
"text" : "Do you drink alchohol?",
"answer" : [ {
"valueString" : "No, but I used to drink"
} ]
} ]
} ]
}