1.0.2 • Published 2 years ago

bpjs-library v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

BPJS Kesehatan Indonesia

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

Installation :fire:

npm i bpjs-library

File .env

Example Usage :confetti_ball:

// use Referensi service
import WSBpjs from "./src/Antrean/WSBpjs";
import Sep from "./src/VClaim/Sep";

const antrean = new WSBpjs();
antrean.refPoli().then(function(response) {
  console.log(response);
});

const vc = new Sep();
vc.fingerprintList('2022-09-12').then(function(response) {
  console.log(response);
});

Supported Services (WIP) :rocket:

  • LPK
  • Monitoring
  • Peserta
  • PRB
  • Referensi
  • Rencana Kontrol
  • Rujukan
  • SEP
  • Antrean RS WS BPJS