coronasafe / hi-profiles

React components for the ABDM Health Information Profiles

Home Page:https://coronasafe.github.io/hi-profiles/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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} />
   )
}

About

React components for the ABDM Health Information Profiles

https://coronasafe.github.io/hi-profiles/


Languages

Language:TypeScript 98.6%Language:JavaScript 1.4%