Skip to main content

PURE4

info
The items of the scoring system can not be extracted from the image. Due to this, you need to provide the questionnaireResponse to the device.

Request PURE4 score

Relevant keys in the body of the request
"requestId": "90925097-820b-403d-a75d-4cd989903df1",
"data": {
"type": "image",
"content": "base64 image",
"knownConditionForThisImage": {
"conclusion": "Psoriasis"
},
"scoringSystems": ["PURE4"],
"questionnaireResponse": {
"PURE4": {
"question1Pure": "0",
"question2Pure": "1",
"question3Pure": "0",
"question4Pure": "0"
}
},
}
Check out the documentation
It is important that you check out the section Output of this documentation to understand how you should build the request and what will the response look like. Keep in mind that this is a snippet of a larger JSON file.

Questionnaire for this scoring system

Relevant keys in the body of the request
[
{
"code": "PURE4",
"questions": [
{
"code": "question1Pure",
"label": "Have you ever had a globally swollen and painful finger or toe?",
"description": null,
"answers": [
{ "label": "No", "value": "0" },
{ "label": "Yes", "value": "1" }
],
"openField": false
},
{
"code": "question2Pure",
"label": "Have you ever had heel pain as soon as you stand up in the morning?",
"description": null,
"answers": [
{ "label": "No", "value": "0" },
{ "label": "Yes", "value": "1" }
],
"openField": false
},
{
"code": "question3Pure",
"label": "Have you ever had left and right buttock pain, at the same time or not?",
"description": null,
"answers": [
{ "label": "No", "value": "0" },
{ "label": "Yes", "value": "1" }
],
"openField": false
},
{
"code": "question4Pure",
"label": "Have you ever had a swollen and painful joint? (hands, feet, knees, or ankles, for example)",
"description": null,
"answers": [
{ "label": "No", "value": "0" },
{ "label": "Yes", "value": "1" }
],
"openField": false
}
]
}
]

Response

Relevant keys in the body of the response
"evolution": {
"domains": {
"PURE4": {
"explainabilityMedia": {
"content": null,
"detections": null
},
"facets": {
"question1Pure": {
"intensity": null,
"value": 1
},
"question2Pure": {
"intensity": null,
"value": 1
},
"question3Pure": {
"intensity": null,
"value": 1
},
"question3Pure": {
"intensity": null,
"value": 1
}
},
"grade": {
"category": "Possible psoriatic arthritis",
"score": 4
}
}
}
}
Check out the documentation
It is important that you check out the section Output of this documentation to understand how you should build the request and what will the response look like. Keep in mind that this is a snippet of a larger JSON file.