http://localhost:8080/fhir/CodeSystem
http://localhost:8080/fhir/CodeSystem/sct_900000000000207008_20200309
http://localhost:8080/fhir/CodeSystem?version:contains=20220131
http://localhost:8080/fhir/CodeSystem?publisher:contains=SNOMED
All the operations that can be performed directly against the CodeSystem endpoint (specifying a SNOMED Edition via a system or version parameter), can also be performed using the CodeSystem instance indentifier directly, instead of the equivalent parameters. There is no material difference between these two apporaches and the results are expected to be identical.
http://localhost:8080/fhir/CodeSystem/sct_900000000000207008_20200309/$validate-code?code=840539006 See CodeSystem Validate Code for more examples of validate code
http://localhost:8080/fhir/CodeSystem/sct_900000000000207008_20200309/$lookup?code=840539006 See CodeSystem Lookup for more examples of code lookup
http://localhost:8080/fhir/CodeSystem/sct_900000000000207008_20200309/$subsumes?codeA=399144008&codeB=73211009 See CodeSystem Subsumes for more examples of subsumption testing