...
The above API call will return QuestionnaireResponses that have a status of ‘completed’.
Searching for a QuestionnaireResponse based on ServiceRequest
To search for a specific QuestionnaireResponse using the ID of the ServiceRequest that was generated when the questionnaire was sent, include the based-on search parameter in your API call.
Code Block |
---|
GET https://aggregated-fhir.sandbox.patientsknowbest.com/fhir/QuestionnaireResponse?based-on=SERVICE-REQUEST-ID |
The above API call will return the QuestionnaireResponse that was generated from the ServiceRequest that has the ID in the API call.
Including a Patient or ServiceRequest resource in the response
...