Codesystems
Endpoints in the Bingli API use a collection of code systems to represent specific values and entities. These codes help ensure consistency and interoperability between external systems that interact with Bingli.
API Environments
Bingli provides multiple environments for different use cases:
- Production EU:
https://fhir-gateway.api.bingli.eu/tenant-api/codesystems/
- Acceptance EU:
https://fhir-gateway.api.acc.bingli.be/tenant-api/codesystems/
- Production US:
https://fhir-gateway.api.bingli.us/tenant-api/codesystems/
Fetching Code Systems
GET - Fetch Code Systems
Endpoint
https://fhir-gateway.api.acc.bingli.be/tenant-api/codesystems/
Description
Fetch all code systems used by the Bingli API.
Request Details
Headers
Key | Value |
---|---|
Authorization | Bearer JWTTOKEN |
cURL Request
curl --location 'https://fhir-gateway.api.acc.bingli.be/tenant-api/codesystems' \
--header 'Authorization: Bearer <TOKEN>'
Conclusion
The Bingli API utilizes a set of code systems to represent specific values and entities, ensuring consistency and seamless interoperability with external systems. For further details, refer to the Bingli API Documentation or contact support@mybingli.com.