Bridging BPJS Indonesia

dev-master 2021-05-05 02:09 UTC

This package is not auto-updated.

Last update: 2024-05-26 06:32:50 UTC


README

68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667

Installation

composer require fikrizabintang/bpjs

Use Vclaim

public function vclaimConfig()
{
  $setting            = $this->bpjs;
  return [
      'cons_id'       => $setting->cons_id,
      'secret_key'    => $setting->cons_key,
      'base_url'      => 'https://new-api.bpjs-kesehatan.go.id:8080',
      'service_name'  => 'new-vclaim-rest'
  ];
}

Use Get Peserta

public function peserta(){
  return new Peserta($this->vclaimConf());
}

public function getByNoKartu($noKartu)
{
    return $this->peserta()->getByNoKartu($noKartu, Carbon::now()->format('Y-m-d'););
}

Update Fitur

1 Mei 2021 
Pembuatan Rencana Kontrol

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

License

The Laravel framework is open-sourced software licensed under the MIT license.

Fitur

Aplicare
* Ketersediaan Kamar

V-Claim
* Referensi
* Peserta
* SEP
* Rujukan
* Lembar Pengajuan Klaim
* Monitoring
* Rencana Kontrol