Page Status: updated 2025-12-04
FHIR Packages
Page index
Introduction
To support the implementation of the Swedish National Medication List (NLL), the Swedish eHealth Agency provides official FHIR packages through Simplifier. These packages contain all the technical artifacts required to comply with the NLL Implementation Guide, including profiles, extensions, value sets, code systems and examples.
The purpose of these packages is to give developers and system integrators a validated and versioned set of resources that ensures interoperability and alignment with Swedish healthcare standards. Each package corresponds to a specific version of the Implementation Guide, making it easy to select the correct artifacts for your environment.
What’s included in the packages?
- Profiles for key resources such as Medication, MedicationRequest, and MedicationDispense.
- National value sets and code systems.
- Extensions required for Swedish-specific requirements.
- Examples of usage.
How to use the packages
The NLL FHIR package can be accessed here: https://simplifier.net/packages/se.electronichealth.fhir.nll.r4/latest.
Download and installation options
- Direct download from Simplifier for manual import into your FHIR tool.
- Firely Terminal:
> fhir install se.electronichealth.fhir.nll.r4
- NPM (for FHIR-based projects):
> npm --registry https://packages.simplifier.net install se.electronichealth.fhir.nll.r4@<version>
These packages can be integrated into common FHIR tools such as Firely SDK or HAPI FHIR for validation and development.