Back to home
Tasks · T5
Verify terminology server access
Confirm that the Snowstorm terminology server and Spanish SNOMED CT edition are deployed and queryable.
Requirements
T1
Links
- Terminology appendix
Expected response
GET <national-node>:8180/fhir/CodeSystem returns HTTP 200 OK and includes the SNOMED CT CodeSystem.
Evidence
Exposed server URL visible from the internet.
Observations
Indicate any obstacles that prevent this activity from being completed correctly.
Requests to run
Collection
Terminology server - FHIR terminology
Verify uploaded terminology data
curl -X GET "${TERMINOLOGY_SERVER}/CodeSystem" \
-H "Accept: application/fhir+json"Expected response
HTTP 200 with a FHIR Bundle that includes the SNOMED CT CodeSystem and local CodeSystem resources when loaded.
