| Package | vcds-ig.euvabeco.net |
| Resource Type | OperationDefinition |
| Id | QuestionnaireRestrict |
| FHIR Version | R5 |
| Source | https://euvabeco.net/vcds-ig/https://build.fhir.org/ig/EUVABECO/VCDS/OperationDefinition-QuestionnaireRestrict.html |
| URL | https://euvabeco.net/vcds-ig/OperationDefinition/QuestionnaireRestrict |
| Version | 0.1.0 |
| Status | active |
| Date | 2025-08-07T10:09:39+00:00 |
| Name | QuestionnaireRestrict |
| Description | This operation is used to obtain a restricted questionnaire based upon the characteristics of the subject |
| Type | true |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition QuestionnaireRestrict
URL: [base]/Questionnaire/$restrict
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | Patient | 1..1 | Resource (Patient) | Age and sex of the subject | ||
| IN | QuestionnaireResponse | 0..1 | Resource (QuestionnaireResponse) | Additional subject characteristics | ||
| OUT | return | 1..1 | Resource (Questionnaire) | The restricted questionnaire |
{
"resourceType": "OperationDefinition",
"id": "QuestionnaireRestrict",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://euvabeco.net/vcds-ig/OperationDefinition/QuestionnaireRestrict",
"version": "0.1.0",
"name": "QuestionnaireRestrict",
"status": "active",
"kind": "operation",
"date": "2025-08-07T10:09:39+00:00",
"publisher": "Euvabeco",
"contact": [
{
"name": "Euvabeco",
"telecom": [
{
"system": "url",
"value": "https://euvabeco.eu"
}
]
}
],
"description": "This operation is used to obtain a restricted questionnaire based upon the characteristics of the subject",
"affectsState": false,
"code": "restrict",
"resource": [
"Questionnaire"
],
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "Patient",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Age and sex of the subject",
"type": "Resource",
"targetProfile": [
"https://euvabeco.net/vcds-ig/StructureDefinition/Patient"
]
},
{
"name": "QuestionnaireResponse",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Additional subject characteristics",
"type": "Resource",
"targetProfile": [
"https://euvabeco.net/vcds-ig/StructureDefinition/QuestionnaireResponse"
]
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The restricted questionnaire",
"type": "Resource",
"targetProfile": [
"https://euvabeco.net/vcds-ig/StructureDefinition/Questionnaire"
]
}
]
}