The Canadian Clinical Drug Data Set April 2025 release is now available for access and implementation on the Terminology Server and Terminology Gateway. Learn More >

Important Update: We are pleased to announce significant enhancements to our FHIR Terminology Server, offering more seamless and standards-based access to terminology content for healthcare data exchange. Discover the new features and upcoming changes to our Terminology Gateway. Learn More >

Share this page:

About About

HL7 International Tools

The new terminology server integrates easily with the HL7 International FHIR tooling ecosystem, including the Implementation Guide (IG) Publisher and FHIR Validator, offering several key benefits:

  • Direct access for users to Infoway-hosted CodeSystems and ValueSets within Implementation Guides (IGs) without the need for duplicating content or using “stub” ValueSets.
  • Access to Infoway-hosted CodeSystems and ValueSets in the HL7 FHIR Validator, eliminating the need to manage content separately for validation.
  • Canadian terminologies like SNOMED CT CA are automatically updated in the HL7 ecosystem, ensuring users always have access to the latest standards without delays or manual updates.
  • Validation processes at events like the IHE Connectathon and Projectathons are streamlined, allowing users to validate directly against Infoway-hosted terminologies, saving time and simplifying conformance testing.

How to Get Started

To begin, you will need a user-specific API key from Infoway, making it easy to configure HL7 tools for seamless terminology access. For more detailed instructions you can refer to HL7’s documentation.

Supported Versions

  • HL7 IG Publisher version 1.8.1 or later
  • HL7 Validator version 6.5.0 or later

Accessing the Terminology Server APIs with an API Key

If your application does not support OAuth2 credentials (the preferred method), and you are using tools other than the HL7 tools mentioned above, then you can use an API Key to access the Terminology Server APIs as a final option. Follow these steps carefully, as the process differs from the OAuth2 flow.

  1. Use the Dedicated API Key URL
  2. Include the API Key in the HTTP Header
    • The API Key must be provided as an HTTP header in your requests.
      Api-Key: <your-api-key>
  3. Example CURL Command

Note

  • Syndication API Access: Downloads through the Syndication API are not availablefor API Key users. Only FHIR Resources are available.
  • Compatibility: Use API Keys onlyif your application does not support OAuth2.

Read More

Postman Instructions

Official Postman Guide: https://learning.postman.com/docs/introduction/overview/

Postman is an online tool that helps to test and communicate with RESTful APIs. In order to make integration with the FHIR REST APIs easier, we have published a postman collection that can be used to authenticate, query, fetch and search the data on the Terminology Server. You must have appropriate access to be able to use some of the functions such as modifying data. Review the postman collection and use it as a template to get your own script of software application integrated with our APIs. We have a GitHub repository with the Postman collection stored as a file which you can import into your own workspace. See details below. Instructions provided here are meant to help users get started. Please always rely on the official documentation provided by Postman for up-to-date instructions and list of available features.

GitHub Repository

You can access the Postman collection from our GitHub repository. You can import the collection into your own Postman workspace and make any changes or modifications as you see fit.

[GitHub Repository] https://github.com/terminologystandardsservice/public

Get Authorization Token in Postman

Before you can make any queries to the FHIR API, you must get an authorization token. You can either use your personal username and/or password for Terminology Server or a System account.

Personal Account

  • Login to Postman.
  • Navigate to the forked collection.
  • Click on Terminology Standards Service Collection.
  • Click on Authorization tab.
  • If you are using Postman for Desktop, please add the following URL as the Callback URL.  https://oauth.pstmn.io/v1/browser-callback
  • Click on Get new Access Token at the very bottom of the page.
  • It will take you to the login page. 
  • Enter your username and password to login. 
  • You will get a popup saying you "Authentication Complete".
  • Click Proceed. 
  • Click on Use Token
  • Now you can navigate to any of the examples and press the Send button to get a response from the Terminology Server.

Picture1.png

Picture2.png

System Account

  • Process for using a system account is very similar to that of the personal account.
  • Login to Postman.
  • Navigate to the Forked Terminology Standards Service Collection.
  • Click on the Authorization tab.
  • Select Client Credentials under Grant Type.
  • Enter the Client ID and Client Secret in the appropriate fields.
  • Click on Get new Access Token.

Picture3.png

Please refer to the official Postman Documentation for any support or further detailed instructions.

Read More

Syndication Feed

A syndication feed represents a more mature web technology known as a Really Simple Syndication (RSS) Feed. It is a mechanism by which users can be notified of updates to content on a particular site. Infoway’s Terminology Server uses this mechanism to update users on new files available for download and provides users with the information necessary to be able to download the various files successfully.

Downloading Artifacts using Syndication Feed (RSS Feed)

Users can programmatically download files related to the various CodeSystems and ValueSets using the Syndication Feed. Files that are available for download are SNOMED CT CA RF2, SNOMED CT CA ValueSet, CCDD, pCLOCD and ValueSets files. The URLs below are publicly accessible meaning you do not require any credentials to access them. However, system credentials are needed to download the actual files. The feed is an XML formatted list of files available for download for each code system. To get started, please follow the ‘Syndication Download Instructions’ below. 

Provincial/Territorial Terminology Server Administrators

If you or your team manage a Terminology Server, preferably an instance of OntoServer, then you may use the following syndication feeds to easily import new terminology data into your terminology server. This is essentially a synchronization feature, where updates to terminologies like SNOMED CT CA, pCLOCD and others, can be easily ingested into your instance of OntoServer on a regular basis. The formats of files available for download are FHIR JSON Resources and/or Indexed Binary data. Binary data is a product of processing that is done ahead of loading the data into the OntoServer instance; saving the user time and effort from having to repeat the process. Based on release cycles for the various code systems, you can create a script or CRON job to download newly available files from Infoway’s Terminology Server.

Syndication Download Instructions

This user guide will help you use the Syndication Feed to download the desired files. In this example, we use the SNOMED RF2 file.

Step-by-Step Instructions on Downloading files

  1. Please Ensure that you have a system account to download the files. Request Access Here
  2. Making an HTTP GET Request to the Syndication API.

    To retrieve the list of available files, use the following curl command:
    curl 'https://terminologystandardsservice.ca/syndication/alias/external_snomed/syndication.xml''
  3. Understanding the API Response

    The response will be in XML format and will look something like this:
  4.  

    <?xml version="1.0" encoding="UTF-8"?>
    <feed xmlns="http://www.w3.org/2005/Atom" xmlns:ncts="http://ns.electronichealth.net.au/ncts/syndication/asf/extensions/1.0.0" 
      xmlns:onto="http://ontoserver.csiro.au/syndication/">
      <title>initial-snomed_rf2</title>
      <link rel="alternate" href="https://terminologystandardsservice.ca/syndication/feed/20240831_001_SNOMED_RF2_RC/syndication.xml" />
      <subtitle />
      <id>urn:uuid:523dd9c5-3c05-47ab-aea1-61f476b989bf</id>
      <generator version="2.1.0">Atomio</generator>
      <updated>2024-08-29T15:43:00Z</updated>
      <ncts:atomSyndicationFormatProfile>http://ns.electronichealth.net.au/ncts/syndication/asf/profile/1.0.0</ncts:atomSyndicationFormatProfile>
      <entry>
        <title>Snomed RF2 Release 20240831</title>
        <link rel="alternate" type="application/zip" href="https://terminologystandardsservice.ca/syndication/feed/20240831_001_SNOMED_RF2_RC/entry/74a84814-0e52-421b-b948-51d41ac2f7bc/artefact/e3d1a6d6a92301607d80e7889d4f9f363065be44a8dc92e645a4de8dbf335843.zip" length="690979420" 
        ncts:sha256Hash="e3d1a6d6a92301607d80e7889d4f9f363065be44a8dc92e645a4de8dbf335843" />
        <category term="RF2" label="RF2 ZIP package" scheme="http://ontoserver.csiro.au/syndication/rf2" />
        <id>urn:uuid:74a84814-0e52-421b-b948-51d41ac2f7bc</id>
        <updated>2024-08-29T15:43:00Z</updated>
        <published>2024-08-29T15:43:00Z</published>
        <summary>Snomed RF2 Release 20240831</summary>
        <ncts:contentItemIdentifier>http://snomed.info/sct</ncts:contentItemIdentifier>
        <ncts:contentItemVersion>http://snomed.info/sct/20611000087101/version/20240831</ncts:contentItemVersion>
      </entry>
    </feed>
    
  5. Get a Token   : In order to download the file, you must get a token first. In order to get the token, you can call the authorization service with your Client ID and Client Secret. You must acquire these credentials using the system account access request form.

     

    curl --location --request POST 'https://terminologystandardsservice.ca/authorisation/auth/realms/terminology/protocol/openid-connect/token' \
    --data-urlencode 'grant_type=client_credentials' \
    --data-urlencode 'client_id={{client_id}}' \
    --data-urlencode 'client_secret={{client_secret}}'
    
  6. Downloading the File
    To download the file, use the `href` property from the <link> element in the sample response in section 2. You will need to include a Bearer token for authorization.
    First, obtain a token using your client ID and secret described in the previous section. Then, use the token in the following curl command to save the output to a file:

     

    curl 'https://terminologystandardsservice.ca/syndication/feed/20240831_001_SNOMED_RF2_RC/entry/74a84814-0e52-421b-b948-51d41ac2f7bc/artefact/e3d1a6d6a92301607d80e7889d4f9f363065be44a8dc92e645a4de8dbf335843.zip'
     -H 'Authorization: Bearer &ltyour_access_token&gt' -O snomed_rf2_release.zip
    

    Replace YOUR_ACCESS_TOKEN with the token you obtained and snomed_rf2_release.zip with your desired file name. 

  7. Verify the downloaded file
  8. From the XML response in section 2, you may use the ncts:sha256Hash property to verify the SHA256 checksum. Below are commands that can be used to generate the SHA256 hash locally on your machine and compare that to the one on the XML Response.

      • Windows Powershell Command
        Get-FileHash <file> -Algorithm SHA256
      • Linux Command
        sha256sum <file>
      • MacOS Command
        shasum -a 256 <file>

Read More

System Account – Access Request Form

A system account is required for making API calls to Infoway’s Terminology Server to access FHIR resources and to download various artifacts. Please fill out the request form below to request an account for either a human user or an application. Once you request a system account, Infoway will provide you with credentials to allow you and/or your system to access the terminology server APIs.

Some examples of where these system API calls would be required are:

  • Querying the Terminology Server FHIR API to access CodeSystems, ValueSets and more
  • Downloading files from the Terminology Server Syndication server
  • HL7 IG Publisher and Validator integration (Select API Key option below)

You must complete the Terminology Server System Account Request Form for each user or system that require API access to the Terminology Server.

 Please read the Terms of Use and License Agreements below.


Your contact details:

Fields marked with an asterisk* are mandatory.

Invalid Input

Invalid Input

Invalid Input

Invalid Input

Invalid Input

Application or System details:

This section is only necessary if you are requesting access for an application or system. Please provide information on who the system owner/manager is.

Invalid Input

Invalid Input

Invalid Input

Invalid Input

Invalid Input

Invalid Input

Use this option if you are a developer or tester wanting to consume, test or integrate our FHIR APIs into your own application. This is meant for personal use for development or testing purposes and not meant for deployment to an environment.

Invalid Input

Use this option if you are using these credentials for a deployed application or script in an environment.

Invalid Input

API Keys are available for use with legacy tools or applications such HL7 IG Publisher or Validator. If your application supports Oauth2, then it is recommended to use the above options. The FHIR API URL is different when you use the API key. Please refer to the documentation here.

Invalid Input

If you manage a terminology server or an application that requires the integration of our terminology, you may request this specific type of account. Upon approval, we will provide you with a comprehensive set of instructions and access to our systems, enabling you to download FHIR resources in JSON format. These JSON files can then be imported into any terminology server to meet your specific requirements.

If your needs cannot be met by selecting from the list of purposes above, use the description field below to provide additional reasons for your request:

Invalid Input

Reason for the Request


Use this field to describe the application you want to interact with the Terminology Server and include the purpose of the Terminology Server in this interaction.

Invalid Input

Invalid Input

Read More

System Account Requisition Process

 

Step 1: Request system access via form.

Step 2: Infoway will assess your request and either approve or request more information.

Step 3: Once approved, Infoway will notify you via email and provide instructions on how to retrieve your credentials (Client ID and Client Secret).

Step 4: Use your credentials to request a token using the Authentication Token URL.

Step 5: Use the token you received in step 4 to access the FHIR API.

Step 5a: Tokens expire every 30 mins, so repeat step 4 and 5 as often as you need.

 

API Endpoints

 

Get an Authorization Token

Your system user will be assigned a client ID and secret which can be used to request a token. This token is used in subsequent calls to the APIs for information.

Get Auth Token

curl --location --request POST 'https://terminologystandardsservice.ca/authorisation/auth/realms/terminology/protocol/openid-connect/token' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'client_id={{client_id}}' \
--data-urlencode 'client_secret={{client_secret}}'

Response

The access token below is used in subsequent calls as an Authorization HTTP Header.

{
     "access_token": "..."
     "expires_in": 1800,
     "refresh_expires_in": 0,
     "token_type": "Bearer",
     "not-before-policy": 0,
     "scope": ""

}

 

FHIR API Request

After getting the authorization token from the response above, you can make subsequent calls to the FHIR API. Below is just a simple example to show how to include the authorization token as a HTTP Header. Please review the Postman Collection listed below for more examples.

List Valuesets

curl --location --request GET
'https://terminologystandardsservice.ca/fhir/ValueSet/' \
--header 'Authorization: Bearer YYY'

 

Postman Collection

Postman is an online tool that helps to test and communicate with RESTful APIs. In order to make integration with the FHIR REST APIs easier, we have published a postman collection that can be used to authenticate, query, fetch and search the data on the Terminology Server. You must have appropriate access to be able to use some of the functions such as modifying data. Review the postman collection and use it as a template to get your own script of software application integrated with our APIs. You may be required to Fork the collection and save it under your own workspace in order to make any changes and send requests to the Terminology Server. We also have a GitHub repository with the Postman collection stored as a file which you can import into your own workspace. See details below.

Postman collection is here

 

GitHub Repository

You can also access the Postman collection from our GitHub repository. You can import the collection into your own Postman workspace and make any changes or modifications as you see fit. You can also send messages into the Terminology Server without needing to Fork the Collection.

[GitHub Repository] https://github.com/terminologystandardsservice/public

 

Fork a Collection

In order to use the collection, we have published, you must fork or copy the collection and bring it into your own workspace. You will require a Postman account which you can create for free, or have one for your company or organization. Once you have forked the collection, you can modify the requests and send requests to the Terminology Server. You will be able to view the responses on the bottom panel of the main screen.

  • Login to Postman.
  • Go to the postman collection here.
  • Click on the Terminology Standards Service Collection and on the right side, click on Fork.
  • Provide a fork label and a workspace name.
  • Select the "Watch original collection" checkbox.
  • Click Fork Collection.

image fork

image2 fork

 

Get Authorization Token in Postman

Before you can make any queries to the FHIR API, you must get an authorization token. You can either use your personal username and/or password for Terminology Server or a System account.

Personal Account

  • Login to Postman.
  • Navigate to the forked collection.
  • Click on Terminology Standards Service Collection.
  • Click on Authorization tab.
  • If you are using Postman for Desktop, please add the following URL as the Callback URL.  https://oauth.pstmn.io/v1/browser-callback
  • Click on Get new Access Token at the very bottom of the page.
  • It will take you to the login page. 
  • Enter your username and password to login. 
  • You will get a popup saying you "Authentication Complete".
  • Click Proceed. 
  • Click on Use Token
  • Now you can navigate to any of the examples and press the Send button to get a response from the Terminology Server.

personal account

image2 personal account

System Account

  • Process for using a system account is very similar to that of the personal account.
  • Login to Postman.
  • Navigate to the Forked Terminology Standards Service Collection.
  • Click on the Authorization tab.
  • Select Client Credentials under Grant Type.
  • Enter the Client ID and Client Secret in the appropriate fields.
  • Click on Get new Access Token.

image system account

 

Downloading Artifacts using Syndication API

Users can programmatically download files related to the various CodeSystems and ValueSets using the Syndication API. Files that are available for download are SNOMED CT CA RF2 files, CCDD files, pCLOCD files and ValueSet.The URLs below are publicly accessible meaning you do not require any credentials to access them. They are XML formatted and contains a list of files available for download for each code system. To get started, please follow the ‘Syndication Download Instructions’ below. You will require system account credentials to download the files.

Syndication Download Instructions

This user guide will help you use the Syndication API to download the desired files. In this example, we use the SNOMED RF2 file.


The Syndication API URL is https://terminologystandardsservice.ca/syndication/alias/<feed-name>/syndication.xml.
The SNOMED RF2 Feed URL is https://terminologystandardsservice.ca/syndication/alias/production_snomed_rf2/syndication.xml.

Step-by-Step Instructions

  1. Making an HTTP GET Request to the Syndication API.

    To retrieve the list of available files, use the following curl command:
    curl 'https://terminologystandardsservice.ca/syndication/alias/production_snomed_rf2/syndication.xml''
  2. Understanding the API Response

    The response will be in XML format and will look something like this:

    Response

    <?xml version="1.0" encoding="UTF-8"?>
    <feed xmlns="http://www.w3.org/2005/Atom" xmlns:ncts="http://ns.electronichealth.net.au/ncts/syndication/asf/extensions/1.0.0" 
      xmlns:onto="http://ontoserver.csiro.au/syndication/">
      <title>initial-snomed_rf2</title>
      <link rel="alternate" href="https://terminologystandardsservice.ca/syndication/feed/20240831_001_SNOMED_RF2_RC/syndication.xml" />
      <subtitle />
      <id>urn:uuid:523dd9c5-3c05-47ab-aea1-61f476b989bf</id>
      <generator version="2.1.0">Atomio</generator>
      <updated>2024-08-29T15:43:00Z</updated>
      <ncts:atomSyndicationFormatProfile>http://ns.electronichealth.net.au/ncts/syndication/asf/profile/1.0.0</ncts:atomSyndicationFormatProfile>
      <entry>
        <title>Snomed RF2 Release 20240831</title>
        <link rel="alternate" type="application/zip" 
      href="https://terminologystandardsservice.ca/syndication/feed/20240831_001_SNOMED_RF2_RC/entry/74a84814-0e52-421b-b948-51d41ac2f7bc/artefact/e3d1a6d6a92301607d80e7889d4f9f363065be44a8dc92e645a4de8dbf335843.zip" length="690979420" 
        ncts:sha256Hash="e3d1a6d6a92301607d80e7889d4f9f363065be44a8dc92e645a4de8dbf335843" />
        <category term="RF2" label="RF2 ZIP package" scheme="http://ontoserver.csiro.au/syndication/rf2" />
        <id>urn:uuid:74a84814-0e52-421b-b948-51d41ac2f7bc</id>
        <updated>2024-08-29T15:43:00Z</updated>
        <published>2024-08-29T15:43:00Z</published>
        <summary>Snomed RF2 Release 20240831</summary>
        <ncts:contentItemIdentifier>http://snomed.info/sct</ncts:contentItemIdentifier>
        <ncts:contentItemVersion>http://snomed.info/sct/20611000087101/version/20240831</ncts:contentItemVersion>
      </entry>
    </feed>

  3. Get a Token
    In order to download the file, you must get a token first. In order to get the token, you can call the authorization service with your Client ID and Client Secret. You must acquire these credentials using the system account access request form.

    curl --location --request POST 'https://terminologystandardsservice.ca/authorisation/auth/realms/terminology/protocol/openid-connect/token' \
    --data-urlencode 'grant_type=client_credentials' \
    --data-urlencode 'client_id={{client_id}}' \
    --data-urlencode 'client_secret={{client_secret}}'

  4. Downloading the File
    To download the file, use the href property from the <link> element in the sample response in section 2. You will need to include a Bearer token for authorization.
    First, obtain a token using your client ID and secret described in the previous section. Then, use the token in the following curl command to save the output to a file:

    curl 'https://terminologystandardsservice.ca/syndication/feed/20240831_001_SNOMED_RF2_RC/entry/74a84814-0e52-421b-b948-51d41ac2f7bc/artefact/e3d1a6d6a92301607d80e7889d4f9f363065be44a8dc92e645a4de8dbf335843.zip'
    -H 'Authorization: Bearer <your_access_token>' -O snomed_rf2_release.zip

    Replace YOUR_ACCESS_TOKEN with the token you obtained and snomed_rf2_release.zip with your desired file name.

  5. Verify the downloaded file

    From the XML response in section 2, you may use the ncts:sha256Hash property to verify the SHA256 checksum. Below are commands that can be used to generate the SHA256 hash locally on your machine and compare that to the one on the XML Response.

    • Windows Powershell Command
      Get-FileHash <file> -Algorithm SHA256
    • Linux Command
      sha256sum <file>
    • MacOS Command
      shasum -a 256 <file>

 

HL7 International Tools

HL7 international tools such as IG Publisher and Validator can now be integrated with our new Terminology Server.

How to Get Started

To begin, you will need to request an API key from Infoway, making it easy to configure HL7 tools (IG Publisher and Validator) for seamless terminology access. You will need to update the `fhir-settings.json` configuration file for the tool with the api key provided by Infoway. For more detailed instructions you can refer to HL7’s documentation. Infoway is also here to support you through the setup process if needed.

Supported Versions

  • HL7 IG Publisher version 1.8.1 or later
  • HL7 Validator version 6.5.0 or later

Note: Since this is a new configuration in the Infoway server and a recently introduced capability in the HL7 tooling, some adjustments may still be needed as we optimize. We welcome your feedback as we work to improve this functionality.

 

Accessing the Terminology Server APIs with an API Key

If your application does not support OAuth2 credentials (the preferred method), and you are using tools other than the HL7 tools mentioned above, then you can use an API Key to access the Terminology Server APIs as a final option. Follow these steps carefully, as the process differs from the OAuth2 flow.

  1. Use the Dedicated API Key URL
  2. Include the API Key in the HTTP Header
    • The API Key must be provided as an HTTP header in your requests.
      Api-Key: <your-api-key>
  3. Example CURL Command
    • Here is a sample CURL command to demonstrate how to make a request using the API Key:

      curl 'https://terminologystandardsservice.ca/tx/fhir' -H 'Api-Key: <your-api-key>'

Note

  • Syndication API Access: Downloads through the Syndication API are not available for API Key users. Only FHIR Resources are available.
  • Compatibility: Use API Keys only if your application does not support OAuth2.

 

Resources:

Read More

Terminology Server - FHIR API

Official FHIR API Documentation Here: https://ontoserver.csiro.au/docs/4.1/api-fhir.html

Request access to FHIR API: Click here

FHIR APIs on the Ontoserver platform are designed to facilitate seamless interaction with healthcare terminology resources. Ontoserver implements the Fast Healthcare Interoperability Resources (FHIR) standard, which is widely used for exchanging healthcare information electronically.

Key Features of FHIR APIs on Ontoserver:

  1. Terminology Resources: Ontoserver supports core FHIR terminology resources such as:
    • CodeSystem: A collection of codes with meanings (e.g., SNOMED CT CA, pCLOCD, CCDD etc).
    • ValueSet: A subset of codes from one or more CodeSystems, tailored for specific contexts.
    • ConceptMap: Defines relationships between codes in different ValueSets.
  2. Operations: Ontoserver provides advanced operations like:
    • $lookup: Retrieve details about a specific code within a CodeSystem.
    • $expand: Generate a list of codes in a ValueSet.
    • $validate-code: Check if a code is valid within a ValueSet.
  3. Automation and Integration: Developers can use Ontoserver's FHIR APIs to automate tasks such as:
    • Fetching terminology updates.
    • Validating codes against standards.
    • Mapping concepts between different terminologies.

Ontoserver's FHIR APIs are particularly useful for ensuring interoperability and standardization in healthcare applications. In order to access the new Terminology Server using its integrated FHIR APIs, developers will need credentials in the form of a Client ID and Client Secret in order to authenticate and retrieve an authorization token. Every application and/or developer will require their own separate credentials.

 API Endpoints

Authorization URL

https://terminologystandardsservice.ca/authorisation/auth/realms/terminology/protocol/openid-connect/auth

Access Token

https://terminologystandardsservice.ca//authorisation/auth/realms/terminology/protocol/openid-connect/token

FHIR API

https://terminologystandardsservice.ca/fhir

Obtaining an Authorization Token:

If you need to request a Client ID/Secret, you can do so here

curl --location --request POST 'https://terminologystandardsservice.ca/authorisation/auth/realms/terminology/protocol/openid-connect/token' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'client_id=YOUR_CLIENT_ID' \
--data-urlencode 'client_secret=YOUR_CLIENT_SECRET'

Example API Request:

curl --location --request GET 'https://terminologystandardsservice.ca/fhir/ValueSet/' \
--header 'Authorization: Bearer &ltYOUR_ACCESS_TOKEN&gt'

If you require more details on what operations and functionality that is supported, please review the official documentation for OntoServer. The link is provided at the top of this page. A Postman collection is also available with some samples to help you get started with our FHIR API.

Postman 

We’re excited to share that our GitHub repository includes Postman collection tests, making it easier for users to explore and interact with our APIs. These collections are designed to simplify testing and integration, saving you valuable time and effort. Feel free to browse, download, and use these collections to streamline your development process. We encourage you to dive in, experiment, and leverage these resources to make the most out of our offerings!

Read More

InfoCentral logo

Improving the quality of patient care through the effective sharing of clinical information among health care organizations, clinicians and their patients.