FHIR Questionnaire Viewer


Using LHC-Forms Widget version

This is a tool that allows you to render a FHIR Questionnaire (JSON), with its needed resources from either a FHIR resource package file or a FHIR server. (See the FHIR NPM package specification.)

*Note: These field values can be specified in the URL. (View supported URL parameters)
  • q - a URL for a fetching a Questionnaire JSON. Either this or qCanonical can be used to specify the Questionnaire.
  • qCanonical - a FHIR canonical URI for the Questionnaire, for which a match will be sought in the package specified by other parameters.
  • p - a URL for a FHIR resource package, which could contain the Questionnaire and/or other resources the FHIR Questionnaire needs, such as ValueSets.
  • pID - a package ID, to be used to fetch the package from a package server. If this is used, pVersion must also be present.
  • pVersion - a package version, to be used with package ID above.
  • s - a server from which the Questionnaire's resources can be fetched if they are not found in the package specified via other parameters. A special value of "default" may be used to have this app select and use a terminology server.
  • lfv - the version number of lforms to be used. If this is not specified, a default will be chosen. If this is specified as "latest", the last-published version will be used.
Errors
Loading ...