This package provides react components for the ABDM FHIR profiles.
npm install hi-profiles
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} />
)
}