Anda di halaman 1dari 10

Simpel TIPS & TRIK

Heri Muryanto, S.T.


RSUD dr. Soediran Mangun Sumarso
Kabupaten Wonogiri
disclaimer

Di forum ini merupakan sarana


Belajar bersama

Jika ada kesalahan dan kekurangan


Mohon dikoreksi
DETIL
Hardware

Configurasi

Procedure
Hardware

Configurasi
WEBSERVICE
1
DATABASE
MySQL
Procedure WEBSERVICE
2
Configurasi

Procedure
/etc/hosts
36.67.140.135 apijkn.bpjs-keshatan.go.id
36.67.50.104 new-api.bpjs-kesehatan.go.id
Hardware

?.?.?.? api-satusehat.kemkes.go.id
Configurasi

Procedure Scheduler /etc/cron.d/ihs


# * * * * * command(s)
# |||||
# | | | | ----- Hari dalam satu minggu (0 - 7) (Minggu=0 atau 7)
# | | | ------- Bulan (0 - 12)
# | | --------- Tanggal (1 - 31)
# | ----------- Jam (0 - 23)
Hardware
# ------------- Menit (0 - 59)

*/3 0-6,15-23 * * * ➔ run.sh


*/30 6-15 * * * ➔ run.sh
* * * * * ➔ run_pasien.sh
/var/www/html/production/webapps/scripts/list_scheduler/kemkes/ihs/
Procedure & Events

autoExecuteIhsMaster

Hardware ruanganToOrganization();
pasienToPatient();
pegawaiToPractitioner();
autoExecuteIhsTransaction

diagnosaToConditition(); orderResepToMedication();
pendaftaranToEncounter(); pelayanaResepToMedication();
Configurasi tandaVitalToObservation(); edukasiToComposition();
procedureToProcedure(); tindakanLabToServiceRequest();
pendaftaranToEncounterPulang(); pendaftaranToConsent();
Hardware
Procedure

Configurasi Custom Procedure, Event


Check Practitioner
Ini memang akhir Slide

Namun Awal Buat Kita


Untuk
Menjalankan Proses Berikutnya

Matur Nuwun
LAMPIRAN

"IHS" => [
"id" => "zLyPi******",
"secret" => "Hx7DBw******",
"auth_url" => "https://api-satusehat.kemkes.go.id/oauth2/v1",
"url" => "https://api-satusehat.kemkes.go.id/fhir-r4/v1",
'writeLog' => false,
"timeout" => 5,
"consent" => [
"url" => "https://api-satusehat.kemkes.go.id/oauth2/v1"
],
"kyc" => [
"url" => "https://api-satusehat.kemkes.go.id/kyc/v1",
"type" => "production"
],
"kfa" =>[
"url"=>"https://api-satusehat.kemkes.go.id/kfa"
]
],

Anda mungkin juga menyukai