Back to home
Tasks · T3
Set up regional codes
Import local codes from the provided spreadsheet into the terminology server.
Requirements
T8
Links
- Terminology server repository notes
- Terminology appendix
Expected response
The terminology server imports package.tgz successfully. Verify CodeSystem, ValueSet, and ConceptMap resources.
Evidence
Check with ITI-98 and ITI-101 lookup and translate operations.
Observations
Complete the spreadsheet, convert local terminologies into FHIR package.tgz, then import it with curl.
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 the expected local CodeSystem resources. The documentation expects 2 or 7 CodeSystems depending on the loaded package.
Collection
Terminology server - FHIR terminology
ValueSet/$expand
curl -X GET "${TERMINOLOGY_SERVER}/ValueSet/\$expand?url=${ALERGIAS_VALUESET_LOCAL}&filter=amox" \
-H "Accept: application/fhir+json"Expected response
HTTP 200 with a ValueSet expansion containing matching concepts.
