Skip to content

A set of TypeScript components and utilities to work with Questionnaire and QuestionnaireResponse resources

License

Notifications You must be signed in to change notification settings

beda-software/fhir-questionnaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

54af8cc · Mar 13, 2025

History

37 Commits
Mar 13, 2025
Jan 16, 2024
Feb 26, 2025
Jan 16, 2024
Jan 15, 2024
Jan 25, 2024
Mar 13, 2025
Jan 16, 2024
Mar 13, 2025

Repository files navigation

Installation instructions

  • Add this repository as a project dependency
git submodule add 'https or git repository link' packages/@beda.software/fhir-questionnaire/
  • Update your project package.json with yarn workspaces configuration
{
    ...,
    "private": true,
    "workspaces": [
        "packages/@beda.software/fhir-questionnaire"
    ],
    "dependencies": {
        ...,
        "@beda.software/fhir-questionnaire": "1.0.0",
        ...
    }
}

Note that CRA-based applications do not allow ts or tsx to be transpilled outside of the src folder, so the workspace package might need to be installed under src/packages/@beda.software/fhir-questionnaire instead.

  • Link workspace as a project dependency
yarn install

Please refer to the official yarn documentation for additional details on yarn workspace usage.

Development

Make sure global dependencies (like react) are defined as peer-dependencies.

yarn workspace @beda.software/fhir-questionnaire cmd can be used while in a root project to manage submodule dependecies (when needed).

About

A set of TypeScript components and utilities to work with Questionnaire and QuestionnaireResponse resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published