An open API service indexing awesome lists of open source software.

https://github.com/ohcnetwork/hi-profiles

React components for the ABDM Health Information Profiles
https://github.com/ohcnetwork/hi-profiles

abdm abdm-m3 fhir fhir-profiles hacktoberfest

Last synced: 4 months ago
JSON representation

React components for the ABDM Health Information Profiles

Awesome Lists containing this project

README

          

# HI Profiles

**This package provides react components for the [ABDM FHIR profiles](https://nrces.in/ndhm/fhir/r4/index.html).**

### Installation

```sh
npm install hi-profiles
```

### Usage

```js
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 (

)
}
```