Interface: SmartFormsRendererProps
SmartFormsRenderer properties
Properties
additionalVariables?
optionaladditionalVariables:Record<string,any>
Additional key-value pair of SDC variables Record<name, variable extension> for testing (optional)
fhirClient?
optionalfhirClient:Client
FHIRClient object to perform further FHIR calls. At the moment it's only used in answerExpressions (optional)
questionnaire
questionnaire:
Questionnaire
Input FHIR R4 Questionnaire to be rendered
questionnaireResponse?
optionalquestionnaireResponse:QuestionnaireResponse
Pre-populated QuestionnaireResponse to be rendered (optional)
readOnly?
optionalreadOnly:boolean
Applies read-only mode to all items in the form
terminologyServerUrl?
optionalterminologyServerUrl:string
Terminology server url to fetch terminology. If not provided, the default terminology server will be used. (optional)