定制 geniusrw/rhie 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

geniusrw/rhie

最新稳定版本:v0.4

Composer 安装命令:

composer create-project geniusrw/rhie

包简介

PHP Package to integration with Rwanda HIE platform

README 文档

README

Installation

Run the following command to install the package using composer
composer require geniusrw/rhie
or download the zip from github

Setup the package

Setting required configuration

  1. Configuration information Make sure to have the config folder in your root project
    Copy the hie.php.example file name it to hie.php into you config folder

  2. Environment information Rename .env.example file to .env file and change required values to match you setup

  3. Using the package to get Patient's UPID

<?php
require_once "vendor/autoload.php";
use Geniusrw\Rhie\HieClient;

$patient = HieClient::getUpid("xxxxxxxxxxxxxxxx", "NID");

The above code will return the Patient RhiePatient Object or null when the identifier is not found

Supported Document Type

  • NID
  • NID_APPLICATION
  • UPI(stands for UPID)

Requesting Insurance Portal Information

  1. Make sure the .env file hold required params
RHIP_URL=URL_PREFIX
RHIP_KEY=APP_KEY
RHIP_ORIGIN=APP_ORIGIN

Those parameters should be marched with real values shared from RHIP Team.

  1. Check for CBHI Elibility
<?php

require_once "vendor/autoload.php";

use Geniusrw\Rhie\Rhip\RhipClient;

define("GENIUS_RHIE_BASE_PATH", __DIR__);

$patient = RhipClient::checkCbhiEligibity("xxxxxxxxxxxxxxxx");

统计信息

  • 总下载量: 10
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2025-08-30