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
Example Request
List Code Systems
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
Example Request
Find Code Systems by title
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
version
Example Request
Find CodeSystem by url and version
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers