SkillAgentSearch skills...

Bpjs

BPJS Wraper For Bridging SIMRS

Install / Use

/learn @mbahmario/Bpjs
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

BPJS Kesehatan Indonesia

This Package clone from nsulistiyawan/bpjs under maintenance.

PHP package to access BPJS Kesehatan API :ambulance:. This package is a wrapper of BPJS VClaim Web Service https://dvlp.bpjs-kesehatan.go.id/VClaim-Katalog

Installation :fire:

composer require mbahmario/bpjs

Example Usage :confetti_ball:

//use your own bpjs config
$vclaim_conf = [
    'cons_id' => '123456',
    'secret_key' => '123456',
    'base_url' => 'https://dvlp.bpjs-kesehatan.go.id',
    'service_name' => 'vclaim-rest'
];

// use Referensi service
// https://dvlp.bpjs-kesehatan.go.id/VClaim-Katalog/Referensi

$referensi = new Mbahmario\Bpjs\VClaim\Referensi($vclaim_conf);
var_dump($referensi->diagnosa('A00'));

//use Peserta service
//https://dvlp.bpjs-kesehatan.go.id/VClaim-Katalog/Peserta

$peserta = new \Mbahmario\Bpjs\VClaim\Peserta($vclaim_conf);
var_dump($peserta->getByNoKartu('123456789','2018-09-16'));

Supported Services (WIP) :rocket:

  • [x] Referensi
  • [x] Peserta
  • [x] SEP
  • [x] Rujukan
  • [x] Lembar Pengajuan Klaim
  • [x] Monitoring
  • [x] Aplicare

Contributions :ok_hand:

Your contribution is always welcome!

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated4mo ago
Forks4

Languages

PHP

Security Score

82/100

Audited on Nov 12, 2025

No findings