Nphis Patient retrieved and extract patient detailes

Documentation:
returned the patient details

URL/api/insurance/check

  • @ parameter (id) represent document number

Documentation:
store the patient details and the insurance policy details

URL/api/insurance/policy

  • @ parameter (id) represent document number
  • @ parameter (hospital_id) represent hospital id
  • @ parameter (mobile) represent patient mobile number
  • @ parameter (dob) represent patient date of birth

URL/api/insurance/discovery

Documentation:
store the patient details and the insurance policy details and make discovery requests

  • @ parameter (id) represent document number
  • @ parameter (hospital_id) represent hospital id
  • @ parameter (mobile) represent patient mobile number
  • @ parameter (dob) represent patient date of birth

URL/api/insurance/validity

Documentation:
check the patient details and the insurance vlidity inside the center

  • @ parameter (patient_id) represent patient id
  • @ parameter (center_id) represent center id

production url

https://nphis-patient-insurance.athir.net/api

the docker image through Laravel sail

use the following command ./vendor/bin/sail up -d Required for descovery request