HL7-DaVinci / CRD

Coverage Requirements Discovery (CRD) Reference Implementation (RI)
Apache License 2.0
31 stars 21 forks source link

App context changes #279

Closed KeeyanGhoreshi closed 2 years ago

KeeyanGhoreshi commented 2 years ago

These changes are usable with DTR app context changes. This doesn't really have much to do with relaunching other than modification of the Questionnaire operation to function properly when given an ID parameter.

To test these changes, you can check the app context when loading DTR to find that it is conformant to the new IG standard, removing filepath and fhirpath and introducing coverage/response.

Overall the major changes are:

KeeyanGhoreshi commented 2 years ago

Merging master, it seems like one of the commits from the deidentification pr is causing a bug, I'm looking into it.

yuliumitre commented 2 years ago

@KeeyanGhoreshi I got 500 error (Nullpointer) when trying to call the interface without the QuestionnaireID. http://localhost:8090/fhir/r4/Questionnaire/$questionnaire-package We can create a JIRA ticket to track the issue.

yuliumitre commented 2 years ago

@KeeyanGhoreshi can you resolve the conflicts pls? Thanks.