FHIR Implementation Guide for the Norwegian Municipal Sector
0.2.0 - ci-build
NO
FHIR Implementation Guide for the Norwegian Municipal Sector - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Official URL: https://kommune.conteir.no/CapabilityStatement/kommune-server-capabilitystatement | Version: 0.2.0 | |||
| Draft as of 2026-04-17 | Computable Name: KommuneFHIRServerCapabilityStatement | |||
Shows minimum search and read support for a municipal FHIR server for the prioritized main cases: discharge and follow-up, planned municipal follow-up, and service need, decision and assignment. Planned contacts can be exposed with Appointment where relevant. Measurement data from Welfare Technology Hub (VKP) and Patient's measurement data (PMD) is not defined as part of this minimum in v0.2.
Raw OpenAPI-Swagger Definition file | Download
json, xmlNote to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
serverMunicipal FHIR server with minimum search and read support for prioritized municipal main cases. Full create/read/update/delete (CRUD), booking, rescheduling and documentation write-back are not requirements in v0.2. Measurement data should be described together with Welfare Technology Hub (VKP) and Patient's measurement data (PMD) where those services are used.
Actual implementations SHOULD document authentication, authorization, trust framework, legal basis, logging/audit and whether HelseID, OAuth or OpenID Connect is used. FHIR references do not by themselves grant access rights to referenced resources.
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revinclude| Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|
| Patient | http://hl7.org/fhir/StructureDefinition/Patient | y | y | identifier, name | |||||
| Encounter | https://kommune.conteir.no/StructureDefinition/kommune-encounter | y | y | patient, status, date, episode-of-care | |||||
| EpisodeOfCare | https://kommune.conteir.no/StructureDefinition/kommune-episodeofcare | y | y | patient, status | |||||
| CarePlan | https://kommune.conteir.no/StructureDefinition/kommune-careplan | y | y | patient, subject, status | |||||
| Appointment | http://hl7.no/fhir/StructureDefinition/no-basis-Appointment | y | y | patient, date, status, identifier | |||||
| DocumentReference | http://hl7.org/fhir/StructureDefinition/DocumentReference | y | y | subject, type | |||||
| ServiceRequest | y | y | patient, subject, status |
read, search-type.Patient. SHOULD be represented with no-basis-Patient. Searches by Norwegian national identity number or D-number SHOULD use POST [base]/Patient/_search.
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | identifier | token | Search by Norwegian national identity number or D-number using POST _search. |
| SHALL | name | string |
read, search-type.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | patient | reference | |
| SHALL | status | token | |
| SHALL | date | date | Search within a date period, for example date=ge2026-01-01&date=le2026-03-31. |
| SHALL | episode-of-care | reference |
read, search-type.read, search-type.read, search-type.Planned contact. SHOULD use no-basis-Appointment where applicable. Included when planned contacts are exposed before completion; completed contacts are represented as Encounter.
| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | patient | reference | |
| SHALL | date | date | Search planned contacts within a date period, for example date=ge2026-01-01&date=le2026-03-31. |
| SHALL | status | token | |
| SHALL | identifier | token |
read, search-type.Decision or supporting document. SHOULD be represented with no-basis-DocumentReference.