{
	"info": {
		"_postman_id": "3d06a86a-0619-4d77-8a2c-829d22b6d1c8",
		"name": "Klinik Bosowa BPJS Antrean",
		"description": "HIS LIS Bridging Requirements (dengan Web Service)",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "9715121"
	},
	"item": [
		{
			"name": "Token",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							"var jsonData = JSON.parse(responseBody);\r",
							"postman.setEnvironmentVariable(\"username\", \"mresha\");\r",
							"postman.setEnvironmentVariable(\"token\", jsonData.response.token);"
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "x-username",
						"value": "mresha",
						"type": "text"
					},
					{
						"key": "x-password",
						"value": "trikac16",
						"type": "text"
					}
				],
				"url": {
					"raw": "{{api_url}}/token",
					"host": [
						"{{api_url}}"
					],
					"path": [
						"token"
					]
				},
				"description": "Apabila lupa token anda bisa memanggil api ini untuk melihat api token, selama token tidak di generate token akan selalu statis seperti sebelumnya"
			},
			"response": [
				{
					"name": "success",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "x-username",
								"value": "mresha",
								"type": "text"
							},
							{
								"key": "x-password",
								"value": "trikac16",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api_url}}/token",
							"host": [
								"{{api_url}}"
							],
							"path": [
								"token"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 10 Sep 2022 02:44:49 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.35 (Win64) OpenSSL/1.1.1k PHP/7.4.19"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.19"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "X-RateLimit-Limit",
							"value": "60"
						},
						{
							"key": "X-RateLimit-Remaining",
							"value": "59"
						},
						{
							"key": "phpdebugbar-id",
							"value": "X5065643faa3481eca4dcd609cb8132e9"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Content-Length",
							"value": "123"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n    \"response\": {\n        \"token\": \"gxgzkBDD44mlCLLzZPwvyMRH55J6pjaQKV5CBR3jCXr9LEwSyX5g3mnMMEfp\"\n    },\n    \"metadata\": {\n        \"message\": \"Ok\",\n        \"code\": 20\n    }\n}"
				},
				{
					"name": "error required",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "x-username",
								"value": "mresha",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-password",
								"value": "trikac16",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api_url}}/token",
							"host": [
								"{{api_url}}"
							],
							"path": [
								"token"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 10 Sep 2022 02:45:08 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.35 (Win64) OpenSSL/1.1.1k PHP/7.4.19"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.19"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "X-RateLimit-Limit",
							"value": "60"
						},
						{
							"key": "X-RateLimit-Remaining",
							"value": "57"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Content-Length",
							"value": "72"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n    \"metadata\": {\n        \"message\": \"Username atau Password wajib diisi\",\n        \"code\": 201\n    }\n}"
				},
				{
					"name": "password salah",
					"originalRequest": {
						"method": "GET",
						"header": [
							{
								"key": "x-username",
								"value": "mresha",
								"type": "text"
							},
							{
								"key": "x-password",
								"value": "trikac16555",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{api_url}}/token",
							"host": [
								"{{api_url}}"
							],
							"path": [
								"token"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 10 Sep 2022 02:57:28 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.35 (Win64) OpenSSL/1.1.1k PHP/7.4.19"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/7.4.19"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "X-RateLimit-Limit",
							"value": "60"
						},
						{
							"key": "X-RateLimit-Remaining",
							"value": "58"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Content-Length",
							"value": "59"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n    \"metadata\": {\n        \"message\": \"Password Tidak Sesuai\",\n        \"code\": 201\n    }\n}"
				}
			]
		},
		{
			"name": "Info Pasien Baru",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "x-token",
						"value": "{{token}}",
						"type": "text"
					},
					{
						"key": "x-username",
						"value": "{{username}}",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n   \"nomorkartu\": \"1234567890123\",\r\n   \"nik\": \"3212345678987654\",\r\n   \"nomorkk\": \"3212345678987654\",\r\n   \"nama\": \"sumarsono\",\r\n   \"jeniskelamin\": \"L\",\r\n   \"tanggallahir\": \"1985-03-01\",\r\n   \"nohp\": \"085635228888\",\r\n   \"alamat\": \"alamat yang muncul merupakan alamat lengkap\",\r\n   \"kodeprop\": \"11\",\r\n   \"namaprop\": \"Jawa Barat\",\r\n   \"kodedati2\": \"0120\",\r\n   \"namadati2\": \"Kab. Bandung\",\r\n   \"kodekec\": \"1319\",\r\n   \"namakec\": \"Soreang\",\r\n   \"kodekel\": \"D2105\",\r\n   \"namakel\": \"Cingcin\",\r\n   \"rw\": \"001\",\r\n   \"rt\": \"013\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{api_url}}/info-pasien-baru",
					"host": [
						"{{api_url}}"
					],
					"path": [
						"info-pasien-baru"
					]
				}
			},
			"response": [
				{
					"name": "request body tidak sesuai",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "x-token",
								"value": "{{token}}",
								"type": "text"
							},
							{
								"key": "x-username",
								"value": "{{username}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api_url}}/info-pasien-baru",
							"host": [
								"{{api_url}}"
							],
							"path": [
								"info-pasien-baru"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 10 Sep 2022 09:23:13 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.35 (Win64) OpenSSL/1.1.1k mod_fcgid/2.3.9"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.3"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "X-RateLimit-Limit",
							"value": "60"
						},
						{
							"key": "X-RateLimit-Remaining",
							"value": "59"
						},
						{
							"key": "phpdebugbar-id",
							"value": "Xd5c3653afad5155c41d7460b85beec58"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n    \"status\": \"error\",\n    \"message\": \"data request body tidak sesuai\"\n}"
				},
				{
					"name": "no kartu tidak sesuai",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "x-token",
								"value": "{{token}}",
								"type": "text"
							},
							{
								"key": "x-username",
								"value": "{{username}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n   \"nomorkartu\": \"1\",\r\n   \"nik\": \"3212345678987654\",\r\n   \"nomorkk\": \"3212345678987654\",\r\n   \"nama\": \"sumarsono\",\r\n   \"jeniskelamin\": \"L\",\r\n   \"tanggallahir\": \"1985-03-01\",\r\n   \"nohp\": \"085635228888\",\r\n   \"alamat\": \"alamat yang muncul merupakan alamat lengkap\",\r\n   \"kodeprop\": \"11\",\r\n   \"namaprop\": \"Jawa Barat\",\r\n   \"kodedati2\": \"0120\",\r\n   \"namadati2\": \"Kab. Bandung\",\r\n   \"kodekec\": \"1319\",\r\n   \"namakec\": \"Soreang\",\r\n   \"kodekel\": \"D2105\",\r\n   \"namakel\": \"Cingcin\",\r\n   \"rw\": \"001\",\r\n   \"rt\": \"013\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api_url}}/info-pasien-baru",
							"host": [
								"{{api_url}}"
							],
							"path": [
								"info-pasien-baru"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 10 Sep 2022 09:23:42 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.35 (Win64) OpenSSL/1.1.1k mod_fcgid/2.3.9"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.3"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "X-RateLimit-Limit",
							"value": "60"
						},
						{
							"key": "X-RateLimit-Remaining",
							"value": "57"
						},
						{
							"key": "phpdebugbar-id",
							"value": "X3cfd79d6a40424949a324e8dadb2ab71"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n    \"metadata\": {\n        \"message\": \"Format Nomor Kartu Tidak Sesuai\",\n        \"code\": 201\n    }\n}"
				},
				{
					"name": "nik tidak sesuai",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "x-token",
								"value": "{{token}}",
								"type": "text"
							},
							{
								"key": "x-username",
								"value": "{{username}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n   \"nomorkartu\": \"1234567890123\",\r\n   \"nik\": \"3\",\r\n   \"nomorkk\": \"3212345678987654\",\r\n   \"nama\": \"sumarsono\",\r\n   \"jeniskelamin\": \"L\",\r\n   \"tanggallahir\": \"1985-03-01\",\r\n   \"nohp\": \"085635228888\",\r\n   \"alamat\": \"alamat yang muncul merupakan alamat lengkap\",\r\n   \"kodeprop\": \"11\",\r\n   \"namaprop\": \"Jawa Barat\",\r\n   \"kodedati2\": \"0120\",\r\n   \"namadati2\": \"Kab. Bandung\",\r\n   \"kodekec\": \"1319\",\r\n   \"namakec\": \"Soreang\",\r\n   \"kodekel\": \"D2105\",\r\n   \"namakel\": \"Cingcin\",\r\n   \"rw\": \"001\",\r\n   \"rt\": \"013\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api_url}}/info-pasien-baru",
							"host": [
								"{{api_url}}"
							],
							"path": [
								"info-pasien-baru"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 10 Sep 2022 09:24:02 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.35 (Win64) OpenSSL/1.1.1k mod_fcgid/2.3.9"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.3"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "X-RateLimit-Limit",
							"value": "60"
						},
						{
							"key": "X-RateLimit-Remaining",
							"value": "56"
						},
						{
							"key": "phpdebugbar-id",
							"value": "X04935d7b3346354a9baf6195f8e1fc60"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n    \"metadata\": {\n        \"message\": \"Format NIK Tidak Sesuai\",\n        \"code\": 201\n    }\n}"
				},
				{
					"name": "success",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "x-token",
								"value": "{{token}}",
								"type": "text"
							},
							{
								"key": "x-username",
								"value": "{{username}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n   \"nomorkartu\": \"1234567890123\",\r\n   \"nik\": \"3212345678987654\",\r\n   \"nomorkk\": \"3212345678987654\",\r\n   \"nama\": \"sumarsono\",\r\n   \"jeniskelamin\": \"L\",\r\n   \"tanggallahir\": \"1985-03-01\",\r\n   \"nohp\": \"085635228888\",\r\n   \"alamat\": \"alamat yang muncul merupakan alamat lengkap\",\r\n   \"kodeprop\": \"11\",\r\n   \"namaprop\": \"Jawa Barat\",\r\n   \"kodedati2\": \"0120\",\r\n   \"namadati2\": \"Kab. Bandung\",\r\n   \"kodekec\": \"1319\",\r\n   \"namakec\": \"Soreang\",\r\n   \"kodekel\": \"D2105\",\r\n   \"namakel\": \"Cingcin\",\r\n   \"rw\": \"001\",\r\n   \"rt\": \"013\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api_url}}/info-pasien-baru",
							"host": [
								"{{api_url}}"
							],
							"path": [
								"info-pasien-baru"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 10 Sep 2022 09:24:21 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.35 (Win64) OpenSSL/1.1.1k mod_fcgid/2.3.9"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.3"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "X-RateLimit-Limit",
							"value": "60"
						},
						{
							"key": "X-RateLimit-Remaining",
							"value": "59"
						},
						{
							"key": "phpdebugbar-id",
							"value": "X47a9a1230ef4c785d5b45edf658bf382"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n    \"response\": {\n        \"norm\": \"P002367\"\n    },\n    \"metadata\": {\n        \"message\": \"Harap datang ke admisi untuk melengkapi data rekam medis\",\n        \"code\": 20\n    }\n}"
				},
				{
					"name": "data sudah ada",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "x-token",
								"value": "{{token}}",
								"type": "text"
							},
							{
								"key": "x-username",
								"value": "{{username}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n   \"nomorkartu\": \"1234567890123\",\r\n   \"nik\": \"3212345678987654\",\r\n   \"nomorkk\": \"3212345678987654\",\r\n   \"nama\": \"sumarsono\",\r\n   \"jeniskelamin\": \"L\",\r\n   \"tanggallahir\": \"1985-03-01\",\r\n   \"nohp\": \"085635228888\",\r\n   \"alamat\": \"alamat yang muncul merupakan alamat lengkap\",\r\n   \"kodeprop\": \"11\",\r\n   \"namaprop\": \"Jawa Barat\",\r\n   \"kodedati2\": \"0120\",\r\n   \"namadati2\": \"Kab. Bandung\",\r\n   \"kodekec\": \"1319\",\r\n   \"namakec\": \"Soreang\",\r\n   \"kodekel\": \"D2105\",\r\n   \"namakel\": \"Cingcin\",\r\n   \"rw\": \"001\",\r\n   \"rt\": \"013\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api_url}}/info-pasien-baru",
							"host": [
								"{{api_url}}"
							],
							"path": [
								"info-pasien-baru"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Sat, 10 Sep 2022 09:24:35 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.35 (Win64) OpenSSL/1.1.1k mod_fcgid/2.3.9"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.3"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "X-RateLimit-Limit",
							"value": "60"
						},
						{
							"key": "X-RateLimit-Remaining",
							"value": "58"
						},
						{
							"key": "phpdebugbar-id",
							"value": "X854244814f0e687732ad7b398c980566"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n    \"status\": \"error\",\n    \"message\": \"Data Peserta Sudah Pernah Dientrikan\"\n}"
				}
			]
		},
		{
			"name": "Ambil Antrean",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "x-token",
						"value": "{{token}}",
						"type": "text"
					},
					{
						"key": "x-username",
						"value": "{{username}}",
						"type": "text"
					}
				],
				"body": {
					"mode": "raw",
					"raw": "{\r\n    \"nomorkartu\": \"1234567890123\",\r\n    \"nik\": \"3212345678987654\",\r\n    \"nohp\": \"085635228888\",\r\n    \"kodepoli\": \"001\",\r\n    \"norm\": \"P000003\",\r\n    \"tanggalperiksa\": \"2022-09-15\",\r\n    \"kodedokter\": 109431,\r\n    \"jampraktek\": \"16:00\",\r\n    \"jeniskunjungan\": 1,\r\n    \"nomorreferensi\": \"0001R0040116A000001\"\r\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "{{api_url}}/ambil-antrean",
					"host": [
						"{{api_url}}"
					],
					"path": [
						"ambil-antrean"
					]
				}
			},
			"response": [
				{
					"name": "poli tidak ditemukan",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "x-token",
								"value": "{{token}}",
								"type": "text"
							},
							{
								"key": "x-username",
								"value": "{{username}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"nomorkartu\": \"1234567890123\",\r\n    \"nik\": \"3212345678987654\",\r\n    \"nohp\": \"085635228888\",\r\n    \"kodepoli\": \"232323\",\r\n    \"norm\": \"P000003\",\r\n    \"tanggalperiksa\": \"2022-09-14\",\r\n    \"kodedokter\": 109431,\r\n    \"jampraktek\": \"16:00\",\r\n    \"jeniskunjungan\": 1,\r\n    \"nomorreferensi\": \"0001R0040116A000001\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api_url}}/ambil-antrean",
							"host": [
								"{{api_url}}"
							],
							"path": [
								"ambil-antrean"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Wed, 14 Sep 2022 02:21:17 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.47 (Win64) OpenSSL/1.1.1p PHP/8.1.8"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.8"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "X-RateLimit-Limit",
							"value": "60"
						},
						{
							"key": "X-RateLimit-Remaining",
							"value": "59"
						},
						{
							"key": "phpdebugbar-id",
							"value": "X2d7ab21c13056caa88c608c42f445f8f"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n    \"metadata\": {\n        \"message\": \"Poli Tidak Ditemukan\",\n        \"code\": 201\n    }\n}"
				},
				{
					"name": "format tanggal tidak sesuai",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "x-token",
								"value": "{{token}}",
								"type": "text"
							},
							{
								"key": "x-username",
								"value": "{{username}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"nomorkartu\": \"1234567890123\",\r\n    \"nik\": \"3212345678987654\",\r\n    \"nohp\": \"085635228888\",\r\n    \"kodepoli\": \"001\",\r\n    \"norm\": \"P000003\",\r\n    \"tanggalperiksa\": \"2022/09/14\",\r\n    \"kodedokter\": 109431,\r\n    \"jampraktek\": \"16:00\",\r\n    \"jeniskunjungan\": 1,\r\n    \"nomorreferensi\": \"0001R0040116A000001\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api_url}}/ambil-antrean",
							"host": [
								"{{api_url}}"
							],
							"path": [
								"ambil-antrean"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Wed, 14 Sep 2022 02:24:35 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.47 (Win64) OpenSSL/1.1.1p PHP/8.1.8"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.8"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "X-RateLimit-Limit",
							"value": "60"
						},
						{
							"key": "X-RateLimit-Remaining",
							"value": "56"
						},
						{
							"key": "phpdebugbar-id",
							"value": "X7529dc03749b57c249a4d024344831ab"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n    \"metadata\": {\n        \"message\": \"Format Tanggal Tidak Sesuai, format yang benar adalah yyyy-mm-dd\",\n        \"code\": 201\n    }\n}"
				},
				{
					"name": "nomor antrean hanya dapat diambil 1 kali pada tanggal dan poli yang sama",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "x-token",
								"value": "{{token}}",
								"type": "text"
							},
							{
								"key": "x-username",
								"value": "{{username}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"nomorkartu\": \"1234567890123\",\r\n    \"nik\": \"3212345678987654\",\r\n    \"nohp\": \"085635228888\",\r\n    \"kodepoli\": \"001\",\r\n    \"norm\": \"P000003\",\r\n    \"tanggalperiksa\": \"2022-09-14\",\r\n    \"kodedokter\": 109431,\r\n    \"jampraktek\": \"16:00\",\r\n    \"jeniskunjungan\": 1,\r\n    \"nomorreferensi\": \"0001R0040116A000001\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api_url}}/ambil-antrean",
							"host": [
								"{{api_url}}"
							],
							"path": [
								"ambil-antrean"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Wed, 14 Sep 2022 02:09:48 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.47 (Win64) OpenSSL/1.1.1p PHP/8.1.8"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.8"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "X-RateLimit-Limit",
							"value": "60"
						},
						{
							"key": "X-RateLimit-Remaining",
							"value": "57"
						},
						{
							"key": "phpdebugbar-id",
							"value": "Xd57bd0522a8eb91e9a01dc605ad9b45a"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n    \"metadata\": {\n        \"message\": \"Nomor Antrean Hanya Dapat Diambil 1 Kali Pada Tanggal Yang Sama\",\n        \"code\": 201\n    }\n}"
				},
				{
					"name": "antrean poli sedang tutup",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "x-token",
								"value": "{{token}}",
								"type": "text"
							},
							{
								"key": "x-username",
								"value": "{{username}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"nomorkartu\": \"1234567890123\",\r\n    \"nik\": \"3212345678987654\",\r\n    \"nohp\": \"085635228888\",\r\n    \"kodepoli\": \"001\",\r\n    \"norm\": \"P000003\",\r\n    \"tanggalperiksa\": \"2022-09-14\",\r\n    \"kodedokter\": 109431,\r\n    \"jampraktek\": \"13:00\",\r\n    \"jeniskunjungan\": 1,\r\n    \"nomorreferensi\": \"0001R0040116A000001\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api_url}}/ambil-antrean",
							"host": [
								"{{api_url}}"
							],
							"path": [
								"ambil-antrean"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Wed, 14 Sep 2022 05:47:07 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.47 (Win64) OpenSSL/1.1.1p PHP/8.1.8"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.8"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "X-RateLimit-Limit",
							"value": "60"
						},
						{
							"key": "X-RateLimit-Remaining",
							"value": "54"
						},
						{
							"key": "phpdebugbar-id",
							"value": "Xd547563a309ef1345d819f9ea617ad95"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n    \"metadata\": {\n        \"message\": \"Pendaftaran ke Poli (POLI UMUM) Ini Sudah Tutup\",\n        \"code\": 201\n    }\n}"
				},
				{
					"name": "validasi antrean membaca jadwal dokter belum tersedia",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "x-token",
								"value": "{{token}}",
								"type": "text"
							},
							{
								"key": "x-username",
								"value": "{{username}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"nomorkartu\": \"1234567890123\",\r\n    \"nik\": \"3212345678987654\",\r\n    \"nohp\": \"085635228888\",\r\n    \"kodepoli\": \"0010\",\r\n    \"norm\": \"P000003\",\r\n    \"tanggalperiksa\": \"2022-09-14\",\r\n    \"kodedokter\": 109431,\r\n    \"jampraktek\": \"14:00\",\r\n    \"jeniskunjungan\": 1,\r\n    \"nomorreferensi\": \"0001R0040116A000001\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api_url}}/ambil-antrean",
							"host": [
								"{{api_url}}"
							],
							"path": [
								"ambil-antrean"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Wed, 14 Sep 2022 05:49:57 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.47 (Win64) OpenSSL/1.1.1p PHP/8.1.8"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.8"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "X-RateLimit-Limit",
							"value": "60"
						},
						{
							"key": "X-RateLimit-Remaining",
							"value": "55"
						},
						{
							"key": "phpdebugbar-id",
							"value": "X8e7f2061c968c891551d350bd3e80217"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=99"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n    \"metadata\": {\n        \"message\": \"Jadwal Dokter dr. Siti Hardiyanti Nawir, M. Biomed Tersebut Belum Tersedia, Silahkan Reschedule Tanggal dan Jam Praktek Lainnya\",\n        \"code\": 201\n    }\n}"
				},
				{
					"name": "validasi ambil antrean untuk pasien yang belum terdaftar rekam medisnya",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "x-token",
								"value": "{{token}}",
								"type": "text"
							},
							{
								"key": "x-username",
								"value": "{{username}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"nomorkartu\": \"1234567890124\",\r\n    \"nik\": \"3212345678987654\",\r\n    \"nohp\": \"085635228888\",\r\n    \"kodepoli\": \"001\",\r\n    \"norm\": \"P000003\",\r\n    \"tanggalperiksa\": \"2022-09-14\",\r\n    \"kodedokter\": 109431,\r\n    \"jampraktek\": \"14:00\",\r\n    \"jeniskunjungan\": 1,\r\n    \"nomorreferensi\": \"0001R0040116A000001\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api_url}}/ambil-antrean",
							"host": [
								"{{api_url}}"
							],
							"path": [
								"ambil-antrean"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Wed, 14 Sep 2022 06:10:39 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.47 (Win64) OpenSSL/1.1.1p PHP/8.1.8"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.8"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "X-RateLimit-Limit",
							"value": "60"
						},
						{
							"key": "X-RateLimit-Remaining",
							"value": "57"
						},
						{
							"key": "phpdebugbar-id",
							"value": "Xd90981ca1e8482f226142eb1e95ed902"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=99"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n    \"metadata\": {\n        \"message\": \"Data pasien ini tidak ditemukan, silahkan Melakukan Registrasi Pasien Baru\",\n        \"code\": 202\n    }\n}"
				},
				{
					"name": "[Success] Ambil Antrean 1",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "x-token",
								"value": "{{token}}",
								"type": "text"
							},
							{
								"key": "x-username",
								"value": "{{username}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"nomorkartu\": \"1234567890123\",\r\n    \"nik\": \"3212345678987654\",\r\n    \"nohp\": \"085635228888\",\r\n    \"kodepoli\": \"001\",\r\n    \"norm\": \"P000003\",\r\n    \"tanggalperiksa\": \"2022-09-14\",\r\n    \"kodedokter\": 109431,\r\n    \"jampraktek\": \"16:00\",\r\n    \"jeniskunjungan\": 1,\r\n    \"nomorreferensi\": \"0001R0040116A000001\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api_url}}/ambil-antrean",
							"host": [
								"{{api_url}}"
							],
							"path": [
								"ambil-antrean"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Wed, 14 Sep 2022 02:15:42 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.47 (Win64) OpenSSL/1.1.1p PHP/8.1.8"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.8"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "X-RateLimit-Limit",
							"value": "60"
						},
						{
							"key": "X-RateLimit-Remaining",
							"value": "57"
						},
						{
							"key": "phpdebugbar-id",
							"value": "X7a8a20c0e07ca835ec4ef3a06b83ed10"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=100"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n    \"response\": {\n        \"nomorantrean\": \"DS001\",\n        \"angkaantrean\": \"1\",\n        \"kodebooking\": \"\",\n        \"norm\": \"P000003\",\n        \"namapoli\": \"POLI UMUM\",\n        \"namadokter\": \"dr. Siti Hardiyanti Nawir, M. Biomed\",\n        \"estimasidilayani\": \"\",\n        \"sisakuotajkn\": 9,\n        \"kuotajkn\": 1,\n        \"sisakuotanonjkn\": 9,\n        \"kuotanonjkn\": 1,\n        \"keterangan\": \"Peserta harap 60 menit lebih awal guna pencatatan administrasi.\"\n    },\n    \"metadata\": {\n        \"message\": \"Harap datang ke admisi untuk melengkapi data rekam medis\",\n        \"code\": 200\n    }\n}"
				},
				{
					"name": "[Success] Ambil Antrean 2",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "x-token",
								"value": "{{token}}",
								"type": "text"
							},
							{
								"key": "x-username",
								"value": "{{username}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\r\n    \"nomorkartu\": \"0001261832477\",\r\n    \"nik\": \"3174016909650001\",\r\n    \"nohp\": \"08123456789\",\r\n    \"kodepoli\": \"001\",\r\n    \"norm\": \"P000004\",\r\n    \"tanggalperiksa\": \"2022-09-14\",\r\n    \"kodedokter\": 109431,\r\n    \"jampraktek\": \"16:00\",\r\n    \"jeniskunjungan\": 1,\r\n    \"nomorreferensi\": \"0001R0040116A000001\"\r\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{api_url}}/ambil-antrean",
							"host": [
								"{{api_url}}"
							],
							"path": [
								"ambil-antrean"
							]
						}
					},
					"status": "OK",
					"code": 200,
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Date",
							"value": "Wed, 14 Sep 2022 06:21:20 GMT"
						},
						{
							"key": "Server",
							"value": "Apache/2.4.47 (Win64) OpenSSL/1.1.1p PHP/8.1.8"
						},
						{
							"key": "X-Powered-By",
							"value": "PHP/8.1.8"
						},
						{
							"key": "Cache-Control",
							"value": "no-cache, private"
						},
						{
							"key": "X-RateLimit-Limit",
							"value": "60"
						},
						{
							"key": "X-RateLimit-Remaining",
							"value": "57"
						},
						{
							"key": "phpdebugbar-id",
							"value": "X9c5a0478f2c00af1d1f3b160ea7b6917"
						},
						{
							"key": "Access-Control-Allow-Origin",
							"value": "*"
						},
						{
							"key": "Keep-Alive",
							"value": "timeout=5, max=98"
						},
						{
							"key": "Connection",
							"value": "Keep-Alive"
						},
						{
							"key": "Transfer-Encoding",
							"value": "chunked"
						},
						{
							"key": "Content-Type",
							"value": "application/json"
						}
					],
					"cookie": [],
					"body": "{\n    \"response\": {\n        \"nomorantrean\": \"DS002\",\n        \"angkaantrean\": \"2\",\n        \"kodebooking\": \"\",\n        \"norm\": \"P000004\",\n        \"namapoli\": \"POLI UMUM\",\n        \"namadokter\": \"dr. Siti Hardiyanti Nawir, M. Biomed\",\n        \"estimasidilayani\": \"\",\n        \"sisakuotajkn\": 8,\n        \"kuotajkn\": 2,\n        \"sisakuotanonjkn\": 8,\n        \"kuotanonjkn\": 2,\n        \"keterangan\": \"Peserta harap 60 menit lebih awal guna pencatatan administrasi.\"\n    },\n    \"metadata\": {\n        \"message\": \"Harap datang ke admisi untuk melengkapi data rekam medis\",\n        \"code\": 200\n    }\n}"
				}
			]
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	]
}