1.5.1 • Published 1 year ago

@areebahmeddd/hi-profiles v1.5.1

Weekly downloads
-
License
-
Repository
github
Last release
1 year 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} />
   )
}