Public
Documentation Settings

Snowstorm v8, FHIR R4

FHIR Terminology Services API on SNOMED International's open source SNOMED CT Terminology Server, Snowstorm, https://github.com/IHTSDO/snowstorm.

note You will need to set up an environment to use for url variable on the APIs. Either http://localhost:8080 if running a local instance or another URL of an instance available to you.

CodeSystem

Given a code/system, or a Coding, get additional details about the concept, including definition, status, designations, and properties

GETList Code Systems

{{url}}/CodeSystem?_count=10

List all CodeSystem resources on the server. Results limited to 10.

PARAMS
_count

10

Example Request
curl
curl --location -g '{{url}}/CodeSystem?_count=10'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETFind Code Systems by title

{{url}}/CodeSystem?title=new zealand

Find CodeSystem resources that match the supplied title.

PARAMS
title

new zealand

Example Request
curl
curl --location -g '{{url}}/CodeSystem?title=new%20zealand'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETFind CodeSystem by url and version

{{url}}/CodeSystem?url=http://snomed.info/sct&version=http://snomed.info/sct/731000124108/version/20220301

Find CodeSystem resources that match the supplied url and version.

PARAMS
url

http://snomed.info/sct

version

http://snomed.info/sct/731000124108/version/20220301

Example Request
curl
curl --location -g '{{url}}/CodeSystem?url=http%3A%2F%2Fsnomed.info%2Fsct&version=http%3A%2F%2Fsnomed.info%2Fsct%2F731000124108%2Fversion%2F20220301'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

Lookup