FHIR IG analytics| Package | hl7.fhir.be.manzana |
| Resource Type | QuestionnaireResponse |
| Id | QuestionnaireResponse-example-findRisc-screeningResponse.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: QuestionnaireResponse example-findRisc-screeningResponse
| LinkID | Text | Definition | Answer |
|---|---|---|---|
![]() | Questionnaire:Questionnaire - FINDRISC screening questionnaire instance | ||
![]() ![]() | >=45-54 | ||
![]() ![]() | <25 | ||
![]() ![]() | >=88 | ||
![]() ![]() | false | ||
![]() ![]() | true | ||
![]() ![]() | >=4-hours-week | ||
![]() ![]() | >=5-times-day | ||
![]() ![]() | first-degree | ||
{
"resourceType": "QuestionnaireResponse",
"id": "example-findRisc-screeningResponse",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"questionnaire": "http://hl7belgium.org/profiles/fhir/manzana/Questionnaire/rs-findRisc-questionnaire",
"status": "completed",
"subject": {
"reference": "Patient/rs-findRisc-patient"
},
"author": {
"reference": "Practitioner/rs-findRisc-pharmacist"
},
"source": {
"reference": "Patient/rs-findRisc-patient"
},
"item": [
{
"linkId": "patientAge",
"answer": [
{
"valueString": ">=45-54"
}
]
},
{
"linkId": "bmi",
"answer": [
{
"valueString": "<25"
}
]
},
{
"linkId": "waistCircumference",
"answer": [
{
"valueString": ">=88"
}
]
},
{
"linkId": "medication-highBloodPressure",
"answer": [
{
"valueString": "false"
}
]
},
{
"linkId": "history-highBloodGlucose",
"answer": [
{
"valueString": "true"
}
]
},
{
"linkId": "physical-activity",
"answer": [
{
"valueString": ">=4-hours-week"
}
]
},
{
"linkId": "daily-consume-veg-fruit",
"answer": [
{
"valueString": ">=5-times-day"
}
]
},
{
"linkId": "family-history-diabetes",
"answer": [
{
"valueString": "first-degree"
}
]
}
]
}