| isCanonicalParameter | Re-exports type predicate and population functions for SDC operations. Use these exports to access type guards and population logic from a single entry point. |
| isContextParameter | Re-exports type predicate and population functions for SDC operations. Use these exports to access type guards and population logic from a single entry point. |
| isInputParameters | Re-exports type predicate and population functions for SDC operations. Use these exports to access type guards and population logic from a single entry point. |
| isOutputParameters | Re-exports type predicate and population functions for SDC operations. Use these exports to access type guards and population logic from a single entry point. |
| isSubjectParameter | Re-exports type predicate and population functions for SDC operations. Use these exports to access type guards and population logic from a single entry point. |
| populate | Executes the SDC Populate Questionnaire operation - $populate. Input and output specific parameters conformant to the SDC populate specification. Can be deployed as a $populate microservice. |
| populateQuestionnaire | Performs an in-app population of the provided questionnaire. By in-app, it means that a callback function is provided to fetch resources instead of it calling to a $populate service. This function helps to you create a nice set of populate input parameters from the provided params. If you already have them, use https://github.com/aehrc/smart-forms/blob/main/packages/sdc-populate/src/SDCPopulateQuestionnaireOperation/utils/populate.ts#L842 instead. |