Hello,
I am new to HAPI FHIR and try to get the Questionnaire $populate and the QuestionnaireResponse $extract working for definition-based extraction, but it seems like these operations are not known to the server at all.
And when trying to call $extract on a QuestionnaireResponse, this is returned:
"issue": [
{
"severity": "error",
"code": "not-supported",
"diagnostics": "Invalid request: The FHIR endpoint on this server does not know how to handle POST operation[QuestionnaireResponse/738953/$extract] with parameters [[]]"
}
]
Could someone please help me with this? Am I doing something completely wrong?
Cheers,
Johanna