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
- Host: GitHub
- URL: https://github.com/ohcnetwork/hi-profiles
- Owner: ohcnetwork
- Created: 2023-09-25T16:03:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T03:16:49.000Z (5 months ago)
- Last Synced: 2025-06-13T18:15:49.718Z (4 months ago)
- Topics: abdm, abdm-m3, fhir, fhir-profiles, hacktoberfest
- Language: TypeScript
- Homepage: https://ohcnetwork.github.io/hi-profiles/
- Size: 7.67 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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/DiagnosticReportsexport default function App() {
return (
)
}
```