Bpjs
PHP Library to Access BPJS Kesehatan API. https://dvlp.bpjs-kesehatan.go.id/VClaim-Katalog/SEP
Install / Use
/learn @nsulistiyawan/BpjsREADME
BPJS Kesehatan Indonesia
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
Created because i don't really wanna get my hands dirty coz of using the old php-curl :shit: example.
Installation :fire:
composer require nsulistiyawan/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 Nsulistiyawan\Bpjs\VClaim\Referensi($vclaim_conf);
var_dump($referensi->diagnosa('A00'));
//use Peserta service
//https://dvlp.bpjs-kesehatan.go.id/VClaim-Katalog/Peserta
$peserta = new \Nsulistiyawan\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!
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
