API Endpoints
-
FHIR Server Base URL:
- https://synthetic.fhir.api.devl.techbd.org/ (development environment)
- https://synthetic.fhir.api.stage.techbd.org/ (staging environment)
- https://synthetic.fhir.api.techbd.org/ (production environment)
-
Swagger API Documentation URL:
- https://synthetic.fhir.api.devl.techbd.org/docs/api/interactive/swagger-ui/index.html (development environment)
- https://synthetic.fhir.api.stage.techbd.org/docs/api/interactive/swagger-ui/index.html (staging environment)
- https://synthetic.fhir.api.techbd.org/docs/api/interactive/swagger-ui/index.html (production environment)
-
Instructions for Using Swagger API Documentation For API Testing:
-
FHIR Server Capabilities:
https://synthetic.fhir.api.techbd.org/metadata
(returns XML) -
Authentication: None at this time, will be defined and deployed soon.
-
Bundle Endpoints:
- Validate Bundle:
/Bundle/$validate
- Submit Bundle to SHIN-NY Data Lake:
/Bundle
- Validate Bundle:
Learn more about all of the endpoints by reviewing TechBD’s FHIR API Test Script and most recent TechBD’s FHIR API Test Script Results.