Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Stub API Server

Stub API Server built using apimocker deployable as a Apigee Hosted Target.

Intended for "sandbox" functionality, and is the target endpoint for the hosted docs' Try it now functionality.

Developing

make build
make run
  • Use the examples from the OAS (components/examples/) sym-linking them into the app.

Deployment

Redeploy the API Proxy. See the main README.md.

Endpoints

  • POST /STU3/ReferralRequest/$ers.createReferral
  • POST /STU3/ReferralRequest/$ers.createReferralAndSendForTriage
  • POST /STU3/HealthcareService/$ers.searchHealthcareServicesForPatient
  • GET /STU3/CodeSystem/{codeSystemType}
  • GET /STU3/Slot
  • GET /R4/PractitionerRole
  • POST /STU3/Binary
  • POST /STU3/ReferralRequest/{ubrn}/$ers.generatePatientLetter
  • GET /STU3/Binary/{attachmentLogicalID}
  • GET /STU3/ReferralRequest/{ubrn}
  • GET /STU3/ReferralRequest/{ubrn}/_history/{version}
  • POST /STU3/ReferralRequest/{ubrn}/$ers.maintainReferralLetter
  • POST /STU3/Appointment
  • POST /STU3/ReferralRequest/{ubrn}/$ers.generateCRI
  • POST /STU3/CommunicationRequest/{ubrn}/$ers.generateCRI