1.1.0 • Published 10 months ago

hi-profiles v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
10 months ago

HI Profiles

This package provides react components for the ABDM FHIR profiles.

Installation

npm install hi-profiles

Usage

import { HIProfile } from "hi-profiles";
import fhirBundle from "..."; // sample abdm fhir bundles can be found at https://sandbox.abdm.gov.in/abdm-docs/DiagnosticReports

export default function App() {
   return (
      <HIProfile bundle={fhirBundle} />
   )
}
1.1.0

10 months ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago