Interface: PopulateQuestionnaireParams
Properties
encounter?
optionalencounter:Encounter
Encounter resource as encounter in context, optional
fetchResourceCallback
fetchResourceCallback:
FetchResourceCallback
A callback function to fetch resources from your FHIR server
fetchResourceRequestConfig
fetchResourceRequestConfig:
FetchResourceRequestConfig
Any request configuration to be passed to the fetchResourceCallback i.e. headers, auth etc.
fetchTerminologyCallback?
optionalfetchTerminologyCallback:FetchTerminologyCallback
A callback function to fetch terminology resources, optional
fetchTerminologyRequestConfig?
optionalfetchTerminologyRequestConfig:FetchTerminologyRequestConfig
Any request configuration to be passed to the fetchTerminologyCallback i.e. headers, auth etc., optional
fhirContext?
optionalfhirContext:FhirContext[]
An array of contextual resources within a launch. See https://build.fhir.org/ig/HL7/smart-app-launch/scopes-and-launch-context.html#fhircontext-exp
patient
patient:
Patient
Patient resource as patient in context
questionnaire
questionnaire:
Questionnaire
Questionnaire to populate
timeoutMs?
optionaltimeoutMs:number
Timeout in milliseconds for the $populate operation, default is 10000ms (10 seconds)
user?
optionaluser:Practitioner
Practitioner resource as user in context, optional