FHIR Hackathon 2025 - Local Development build (v1.3.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Terminology
This page contains more detailed information about the Nordic tx FHIR server API and Terminology track.
Basic use cases
The basic use cases are described in the track description page and includes building IG using the nordic terminology server and accessing the terminology API.
Advanced use cases
Some advanced terminology assignments.
Add Codesystem to kodeverk IG
- Define a codesystem and corresponding valueset as FHIR resources:
- CodeSystem definition
- ValueSet definiton
- Debug the definition using IG publisher tools or fshschool tools on the internet.
- Add a pull request to kodeverk IG for the CodeSystem/ValueSet definitons.
Add Codesystem and ValueSet definition tx-nordic
Use the tx-nordic API to add a NamingSystem, CodeSystem and ValueSet definition to the server.
Build an IG that uses a ValueSet/CodeSystem
Build an IG using different terminology servers. What happens?
- Build a FHIR IG containting a profile that uses one of your defined ValueSets.
- Add an example that includes codes from the CodeSystem.
- Build the IG referring to the tx-nordic.
- Inspect the results, including the QA report to see if there are any errors.
- Compare QA report building using tx-nordic and not building using tx-nordic server.
Map FAT Codesystem to FHIR CodeSystem
Inspect finnkode.no and the API documentation for FAT-API.
- Is it possible to map the contents available for administrative codesystems to FHIR CodeSystems and ValueSets definitions?
- Make an example of a mapping containing the information available from FAT-API for a CodeSystem, preferably with a ValueSet containing all the code from the mapped CodeSystem.
- Can the mapping be described using a FHIR StructureMap or is another mapping language better suited?
- Make script for translation from FAT codesystem to FHIR codesystem.