fhir-stu3
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

FHIR STU3

This is a repackaging of @types/fhir.

Just install npm install fhir-stu3

And then import and use:

import {Questionnaire} from 'fhir-stu3';
 
 
const q = { 
    description: 'questinonaire Description',
    id: 'a-guid-here',
    ...     // insert awesome code here
} as Questionnaire;

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i fhir-stu3

    Weekly Downloads

    515

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    1.36 MB

    Total Files

    11

    Last publish

    Collaborators

    • chrismeeusen