Get Started: Developing for FHIR: Testing
Allscripts recommends Postman for testing your application. You can get Postman here. Postman is not a requirement.
To view the FHIR sandbox's metadata, use the URL:
https://scmlatestdev.open.allscripts.com/FHIR/Options
Postman displays the response. The response includes the FHIR conformance statement.
To view all patients in the sandbox with the surname "Smith," use the URL:
https://scmlatestdev.open.allscripts.com/FHIR/Patient?family=Smith
Postman displays the response. The response includes a resource bundle that contains information about every patient on the server with surname "Smith".