NO Municipal API
0.2.0 - ci-build

NO Municipal API - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Use Case Municipal Services

Use case Municipal Services

Municipal services are a part of the municipal healthcare system and various services are assigned to citizens according to their needs. The services are provided by the municipality.

The municipalities report on the services they provide to the citizens. The reporting is done by the municipality and is typically based on the data contained in a local EHR system. Services are classified by a service code as described by the Norwegian Directorate of Health and is documented in the National code repository

A national service for storing municipal services assigned to citizens

Typical use cases include:

Looking up the services assigned to a citizen when in a clinical context, e.g. when a citizen is admitted to a hospital.

Case workerCitizenEHR AHelseIDNHN Municipal ServicesEHR BHealth personelCase workerCase workerCitizenCitizenEHR AEHR AHelseIDHelseIDNHN Municipal ServicesNHN Municipal ServicesEHR BEHR BHealth personelHealth personel1Request municipal service2Process request and assign municipal service3Authenticate system / fetch access token4POST /services {patient: {Patient}, services: [{Municipal-service}], ..}5201 Created6Treatment with information needed about municipal services7Lookup municipal service for citizen8Authenticate system / fetch access token9GET /services/{patient-id}10200 OK {patient: {Patient}, services: [{Municipal-service}]}

Looking up all services of one type to analyze distribution of services in a municipality.

Case workerCitizenHealth administratorEHRHelseIDCase workerCase workerCitizenCitizenHealth administratorHealth administratorEHREHRHelseIDHelseID1Request municipal service2Process request and assign municipal service3Authenticate system / fetch access token4Search for municipal service of type X5200 OK {services: [{Municipal-service}]}