$send-questionnaire Operationhttps://www.hl7.org/fhir/STU3/operations.htmlhttps://www.hl7.org/fhir/STU3/operationdefinition.htmlStatusIn development. API spec subject to change.OverviewThis operation can be used to trigger a [[Consultation Request]] to be sent to either a specific Patient, or else to all Patients in a specific Team.
The Patients will receive the invitation via the normal PKB workflow, and can complete the Consultation in the PKB web interface.
The response will be made available as a QuestionnaireResponse. EndpointsInteraction | HTTP | URL | Supported Parameters | Permitted User Types | Description | Examples | operation | POST | /Questionnaire/<id>/$send-questionnaire | None | - Professional
- Team Coordinator
- System
| Send a questionnaire to a specific Patient, or to all patients in a specific Team. | /Questionnaire/a3024489-20de-4cad-87e4-ff5a9405a792/$send-questionnaire |
FHIR | PKB | Notes | OperationDefinition.url | "http://fhir.patientsknowbest.com/operation/send-questionnaire" | | OperationDefinition.name | "send-questionnaire" | | OperationDefinition.status | "active" | | OperationDefinition.kind | "operation" | | OperationDefinition.code | "send-questionnaire" | | OperationDefinition.resource | | | OperationDefinition.system | false | | OperationDefinition.type | false | | OperationDefinition.instance | true | | OperationDefinition.parameter | - parameter[x]: BackboneElement
- name = "target"
- use = "in"
- min = 1
- max = "1"
- type = "Reference"
- searchType = "reference"
- parameter[x]: BackboneElement
- name = "request"
- use = "out"
- min = 0
- max = "*"
- type = "Reference"
- searchType = "reference"
| Each "request" output parameter will be a reference to a ProcedureRequest which captures the questionnaire request, one for each patient which met the target criteria. |
|
|