+ );
+}
diff --git a/next-app/src/app/about/partners/page.tsx b/next-app/src/app/about/partners/page.tsx
new file mode 100644
index 0000000..d2f98f6
--- /dev/null
+++ b/next-app/src/app/about/partners/page.tsx
@@ -0,0 +1,132 @@
+'use client';
+
+import { ReactElement } from 'react';
+import { ICardConfig, ICardContent } from '@/interfaces/types';
+import CardComponent from '@/components/CardComponent';
+import { TrackPageViewIfEnabled } from '@/util/cookiesHandling';
+
+// import elixirImage from '../assets/Partner logo/Elixir-Europe-logo-1.png';
+const dcImage = '/Partner logo/dc.png';
+const nbisImage = '/Partner logo/nbislogo_orange_txt_3cb0778d90.svg';
+const kawImage = '/Partner logo/kaw_sv_300x300.png';
+const kiImage = '/Partner logo/KI_digital_logotyp_positiv_RGB.png';
+const scilifelabImage = '/Partner logo/SciLifeLab_Logotype_Green_POS.png';
+
+
+export default function AboutPartnersPage(): ReactElement {
+ TrackPageViewIfEnabled();
+
+ const cardClasses: string = "flex flex-row justify-center items-center w-full h-full bg-white shadow-xl";
+ const cardConfig: { [id: string] : ICardConfig; } = {
+ 'dcCard': {
+ cardClasses: cardClasses + " pl-6",
+ titleClasses: "card-title",
+ subTitleClasses: "",
+ textClasses: "",
+ imgClasses: "object-contain h-56 w-56",
+ buttonClasses: "",
+ buttonPlacement: "",
+ },
+ 'kiCard': {
+ cardClasses: cardClasses,
+ titleClasses: "card-title",
+ subTitleClasses: "",
+ textClasses: "",
+ imgClasses: "object-contain h-72 w-72",
+ buttonClasses: "",
+ buttonPlacement: "",
+ },
+ 'ddlsCard': {
+ cardClasses: cardClasses + " pl-6",
+ titleClasses: "card-title",
+ subTitleClasses: "",
+ textClasses: "",
+ imgClasses: "object-contain h-56 w-56",
+ buttonClasses: "",
+ buttonPlacement: "",
+ },
+ 'kawCard': {
+ cardClasses: "w-full h-full card lg:card-side bg-white shadow-xl",
+ titleClasses: "card-title",
+ subTitleClasses: "",
+ textClasses: "",
+ imgClasses: "object-contain",
+ buttonClasses: "",
+ buttonPlacement: "",
+ },
+ 'nbisCard': {
+ cardClasses: cardClasses + " pl-10",
+ titleClasses: "card-title",
+ subTitleClasses: "",
+ textClasses: "",
+ imgClasses: "object-contain h-36 w-36",
+ buttonClasses: "",
+ buttonPlacement: "",
+ },
+ };
+
+ const cardContent: { [id: string] : ICardContent } = {
+ 'dcCard': {
+ title: "SciLifeLab Data Centre",
+ subTitle: "",
+ text: "SciLifeLab Data Centre is a central unit within SciLifeLab with responsibility for IT- and data management issues, serving the SciLifeLab and the Data Driven Life Science (DDLS) research program. At SciLifeLab, we see data as one of the most valuable and long-lasting products of our operations and strive to make our data FAIR, handled according to open science standards and that its long-term value to the scientific community is maximised.",
+ buttonText: "",
+ imageSrc: dcImage,
+ imageAlt: "SciLifeLab Data Centre logo",
+ },
+ 'kiCard': {
+ title: "Karolinska Institutet",
+ subTitle: "",
+ text: "Karolinska Institutet (KI) is a research-led medical university in Solna within the Stockholm urban area of Sweden and one of the foremost medical research institutes globally. KI hosts the Data Science Node in Precision Medicine and Diagnostics as part of the national Data-Driven Life Science program and associated to the SciLifeLab Data Platform.",
+ buttonText: "",
+ imageSrc: kiImage,
+ imageAlt: "Karolinska Institutet logo",
+ },
+ 'ddlsCard': {
+ title: "Data-Driven Precision Medicine and Diagnostics",
+ subTitle: "",
+ text: "The Data-Driven Life Science subject area hosted by KI concerns research that will make use of computational tools to integrate molecular and clinical data for precision medicine and diagnostic development. The focus is on data integration, analysis, visualisation, and data interpretation for patient stratification, discovery of biomarkers for disease risks, diagnosis, drug response and monitoring of health.",
+ buttonText: "",
+ imageSrc: scilifelabImage,
+ imageAlt: "Data-Driven Precision Medicine and Diagnostics logo",
+ },
+ 'kawCard': {
+ title: "SciLifeLab & Wallenberg National Program for Data-Driven Life Science",
+ subTitle: "",
+ text: "Life science research is becoming increasingly data-driven. The amount and complexity of data is also growing exponentially. Data is one of the most valuable products of research, and it is therefore crucially important that we ensure it is managed appropriately throughout its lifecycle. In response, SciLifeLab and The Knut and Alice Wallenberg Foundation (KAW) have launched the DDLS program in Sweden. This initiative aims to train and develop the next wave of life scientists, enhancing Sweden's capabilities in data science within the life sciences to achieve international competitiveness. The DDLS program has been funded by KAW for 12 years. SciLifeLab, as a national infrastructure for life science, coordinates this program in close collaboration with ten Swedish universities and the Swedish Museum of Natural History.",
+ buttonText: "",
+ imageSrc: kawImage,
+ imageAlt: "SciLifeLab & Wallenberg National Program for Data-Driven Life Science logo",
+ },
+ 'nbisCard': {
+ title: "National Bioinformatics Infrastructure Sweden and ELIXIR Sweden",
+ subTitle: "",
+ text: "National Bioinformatics Infrastructure Sweden (NBIS) is a distributed national research infrastructure supported by the Swedish Research Council (Vetenskapsrådet), Science for Life Laboratory, all major Swedish universities, and the Knut and Alice Wallenberg Foundation. It provides state-of-the-art bioinformatics to the life science research community in Sweden. NBIS is also the Swedish contact point to the European infrastructure for biological information, ELIXIR Europe.",
+ buttonText: "",
+ imageSrc: nbisImage,
+ imageAlt: "NBIS and ELIXIR Sweden logos",
+ },
+ };
+
+ return (
+ <>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ >
+ );
+}
\ No newline at end of file
diff --git a/next-app/src/app/about/product/page.tsx b/next-app/src/app/about/product/page.tsx
new file mode 100644
index 0000000..8a94073
--- /dev/null
+++ b/next-app/src/app/about/product/page.tsx
@@ -0,0 +1,19 @@
+'use client';
+
+import { ReactElement } from 'react';
+import { TrackPageViewIfEnabled } from '@/util/cookiesHandling';
+
+export default function AboutProductPage(): ReactElement {
+ TrackPageViewIfEnabled();
+
+ return (
+
+
+ The Precision Medicine Portal is part of the SciLifeLab DDLS node for Precision Medicine and Diagnostics at Karolinska institutet and funded by the Knut and Alice Wallenberg Foundation. Launching in autumn 2024, our overall goal is to support Swedish researchers with essential resources within precision medicine (or personalised medicine), such as relevant data sources, interactive data dashboards, data management support, and links to conferences, workshops and other Nordic precision medicine events.
+
+
+ Our website is divided into two repositories: a frontend React app and a backend using Python and Flask. While operated by the SciLifeLab Data Centre and partners, we very much welcome community contributions.
+
+ Human data for research can be accessed from various sources such as
+ medical records, quality registries, and research databases. If the
+ research involves sensitive personal data (definition available here),
+ the project must be approved by the Swedish Ethical Review Authority.
+ This requirement applies even if the sensitive personal data is
+ pseudonymised. Additionally, all necessary legal measures must be in
+ place before transferring data from the agency or organisation providing
+ the source data. Procedures for requesting and disclosing data vary
+ between different authorities and organisations.
+
+ {/* The first heading */}
+
+
Patient records and medical records
+
+ {/* Paragraph under the first heading */}
+
+ Healthcare staff document patient interactions, and after a
+ confidentiality assessment, this information can be requested for
+ medical research. In Sweden, the 21 regions are responsible for most
+ healthcare services, while municipalities handle services like home
+ care, and private practitioners manage their own records. Consequently,
+ to conduct research using patient records from across the country, it
+ may be necessary to request data from multiple sources.
+
+
+ {/* The second heading */}
+
+
Quality registers
+
+
+
+
+ {/* Paragraph under the second heading */}
+
+ The Swedish quality registries aim to improve the health care system by
+ collecting individualised health data about, for example, certain
+ diagnoses or problems (further information in Swedish). Data from a
+ certain registry can be requested by researchers after approval by a
+ steering group consisting of health care professionals and patient
+ representatives.
+
+
+ Healthcare providers must inform patients before their medical
+ information is collected in a quality register. This procedure differs
+ from the inclusion of a research subject in a study, where written
+ consent is required. However, personal data cannot be processed in a
+ quality register or research study if the individual objects. If a
+ person opposes the processing of their personal data after it has begun,
+ the information should be erased from the register as soon as possible
+ (further information in Swedish).
+
+
+ Every quality registry in Sweden is connected to one of six centres that
+ provide support:
+
+ The fields of Precision Medicine and Diagnostics encompass a wide range
+ of activities, including conferences, symposiums, and training sessions.
+ Even within Sweden and the broader Nordic region, keeping track of
+ ongoing and upcoming events can be challenging. Currently, there is no
+ centralized hub that covers all events across the Nordics. The Precision
+ Medicine Portal aims to simplify this process by providing a curated
+ overview, featuring links and descriptions of websites dedicated to
+ events in this research area.
+
+ If you would like to include your website in this overview, please reach
+ out to us via our contact form.
+
+ We collect information that your browser sends to us whenever you visit our Service, referred to as 'log data.' This data may include:
+
+
+
The website you visited us from
+
The parts of our Service you visit
+
The date and duration of your visit
+
Your anonymised IP address
+
Information about the device you used during your visit (device type, operating system, screen resolution, language, country you are located in, and web browser type)
+
+
+ We process this usage data using Matomo Analytics (hosted on SciLifeLab servers and operated solely by SciLifeLab)
+ for statistical purposes, to improve our Service, and to recognise and prevent any misuse. You can opt out of your statistics
+ being collected below. Note that the tracking opt-out feature requires cookies to be enabled.
+
+
{PrivacyPageContent.content[3].header}
+
{PrivacyPageContent.content[3].body}
+
{PrivacyPageContent.content[4].header}
+
{PrivacyPageContent.content[4].body}
+
{PrivacyPageContent.content[5].header}
+
{PrivacyPageContent.content[5].body}
+
+ >
+ );
+}
\ No newline at end of file
diff --git a/next-app/src/app/ragnar/answer/page.tsx b/next-app/src/app/ragnar/answer/page.tsx
new file mode 100644
index 0000000..c6a3065
--- /dev/null
+++ b/next-app/src/app/ragnar/answer/page.tsx
@@ -0,0 +1,118 @@
+"use client";
+
+import { ReactElement } from "react";
+import { TrackPageViewIfEnabled } from "@/util/cookiesHandling";
+import { ILink } from "@/interfaces/types";
+import Link from "next/link";
+import { Button } from "@/components/ui/button";
+import { Input } from "@/components/ui/input";
+import {
+ Card,
+ CardDescription,
+ CardHeader,
+ CardTitle,
+} from "@/components/ui/card";
+import { Search, Terminal } from "lucide-react";
+
+import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";
+
+export default function RAGAnswerPage(): ReactElement {
+ TrackPageViewIfEnabled();
+
+ const breadcrumbs: { [id: string]: ILink } = {
+ l1: { text: "Home", classes: "", link: "/" },
+ l2: { text: "RAGnar", classes: "", link: "" },
+ };
+
+ return (
+
+
+
+
+ Question asked comes here
+ Reply to be streamed in here.
+
+
+
Sources
+
+
+
+
+
+ Artile Title comes here
+
+
+ Authors, Journal, Year comes here
+
+
+
+
+
+
+
+ Artile Title comes here
+
+
+ Authors, Journal, Year comes here
+
+
+
+
+
+
+ Artile Title comes here
+
+
+ Authors, Journal, Year comes here
+
+
+
+
+
+
+ Artile Title comes here
+
+
+ Authors, Journal, Year comes here
+
+
+
+
+
+
+ );
+}
diff --git a/next-app/src/app/ragnar/ask/page.tsx b/next-app/src/app/ragnar/ask/page.tsx
new file mode 100644
index 0000000..2bc0bc6
--- /dev/null
+++ b/next-app/src/app/ragnar/ask/page.tsx
@@ -0,0 +1,98 @@
+"use client";
+
+import { ReactElement } from "react";
+import { TrackPageViewIfEnabled } from "@/util/cookiesHandling";
+import { ILink } from "@/interfaces/types";
+import Link from "next/link";
+import { Button } from "@/components/ui/button";
+import { Input } from "@/components/ui/input";
+import { Card, CardContent } from "@/components/ui/card";
+import { Search } from "lucide-react";
+
+export default function RAGAskPage(): ReactElement {
+ TrackPageViewIfEnabled();
+
+ const breadcrumbs: { [id: string]: ILink } = {
+ l1: { text: "Home", classes: "", link: "/" },
+ l2: { text: "RAGnar", classes: "", link: "" },
+ };
+
+ return (
+
+ );
+}
\ No newline at end of file
diff --git a/next-app/src/assets/Kvalitetsregister_geo_dates_02.09.2024.json b/next-app/src/assets/Kvalitetsregister_geo_dates_02.09.2024.json
new file mode 100644
index 0000000..728608d
--- /dev/null
+++ b/next-app/src/assets/Kvalitetsregister_geo_dates_02.09.2024.json
@@ -0,0 +1,2387 @@
+[
+ {
+ "name": "Barnobesitasregister i Sverige – BORIS",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "http://www.e-boris.se/",
+ "search_tags": [
+ "BORIS",
+ "childhood obesity",
+ "Sverige",
+ "obesity"
+ ],
+ "Information": "One of the world's largest and oldest registries for the treatment of childhood obesity. BORIS was established in 2005 and has over 40,000 registered individuals. In more than 40 scientific publications, BORIS has contributed to increased knowledge about childhood obesity.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2005"
+ },
+ {
+ "name": "Endovaskulär behandling av Stroke – EVAS-registret",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "http://www.evas-registret.se/",
+ "search_tags": [
+ "stroke",
+ "endovascular",
+ "stroke",
+ "Endovaskulär"
+ ],
+ "Information": "EVAS is, a government funded national quality registry in Sweden for endovascular stroke treatment with full transparency in every aspect. It is based on a modern, top-of-the-line data platform and works in close relationship and shares data with RIKS-STROKE, which is the equivalent for all stroke patients in the country.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2012"
+ },
+ {
+ "name": "Graviditetsregistret",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://www.medscinet.com/gr/default.aspx",
+ "search_tags": [
+ "Graviditetsregistret",
+ "baby",
+ "prenatal",
+ "postnatal",
+ "fetal",
+ "neonatal"
+ ],
+ "Information": "The purpose of the registry is to provide a solid foundation of data and results for healthcare services across the country. Data is collected from maternal healthcare, fetal diagnostics and delivery records. As of 2024, the registry includes data on roughly 58,500 pregnant individuals and about 63,600 deliveries.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2013"
+ },
+ {
+ "name": "InfCareHIV",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://infcarehiv.se/",
+ "search_tags": [
+ "HIV",
+ "InfCareHIV",
+ "immune",
+ "virus"
+ ],
+ "Information": "Includes all HIV clinics in Sweden, covering over 99% of those diagnosed with HIV. Key data collected at enrollment and follow-up include sex at birth, gender identity, transmission route, HIV RNA levels, CD4+ cell counts, drug resistance, and co-infections with hepatitis C and B. Medication start/stop dates, AIDS diagnoses, and causes of death are also recorded.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1983"
+ },
+ {
+ "name": "InfCareHepatit",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "http://www.infcarehepatit.se/",
+ "search_tags": [
+ "liver",
+ "hepatitis",
+ "virus",
+ "InfCareHepatit"
+ ],
+ "Information": "InfCareHepatit is a Swedish registry that includes individuals with Hepatitis B and C. It involves all infectious disease clinics in Sweden and one gastroenterology clinic, covering over 90% of Hepatitis C patients and a majority of those with Hepatitis B. The registry collects data on age, gender at birth, country of birth, virus type, viral load, transmission route, date of first positive Hepatitis B or C test, liver function tests, and fibrosis assessment results. For those receiving treatment, it also records medication type, treatment outcomes, and any complications such as liver cirrhosis or cancer.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "Kvalitetsregister för cystisk fibros – CF-registret",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://cf-registret.se/",
+ "search_tags": [
+ "lungs",
+ "cystic fibrosis",
+ "CF-registret"
+ ],
+ "Information": "The aim is to enhance the quality of care, survival rates, and quality of life for all cystic fibrosis (CF) patients in Sweden. It was established as a national quality registry in 2012. Since its inception, the purpose of the registry has been to continuously monitor all individuals with CF over time and ensure equitable and fair care throughout Sweden. The registry is utilised by the four CF centres in Sweden as well as some regional hospitals that treat CF patients.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2012"
+ },
+ {
+ "name": "Nationellt kvalitetsregister för assisterad befruktning – Q-IVF",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://www.medscinet.com/qivf/",
+ "search_tags": [
+ "reproduction",
+ "assisted reproduction",
+ "medscinet"
+ ],
+ "Information": "This registry is jointly managed by all IVF clinics in Sweden. The purpose of the registry is to continuously monitor treatment outcomes and any medical risks for both IVF children and the treated couples or women. It also provides participating clinics with data to support their development and quality improvement efforts.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2007"
+ },
+ {
+ "name": "Svenska hemofiliregistret",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://svenskahemofiliregistret.se/",
+ "search_tags": [
+ "hemophilia",
+ "bleeding",
+ "blood",
+ "hemofiliregistret"
+ ],
+ "Information": "Aims to effectively monitor this specific group of patients who often receive lifelong treatment, with the goal of enhancing the quality of care. Key metrics for assessing the effectiveness of the treatment include the annual number of bleeding episodes and joint damage. Joint damage is a long-term consequence of past joint bleeding and is evaluated through functional assessments using joint scores.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2015"
+ },
+ {
+ "name": "Svenska Intensivvårdsregistret – SIR",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://www.icuregswe.org/",
+ "search_tags": [
+ "SIR",
+ "Intensivvårdsregistret",
+ "intensive care",
+ "Svenska"
+ ],
+ "Information": "SIR aims to monitor and improve the quality of intensive care in Sweden within selected areas that are continuously tracked. Additionally, SIR aims to support the development of methods and research in intensive care, particularly in the field of epidemiology, as well as in other specific areas where collaboration among multiple centers is essential for conducting high-quality scientific studies.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "Svenska korsbandsregistret",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://www.aclregister.nu/",
+ "search_tags": [
+ "ACL",
+ "korsbandsregistret"
+ ],
+ "Information": "This registry collects data on anterior cruciate ligament injuries and treatments across Sweden. Its purpose is to improve patient care by tracking surgical techniques, outcomes, and rehabilitation, as well as supporting research and benchmarking clinical practices.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2005-05-01"
+ },
+ {
+ "name": "Svenska neuroregister",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://www.neuroreg.se/",
+ "search_tags": [
+ "neuroregister",
+ "nervous system",
+ "neurological treatments",
+ "Svenska"
+ ],
+ "Information": "The Swedish Neuro Register gathers data on patients with neurological diseases such as multiple sclerosis, Parkinson's disease, epilepsy, and neuromuscular disorders. It aims to enhance the quality of care by monitoring treatment outcomes and supporting research into these conditions.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2001"
+ },
+ {
+ "name": "Svensk Reumatologis Kvalitetsregister – SRQ",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "http://srq.nu/",
+ "search_tags": [
+ "arthritis",
+ "rheumatic disease",
+ "SRQ"
+ ],
+ "Information": "This registry focuses on patients with rheumatic diseases like rheumatoid arthritis and ankylosing spondylitis. It collects data on disease activity, treatments, and patient outcomes to improve care quality and facilitate research into better management strategies.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1995"
+ },
+ {
+ "name": "Svenskt neonatalt kvalitetsregister – SNQ",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://www.medscinet.com/pnq/",
+ "search_tags": [
+ "newborn",
+ "neonatal care",
+ "neonatalt",
+ "SNQ"
+ ],
+ "Information": "he SNQ collects extensive data on all newborns admitted to neonatal intensive care units (NICUs) in Sweden. This includes demographic information, birth details, diagnoses, treatments, complications, and outcomes. The data covers a wide range of neonatal conditions and interventions, such as respiratory support, infections, congenital anomalies, and more..",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2001"
+ },
+ {
+ "name": "InfCare Sprututbyte",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://infcare.com/",
+ "search_tags": [
+ "Sprututbyte",
+ "needle exchange",
+ "harm reduction",
+ "InfCare"
+ ],
+ "Information": "This registry is part of the InfCare system and collects data on individuals participating in needle exchange programs. This includes demographic details, health status, risk behaviours, and testing for infectious diseases like HIV and hepatitis. The registry also tracks the provision of services such as counselling, vaccinations, and referrals to healthcare or social services.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2016"
+ },
+ {
+ "name": "Nationellt register för levertransplantation",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "http://www.swepharm.se/",
+ "search_tags": [
+ "liver transplant",
+ "levertransplantatation"
+ ],
+ "Information": "This registry collects detailed information on all liver transplant procedures performed in Sweden, including data on donor and recipient characteristics, surgical techniques, post-transplant complications, immunosuppression protocols, and long-term follow-up outcomes such as graft survival and patient survival.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "1998"
+ },
+ {
+ "name": "Lungfibrosregistret",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "http://slmf.se/kvalitetsregister/lungfibrosregistret/",
+ "search_tags": [
+ "fibrosis",
+ "Lungfibrosregistret",
+ "lung",
+ "pulmonary"
+ ],
+ "Information": "The register collects data on patients diagnosed with pulmonary fibrosis, including patient demographics, diagnostic criteria, disease severity, treatment regimens, pulmonary function tests, and patient-reported outcomes. It also tracks disease progression and responses to different therapies over time. It aims to include data from all healthcare providers treating patients with pulmonary fibrosis in Sweden, covering both university hospitals and regional clinics. ",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2014"
+ },
+ {
+ "name": "Svenskt kvalitetsregister för atopiskt dermatit – SwedAD",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://swedad.nu/",
+ "search_tags": [
+ "skin",
+ "SwedAD",
+ "eczema",
+ "atopic dermatitis"
+ ],
+ "Information": "SwedAD collects detailed data on patients with atopic dermatitis, including demographic information, disease severity, treatment regimens, and patient-reported outcomes such as quality of life and symptom control. It also includes information on healthcare resource utilisation, like hospital visits and medications. It includes data from both specialised care centres and general practitioners.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2019"
+ },
+ {
+ "name": "Amputations- och Protesregistret Swedeamp",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://www.swedeamp.com/",
+ "search_tags": [
+ "amputation",
+ "swedeamp",
+ "prosthetic",
+ "limb"
+ ],
+ "Information": "SwedeAmp collects information on patients undergoing amputations and those fitted with prosthetics. This includes details on the type of amputation, surgical techniques, prosthetic fittings, complications, and rehabilitation outcomes. The registry also tracks patient-reported outcomes related to mobility, function, and quality of life. The registry includes data from all healthcare providers in Sweden that perform amputations and provide prosthetic services, ensuring nationwide coverage",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2011"
+ },
+ {
+ "name": "Barnkataraktregistret PECARE",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/pecare",
+ "search_tags": [
+ "paediatric",
+ "PECARE",
+ "eye",
+ "cataract"
+ ],
+ "Information": "PECARE focuses on children with cataracts, collecting data on diagnosis, surgical treatments, visual outcomes, and follow-up care. It also tracks complications and the use of visual aids post-surgery. The registry aims to improve understanding and management of paediatric cataracts in Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2006"
+ },
+ {
+ "name": "BPSD – Svenskt register för Beteendemässiga och Psykiska Symptom vid Demens",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://www.bpsd.se/",
+ "search_tags": [
+ "BPSD",
+ "dementia",
+ "psychological",
+ "demens"
+ ],
+ "Information": "The BPSD register collects data on individuals with dementia who exhibit behavioural and psychological symptoms. It includes information on symptom types and severity, pharmacological and non-pharmacological treatments, and care plans. The registry aims to improve the management of dementia-related symptoms and enhance patient care.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "CPUP – Uppföljningsprogram för Cerebral Pares",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://cpup.se/",
+ "search_tags": [
+ "treatment",
+ "palsy",
+ "cerebral palsy",
+ "cpup"
+ ],
+ "Information": "CPUP collects comprehensive data on individuals with cerebral palsy, including demographic information, motor function, associated conditions, interventions, and outcomes. It tracks long-term development and care needs, with an emphasis on preventing complications and improving quality of life. The program covers all children and adults with cerebral palsy in Sweden who receive specialised care.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "HAKIR – Handkirurgiskt kvalitetsregister",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://hakir.se/",
+ "search_tags": [
+ "hand",
+ "HAKIR",
+ "surgery",
+ "reconstruction"
+ ],
+ "Information": "HAKIR gathers data on patients undergoing hand surgery, including surgical details, complications, rehabilitation processes, and functional outcomes. It also collects patient-reported outcomes related to hand function and quality of life, which are crucial for assessing the success of various surgical procedures.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "Könsdysforiregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/konsdysforiregistret",
+ "search_tags": [
+ "dysphoria",
+ "gender",
+ "identity",
+ "Könsdysforiregistret"
+ ],
+ "Information": "This registry collects data on individuals undergoing assessment and treatment for gender dysphoria, including demographic information, psychological evaluations, medical and surgical treatments, and follow-up outcomes. It aims to monitor the quality of care provided to individuals with gender dysphoria and to support research in this field.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2017"
+ },
+ {
+ "name": "LKG-registret – Nationellt kvalitetsregister för läpp- käk- och/eller gomspalt",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://www.lkg-registret.se/",
+ "search_tags": [
+ "cleft lip",
+ "lip",
+ "palate"
+ ],
+ "Information": "Contains data on patients born with cleft lip, cleft palate, or both. It includes information on diagnosis, surgical interventions, follow-up care, speech and language outcomes, dental health, and psychosocial aspects. Data on patient demographics, types of clefts, and the timing and types of surgical procedures are also gathered. It has national coverage and includes data from all specialist centres in Sweden that treat cleft lip and palate. ",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "MMCUP – Kvalitetsregister för MMC (myelomeningocele) och annan neuralrörsdefekt",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://mmcup.se/",
+ "search_tags": [
+ "MMCUP",
+ "myelomeningocele",
+ "neural tube defect"
+ ],
+ "Information": "This registry collects data on patients with myelomeningocele (spina bifida) and other neural tube defects. It includes information on surgical interventions, neurological function, urological and orthopaedic outcomes, associated conditions, and patient-reported outcomes related to quality of life. It captures data on approximately 95% of all cases in Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2013"
+ },
+ {
+ "name": "Nationella Kataraktregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://www.kataraktreg.se/",
+ "search_tags": [
+ "eye",
+ "vision",
+ "cataract"
+ ],
+ "Information": " The register gathers comprehensive data on cataract surgeries performed in Sweden, including patient demographics, types of cataract, surgical techniques, intraocular lenses used, complications, and visual outcomes. This registry covers over 99% of all cataract surgeries in Sweden, including data from all ophthalmology clinics and hospitals performing these procedures.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1992"
+ },
+ {
+ "name": "Nationella Kvalitetsregistret för Infektionssjukdomar",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://www.infektionsregistret.se/",
+ "search_tags": [
+ "pathogen",
+ "infectious disease",
+ "infectious",
+ "infektionsregistret"
+ ],
+ "Information": "This registry collects data on patients diagnosed with various infectious diseases, including HIV, hepatitis, and tuberculosis. Information includes demographics, diagnostics, treatments, disease progression, and outcomes, as well as data on antimicrobial resistance and healthcare-associated infections. It covers most patients with infectious diseases treated in hospitals and clinics. ",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2007"
+ },
+ {
+ "name": "RIKSHÖFT",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://rikshoft.se/",
+ "search_tags": [
+ "RIKSHÖFT",
+ "fracture",
+ "hip",
+ "bone"
+ ],
+ "Information": "gathers data on patients with hip fractures, including demographic details, fracture types, treatments (surgical and non-surgical), complications, rehabilitation, and functional outcomes such as mobility and pain. It covers nearly all hospitals in Sweden that treat hip fractures, with around 90% of cases included in the registry.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1988"
+ },
+ {
+ "name": "SKaPa – Svenskt kvalitetsregister för Karies och Parodontit",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://www.skapareg.se/",
+ "search_tags": [
+ "Parodontit",
+ "dental caries",
+ "SKaPa",
+ "periodontitis"
+ ],
+ "Information": "SKaPa collects data on dental health, focusing on caries (tooth decay) and periodontitis (gum disease). Information includes dental examinations, treatment methods, preventive measures, and outcomes.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "SKRS – Svenskt Kvalitetsregister för Rehabilitering vid Synnedsättning",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/skrs",
+ "search_tags": [
+ "Synnedsättning",
+ "vision rehabilitation",
+ "eyesight"
+ ],
+ "Information": "SKRS collects data on individuals undergoing rehabilitation for visual impairment, including types of visual impairments, rehabilitation interventions, assistive devices used, and functional outcomes. The register includes data from all vision rehabilitation centres across Sweden, aiming for complete national coverage",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2015"
+ },
+ {
+ "name": "SQRTPA – Scandinavian Quality Register for Thyroid, Parathyroid and Adrenal surgery",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://sqrtpa.se/",
+ "search_tags": [
+ "parathyroid",
+ "thyroid",
+ "Adrenal",
+ "endocrine"
+ ],
+ "Information": "Data on patients undergoing surgery on the thyroid, parathyroid, or adrenal glands. It includes patient demographics, diagnoses, surgical details, pathology results, complications, and long-term outcomes. The registry includes data from major hospitals and surgical centres in Sweden, as well as in other Scandinavian countries.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2004"
+ },
+ {
+ "name": "Svenska Cornearegistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/cornea",
+ "search_tags": [
+ "transplant",
+ "corneal",
+ "Cornearegistret",
+ "vision"
+ ],
+ "Information": "Collects data on corneal surgeries, including corneal transplants. It tracks patient demographics, surgical techniques, donor and recipient details, complications, and visual outcomes. The registry includes data from all ophthalmology departments performing corneal surgeries in Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1996"
+ },
+ {
+ "name": "Svenska Nationella Fotledsregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://www.swedankle.se/",
+ "search_tags": [
+ "orthopedics",
+ "surgery",
+ "ankle",
+ "ankle surgery"
+ ],
+ "Information": "Data on ankle surgeries, including fracture types, surgical techniques, complications, rehabilitation, and functional outcomes such as mobility and pain.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1997"
+ },
+ {
+ "name": "Svenska Makularegistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://makulareg.se/",
+ "search_tags": [
+ "macular",
+ "eye",
+ "retina",
+ "macular diseases"
+ ],
+ "Information": "The registry gathers data on patients with macular diseases, such as age-related macular degeneration (AMD). It includes information on diagnosis, treatments (especially anti-VEGF injections), visual outcomes, and patient-reported outcomes. Includes data from all ophthalmology clinics treating macular diseases in Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "Svenska Skulder- och Armbågsregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/ssar",
+ "search_tags": [
+ "shoulder and elbow",
+ "Armbågsregistret",
+ "shoulder"
+ ],
+ "Information": "Data on shoulder and elbow surgeries, including patient demographics, diagnoses, surgical procedures, rehabilitation, complications, and outcomes such as range of motion and pain.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1999"
+ },
+ {
+ "name": "SweTrau – Svenska Traumaregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://www.swetrau.se/",
+ "search_tags": [
+ "SweTrau",
+ "Traumaregistret",
+ "trauma",
+ "injury"
+ ],
+ "Information": "SweTrau collects data on trauma patients, including types of injuries, severity, treatments provided, and outcomes such as survival rates and functional recovery. The registry includes data from all major trauma centres and emergency departments in Sweden, ensuring comprehensive national coverage of trauma care and outcomes.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2011"
+ },
+ {
+ "name": "AmbuReg – Ambulansregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/ambureg/",
+ "search_tags": [
+ "paramedic",
+ "AmbuReg",
+ "ambulance",
+ "emergency"
+ ],
+ "Information": "AmbuReg collects data on pre-hospital care provided by ambulance services in Sweden. This includes information on patient demographics, medical conditions, types of interventions performed, response times, and outcomes of pre-hospital treatment.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2016"
+ },
+ {
+ "name": "Analfistelregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register",
+ "search_tags": [
+ "Analfistelregistret",
+ "colorectal",
+ "anal",
+ "fistula"
+ ],
+ "Information": "This registry collects information on patients undergoing treatment for anal fistulas, including demographic data, types of fistulas, surgical and non-surgical treatments, complications, and outcomes such as healing rates and recurrence.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "GamReg Sweden – Kvalitetsregister för spel- och dataspelsberoende",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register/gamreg-sweden",
+ "search_tags": [
+ "gamreg",
+ "addiction",
+ "gambling addiction",
+ "gaming addiction"
+ ],
+ "Information": "GamReg collects data on individuals seeking treatment for gambling and gaming addiction. This includes information on demographics, types of addiction, treatments provided (such as counselling or medication), and outcomes related to addiction severity and recovery. The registry covers multiple treatment centres and clinics across Sweden that specialise in addiction therapy.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2019"
+ },
+ {
+ "name": "Glaukomregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register",
+ "search_tags": [
+ "optic nerve",
+ "glaucoma",
+ "vision",
+ "Glaukomregistret"
+ ],
+ "Information": "The Glaucoma Register collects data on patients diagnosed with glaucoma, including patient demographics, diagnostic criteria, intraocular pressure measurements, visual field data, treatments (medications or surgeries), and outcomes.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "LHON-registret – Registret för Lebers Hereditära Opticusneuropati",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://lhon-registret.se/om-lhon/",
+ "search_tags": [
+ "optic",
+ "Lebers",
+ "Leber's hereditary optic neuropathy",
+ "LHON-registret"
+ ],
+ "Information": "Data from the registry may be used to try to identify the risk of developing vision impairment. Since the registry not only includes individuals with vision impairment but also carriers of the genetic variants who have normal vision, the registry may eventually be used to identify environmental or lifestyle factors that preceded vision impairment.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2018"
+ },
+ {
+ "name": "LSR – Lund Stroke Register",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://portal.research.lu.se/sv/projects/lund-stroke-register",
+ "search_tags": [
+ "endovascular",
+ "Register",
+ "stroke",
+ "LSR"
+ ],
+ "Information": "The Lund Stroke Register collects data on patients admitted to the Lund University Hospital with a diagnosis of stroke. Data includes patient demographics, stroke type and severity, treatments provided, rehabilitation, and outcomes. The registry specifically covers patients treated at Lund University Hospital, providing detailed insights into stroke care and outcomes within this institution.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2001"
+ },
+ {
+ "name": "Njurtransplantationsregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register",
+ "search_tags": [
+ "Njurtransplantationsregistret",
+ "renal",
+ "transplant",
+ "kidney"
+ ],
+ "Information": "Collects data on kidney transplant procedures and outcomes.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "Barnkirurgi operationsregister",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register",
+ "search_tags": [
+ "paediatric surgeries",
+ "Barnkirurgi"
+ ],
+ "Information": "Monitors outcomes of paediatric surgeries.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "Register för brachyterapi vid uvealt melanom",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register",
+ "search_tags": [
+ "melanoma",
+ "brachytherapy",
+ "Register",
+ "uveal melanoma"
+ ],
+ "Information": "Tracks outcomes of brachytherapy for uveal melanoma.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "Sklerodermiregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register",
+ "search_tags": [
+ "skin",
+ "autoimmune",
+ "Sklerodermiregistret",
+ "scleroderma"
+ ],
+ "Information": "Monitors treatment outcomes for scleroderma patients.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "Svenska Lambåregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register",
+ "search_tags": [
+ "Svenska",
+ "Lambåregistret"
+ ],
+ "Information": "Tracks outcomes of flap surgeries and patient recovery.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "SweAAA – Svenskt Register för Abdominellt Aortaaneurysm",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register",
+ "search_tags": [
+ "aortic",
+ "abdominal aortic aneurysm",
+ "vascular"
+ ],
+ "Information": "Monitors outcomes of abdominal aortic aneurysm treatments.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "Sällsynta diagnoser",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register",
+ "search_tags": [
+ "rare disease",
+ "genetic"
+ ],
+ "Information": "Collects data on rare diseases, focusing on diagnosis and treatment outcomes.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "PsoReg – Nationellt register för systembehandling av psoriasis",
+ "registry_centre": [
+ "Registercentrum Norr"
+ ],
+ "url": "https://psoreg.se/",
+ "search_tags": [
+ "skin",
+ "psoriasis",
+ "PsoReg",
+ "psoriasis treatment"
+ ],
+ "Information": "soReg tracks patients undergoing systemic treatment for psoriasis, collecting data on treatment efficacy, patient demographics, disease severity, and quality of life. It covers dermatology clinics across Sweden, aiming for nationwide coverage to monitor long-term outcomes and improve patient care.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2006"
+ },
+ {
+ "name": "Riksstroke – Nationellt kvalitetsregister för strokesjukvård",
+ "registry_centre": [
+ "Registercentrum Norr"
+ ],
+ "url": "https://www.riksstroke.org/sve/",
+ "search_tags": [
+ "Riksstroke",
+ "endovascular",
+ "stroke",
+ "kvalitetsregister"
+ ],
+ "Information": "Riksstroke gathers data on stroke care, including patient characteristics, acute treatment, rehabilitation, and long-term follow-up. It covers all hospitals in Sweden, ensuring comprehensive national coverage, and provides insights into stroke outcomes and healthcare quality improvements.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1994"
+ },
+ {
+ "name": "Svenskt Bråckregister – Nationellt kvalitetsregister inom bråckkirurgi",
+ "registry_centre": [
+ "Registercentrum Norr"
+ ],
+ "url": "http://svensktbrackregister.se/",
+ "search_tags": [
+ "bråck"
+ ],
+ "Information": "This register collects information on hernia surgeries, including patient demographics, surgical techniques, complications, and outcomes such as recurrence rates. It covers hospitals and clinics performing hernia surgeries in Sweden, providing comprehensive national data on treatment quality.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1992"
+ },
+ {
+ "name": "GynOp – Nationella kvalitetsregister inom gynekologisk kirurgi",
+ "registry_centre": [
+ "Registercentrum Norr"
+ ],
+ "url": "https://www.gynop.se/",
+ "search_tags": [
+ "gynecological surgeries",
+ "GynOp",
+ "gynecological"
+ ],
+ "Information": "Tracks outcomes of gynaecological surgeries, collecting data on patient demographics, surgical methods, complications, and recovery. It covers nearly all hospitals in Sweden performing gynaecological surgeries, offering extensive national coverage to improve surgical outcomes and patient safety.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "SveATTR – Svenska transtyretinamyloidosregistret",
+ "registry_centre": [
+ "Registercentrum Norr"
+ ],
+ "url": "https://regionvasterbotten.se/for-vardgivare/kunskapsstod/kvalitetsregistret-sveattr",
+ "search_tags": [
+ "transtyretinamyloidosregistret",
+ "SveATTR"
+ ],
+ "Information": "SveATTR collects data on patients with transthyretin amyloidosis and genetic carriers. It tracks patient demographics, treatments, and outcomes to improve care and facilitate research. It includes data from hospitals across Sweden,",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2019"
+ },
+ {
+ "name": "DBS – Kvalitetsregister inom deep brain stimulation",
+ "registry_centre": [
+ "Registercentrum Norr"
+ ],
+ "url": "https://deepbrainstimulation.se/",
+ "search_tags": [
+ "DBS",
+ "stimulation",
+ "deep brain"
+ ],
+ "Information": "The registry tracks patients undergoing deep brain stimulation (DBS) for movement disorders. It collects data on surgical procedures, outcomes, and complications. Coverage includes hospitals performing DBS in Sweden,",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "CKG – Kardiovaskulär genetik",
+ "registry_centre": [
+ "Registercentrum Norr"
+ ],
+ "url": "https://www.regionvasterbotten.se/forskning/profilomraden/kardiovaskular-genetik",
+ "search_tags": [
+ "Kardiovaskulär",
+ "genetik",
+ "CKG",
+ "Cardiovascular"
+ ],
+ "Information": "This registry collects data on patients with genetic cardiovascular conditions, focusing on genetic information, treatments, and patient outcomes. It aims for national coverage.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "Terapeutisk aferes – Internationellt register för terapeutisk aferes behandling",
+ "registry_centre": [
+ "Registercentrum Norr"
+ ],
+ "url": "https://www.waa-registry.org/",
+ "search_tags": [
+ "aferes"
+ ],
+ "Information": "his international registry gathers data on therapeutic apheresis treatments, tracking patient demographics, procedures, and outcomes to improve treatment protocols across participating countries.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "1992"
+ },
+ {
+ "name": "AURICULA – Nationellt register för förmaksflimmer och antikoagulation",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/auricula/",
+ "search_tags": [
+ "atrial fibrillation",
+ "aFib"
+ ],
+ "Information": "This registry collects data on patients with atrial fibrillation, focusing on diagnostic procedures, treatments, and outcomes to improve care for those requiring anticoagulation. It covers hospitals and clinics across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2007"
+ },
+ {
+ "name": "GallRiks – Svenskt kvalitetsregister för gallstenskirurgi",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/gallriks/",
+ "search_tags": [
+ "GallRiks",
+ "cholecystectomy",
+ "gallstone surgery"
+ ],
+ "Information": "GallRiks monitors gallstone surgeries in Sweden, collecting data on over 12,000 gallbladder surgeries and 6,000 endoscopic procedures annually. It tracks complications, surgery types, and patient outcomes, aiming to reduce post-operative complications, which occur in 5-10% of cases. GallRiks covers all hospitals performing gallstone surgery, ensuring comprehensive national data.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2005"
+ },
+ {
+ "name": "Kateterablationsregistret – Nationellt kvalitetsregister för kateterablation vid hjärtrusningar",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "http://www.ablationsregistret.se/",
+ "search_tags": [
+ "kateterablation",
+ "cardiovascular"
+ ],
+ "Information": "This registry collects data on catheter ablation for arrhythmias, including procedural details and patient outcomes. It covers Swedish hospitals performing these procedures.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2004"
+ },
+ {
+ "name": "NRS – Nationellt register över smärtrehabilitering",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/nrs/",
+ "search_tags": [
+ "pain",
+ "pain rehab"
+ ],
+ "Information": "NRS gathers data on patients undergoing pain rehabilitation for chronic pain. It collects information on treatments, rehabilitation plans, and patient-reported outcomes to monitor and improve the quality of life for these patients. NRS covers clinics across Sweden and is aimed at both short- and long-term outcome analysis.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2009"
+ },
+ {
+ "name": "RiksSvikt – Nationellt kvalitetsregister för hjärtsvikt",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/rikssvikt/",
+ "search_tags": [
+ "RiksSvikt",
+ "hear disease"
+ ],
+ "Information": "RiksSvikt collects data on patients with heart failure, focusing on diagnostics, treatments, and long-term outcomes. It aims to ensure that 90% of patients are treated according to national guidelines, covering most hospitals across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2003"
+ },
+ {
+ "name": "RiksSår – Nationellt kvalitetsregister för svårläkta sår",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.rikssar.se/",
+ "search_tags": [
+ "svårläkta",
+ "RiksSår",
+ "wound"
+ ],
+ "Information": "This registry gathers data on patients with chronic wounds, focusing on wound types, treatments, and healing outcomes. It aims to improve care for patients with non-healing wounds and involves both primary and specialist care facilities across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2009"
+ },
+ {
+ "name": "Senior alert – Nationellt kvalitetsregister för vård och omsorg",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.senioralert.se/",
+ "search_tags": [
+ "Senior",
+ "senior alert",
+ "treatment"
+ ],
+ "Information": "Senior alert monitors the care of over 500,000 elderly patients annually. It tracks risks like falls, malnutrition, and pressure ulcers, with national coverage in elderly care facilities, hospitals, and home care.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "SOReg – Scandinavian Obesity Surgery Registry",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/soreg/",
+ "search_tags": [
+ "Obesity",
+ "Scandinavian",
+ "Surgery",
+ "SOReg"
+ ],
+ "Information": "SOReg collects data from approximately 7,000 patients annually undergoing bariatric surgery in Sweden. It monitors surgical types, complications, and long-term outcomes, covering all bariatric surgery centres in Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2007"
+ },
+ {
+ "name": "SPAHR – Svenska PAH & CTEPH registret",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/spahr/",
+ "search_tags": [
+ "registret",
+ "CTEPH",
+ "SPAHR"
+ ],
+ "Information": "Includes about 500 patients diagnosed with pulmonary arterial hypertension (PAH) and chronic thromboembolic pulmonary hypertension (CTEPH) in Sweden. It focuses on tracking diagnosis, treatments, and outcomes.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "SPOR – Svenskt perioperativt register",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/spor/",
+ "search_tags": [
+ "register",
+ "SPOR",
+ "UCR",
+ "perioperativt"
+ ],
+ "Information": "SPOR collects perioperative data from over 1.2 million surgeries annually in Sweden, focusing on anaesthesia and post-surgical recovery. The registry helps improve patient safety in surgical care across Swedish hospitals.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2011"
+ },
+ {
+ "name": "SveDem – Svenska registret för kognitiva sjukdomar/demenssjukdomar",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/svedem/",
+ "search_tags": [
+ "Cognitive",
+ "Dementia",
+ "UCR",
+ "SveDem"
+ ],
+ "Information": "SveDem tracks more than 90,000 patients with dementia, collecting data on cognitive evaluations, treatments, and long-term care plans. It includes primary care and memory clinics across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2007"
+ },
+ {
+ "name": "SWEDCON – Barnhjärtregistret (inkluderar GUCH, det vill säga vuxna med medfött hjärtfel)",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/swedcon/",
+ "search_tags": [
+ "GUCH",
+ "children",
+ "heart",
+ "SWEDCON"
+ ],
+ "Information": "SWEDCON focuses on congenital heart disease, tracking surgeries, treatments, and outcomes for children and adults with congenital heart defects. It includes all centres in Sweden treating congenital heart disease, ensuring comprehensive national coverage.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1998"
+ },
+ {
+ "name": "SWEDEHEART – Sammanslagning av RIKS-HIA, SEPHIA, SCAAR, TAVI, Svenska Hjärtkirurgiregistret och Kardiogenetikregistret.",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/swedeheart/",
+ "search_tags": [
+ "SEPHIA",
+ "SCAAR",
+ "TAVI",
+ "SwEDEHEART"
+ ],
+ "Information": "SWEDEHEART is a national registry that includes data from acute coronary care (RIKS-HIA), coronary angiography (SCAAR), heart surgery, and secondary prevention (SEPHIA). It covers nearly all cardiac care units in Sweden, providing comprehensive data on heart disease management",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2009"
+ },
+ {
+ "name": "SWEDEVOX – Andningssviktregistret över oxygenbehandling och respiratorbehandling i hemmet",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/swedevox/",
+ "search_tags": [
+ "oxygen",
+ "UCR",
+ "SWEDEVOX"
+ ],
+ "Information": "This registry collects data on patients receiving oxygen or ventilator therapy for respiratory failure at home. It tracks treatment outcomes and covers hospitals providing these services across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "SWEDVASC – Nationellt register för kärlkirurgi",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/swedvasc/",
+ "search_tags": [
+ "vain",
+ "SWEDVASC"
+ ],
+ "Information": "SWEDVASC includes more than 100,000 vascular surgery cases. It tracks procedures like aneurysm repairs and peripheral artery disease treatment from hospitals across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1994"
+ },
+ {
+ "name": "SVAR – Svenskt akutvårdsregister",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/svar/",
+ "search_tags": [
+ "acute",
+ "SVAR",
+ "acute care"
+ ],
+ "Information": "SVAR is a national registry designed to cover the entire emergency care process, including prehospital care, emergency departments, and acute wards. It currently tracks over 600,000 patient visits annually and aims to improve the quality of emergency care across Sweden. Data is automatically collected from patient records to ensure high coverage and reliability.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "TBI – Traumatic Brain Injury",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/tbi/",
+ "search_tags": [
+ "TBI",
+ "Brain",
+ "Injury",
+ "Traumatic"
+ ],
+ "Information": "The Traumatic Brain Injury registry collects data on patients with severe brain injuries, focusing on trauma mechanisms, treatments, and rehabilitation outcomes. While no specific patient numbers were found, this registry is part of broader national efforts to improve care for trauma patients across Sweden.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "ThoR – Allmän Thoraxkirurgi",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/thor/",
+ "search_tags": [
+ "ThoR",
+ "Thorax",
+ "Thoraxkirurgi"
+ ],
+ "Information": "collects data on surgeries involving the lungs, trachea, esophagus, pleura, pericardium, thymus, diaphragm, and the chest wall including bones and muscles. While a significant portion of the surgeries focus on lung cancer, it also includes data on surgeries for benign conditions. The registry tracks surgical outcomes and complications to improve thoracic surgery care across Sweden.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2009"
+ },
+ {
+ "name": "BRIMP – Bröstimplantatregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://brimp.registercentrum.se/",
+ "search_tags": [
+ "Breast implant",
+ "Bröstimplantatregistret",
+ "BRIMP"
+ ],
+ "Information": "BRIMP collects data on all breast implant procedures, including both cosmetic and reconstructive surgeries. It tracks implant types, surgical methods, and complications, aiming to improve patient safety. The registry covers all healthcare providers that perform breast implant surgeries in Sweden, with about 9,936 breast implants tracked in the Västra Götaland region between 2014 and 2021.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2014"
+ },
+ {
+ "name": "Kranio – Kranioregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://kranio.registercentrum.se/",
+ "search_tags": [
+ "Kranioregistret",
+ "Kranio",
+ "cranial"
+ ],
+ "Information": "This registry collects data on patients undergoing cranial surgery for congenital malformations, trauma, or other conditions. It tracks surgical outcomes, complications, and long-term recovery but does not have widely available patient numbers. Coverage includes hospitals performing cranial surgeries across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2023"
+ },
+ {
+ "name": "LVR – Luftvägsregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://lvr.registercentrum.se/",
+ "search_tags": [
+ "Luftvägsregistret",
+ "LVR",
+ "airways"
+ ],
+ "Information": "LVR gathers data on respiratory disorders, particularly focusing on patients requiring long-term oxygen or ventilator support. The registry tracks treatment types, patient demographics, and outcomes across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2013"
+ },
+ {
+ "name": "Nationellt kvalitetsregister för öron-, näs- och halssjukvård:",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://orl.registercentrum.se/",
+ "search_tags": [
+ "ear,",
+ "nose",
+ "throat",
+ "treatment"
+ ],
+ "Information": "Tracks treatments and outcomes for various ENT conditions. It includes nine sub-registries: surgery for hearing improvement with stapes prostheses, nasal septum surgery, tympanostomy tube surgeries, vocal cord surgery, hearing rehabilitation with hearing aids, cochlear implants, tonsillectomy, eardrum repair surgeries, and snoring surgeries. These registries cover hospitals and clinics across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1997"
+ },
+ {
+ "name": "NDR – Nationella Diabetesregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://ndr.registercentrum.se/",
+ "search_tags": [
+ "NDR",
+ "Nationella",
+ "Diabetes"
+ ],
+ "Information":"The data collected focuses on glycaemic control, risk factors, complications, and treatment outcomes for patients with both type 1 and type 2 diabetes. It promotes evidence-based healthcare by making data available to healthcare providers for regular comparison and quality improvement efforts. The NDR is one of the largest diabetes registries in the world, covering nearly 90% of patients with diabetes in Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1996"
+ },
+ {
+ "name": "NROK – Nationella registret för ortognatkirurgi",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://nrok.registercentrum.se/",
+ "search_tags": [
+ "orthognathic surgery",
+ "NROK"
+ ],
+ "Information": "This registry collects data on 900-1000 corrective jaw surgeries annually in Sweden. The focus is on improving care quality and ensuring equal access to treatment for patients with dentofacial anomalies. It tracks surgical outcomes and patient safety, helping to ensure consistent standards of care across clinics",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2018"
+ },
+ {
+ "name": "QregPV – Primärvårdens kvalitetsregister Västra Götaland",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://qregpv.registercentrum.se/",
+ "search_tags": [
+ "QregPV"
+ ],
+ "Information": "This registry focuses on primary care for conditions like hypertension and coronary artery disease. It includes data from over 200,000 patients, helping healthcare providers track and improve treatment outcomes.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2006"
+ },
+ {
+ "name": "Riksfot – Svenska fotkirurgiska registret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://fot.registercentrum.se/",
+ "search_tags": [
+ "foot",
+ "feet",
+ "Riksfot",
+ "surgery"
+ ],
+ "Information": "The Swedish Fracture Register (SFR) tracks over 900,000 fractures and registers over 100,000 new fractures each year. It collects data on all types of fractures, both surgical and non-surgical, to improve treatment outcomes and reduce complications. The registry is used in research and clinical improvement efforts across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2011"
+ },
+ {
+ "name": "SESAR – Svenska Sömnapnéregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://sesar.registercentrum.se/",
+ "search_tags": [
+ "apnea",
+ "SESAR",
+ "sleep apnea"
+ ],
+ "Information": " focuses on tracking the diagnosis, treatment, and follow-up of patients with suspected or confirmed sleep apnea (mostly obstructive sleep apnea, OSA). The registry now includes around 120,000 patients. The number of healthcare units reporting to SESAR has grown steadily, and as of 2023, over 50 units are actively contributing data. In the last year, approximately 40,000 patient care events were registered, showing significant growth in both reporting and registry coverage",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "SFR – Svenska Frakturregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://sfr.registercentrum.se/",
+ "search_tags": [
+ "SFR",
+ "fracture"
+ ],
+ "Information": "It aims to track all types of fractures treated in Sweden, with data covering fracture characteristics, patient demographics, injury types, and treatment outcomes. Both surgical and non-surgical treatments are recorded, including any subsequent reoperations or complications. The registry serves a dual purpose: improving clinical care through feedback on treatment outcomes and facilitating research. By 2023, more than 900,000 fractures had been registered, and over 100,000 new fractures are added each year. The SFR is notable for being implemented across all 54 orthopaedic departments in Sweden, with most achieving a completeness of 75-95% in matching fractures to official health databases.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2011"
+ },
+ {
+ "name": "SLR – Svenska Ledprotesregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://slr.registercentrum.se/",
+ "search_tags": [
+ "Ledprotesregistret",
+ "prothese",
+ "SLR"
+ ],
+ "Information": "s a national quality registry that tracks all hip and knee joint replacement surgeries, including primary operations, revisions, and osteotomies (surgical bone cuts to correct alignment) performed across Sweden. The registry was officially established in 2020 after merging two previously separate registers—the Swedish Hip Arthroplasty Register (started in 1979) and the Swedish Knee Arthroplasty Register (started in 1975). Since then, SLR has been systematically collecting data to monitor and improve the quality of joint replacement surgeries nationwide. The registry covers all units performing joint replacements in Sweden, ensuring a very high coverage rate.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2020"
+ },
+ {
+ "name": "SPOQ – Svenskt Pediatriskt Ortopediskt Qvalitetsregister",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://spoq.registercentrum.se/",
+ "search_tags": [
+ "Ortopediskt",
+ "orthopedic",
+ "child",
+ "Pediatric care"
+ ],
+ "Information": "was established in 2015 and focuses on five major pediatric orthopedic conditions: hip instability (DDH), Perthes disease, slipped capital femoral epiphysis (SCFE), clubfoot (PEVA), and patellar dislocation. These conditions are significant for child orthopedics in Sweden, as untreated or delayed interventions can lead to lifelong physical impairments. The primary goal of SPOQ is to monitor and improve the quality of care by ensuring timely diagnosis and treatment. It tracks patient outcomes to prevent long-term issues like residual deformities, early-onset osteoarthritis, and the need for reoperations later in life. Data from the registry is used to evaluate treatment methods and inform clinical practice, with approximately 1 in 800 children born in Sweden being diagnosed with clubfoot.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2015"
+ },
+ {
+ "name": "Svenska Artrosregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://artrosregistret.registercentrum.se/",
+ "search_tags": [
+ "svenska artros",
+ "arthritis"
+ ],
+ "Information": "It tracks data on osteoarthritis (OA) care across Sweden, focusing on non-surgical, first-line treatments like education, physical activity, and weight control. The register aims to monitor the effects of these interventions on patients' pain levels, physical activity, and overall health. As of 2023, over 225,000 patients have been registered, with data collected via questionnaires before treatment, three months after, and one year post-treatment.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "Svenska Hjärt- lungräddningsregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://shlr.registercentrum.se/",
+ "search_tags": [
+ "cardiopulmonary resuscitation"
+ ],
+ "Information": "Plays a key role in tracking and improving cardiopulmonary resuscitation (CPR) efforts in Sweden. This registry is a vital tool in improving the chain of survival for heart attack victims, tracking critical factors such as time to intervention, quality of care, and long-term patient outcomes. Approximately 2,500 in-hospital cardiac arrests are reported annually, and out-of-hospital cases are similarly recorded, aiming for full coverage.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1990"
+ },
+ {
+ "name": "Svenska Thoraxtransplantationsregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://strax.registercentrum.se/",
+ "search_tags": [
+ "Thoraxtransplantationsregistret",
+ "transplant"
+ ],
+ "Information": "The registry focuses on monitoring heart and lung transplantations performed at the only two hospitals in Sweden where these surgeries are conducted: Skånes University Hospital in Lund and Sahlgrenska University Hospital in Gothenburg. STRAX aims to systematically collect information about patients before, during, and after their transplantation. This includes data from the waiting list, details of the surgeries, and lifelong follow-ups to track the success of the transplants and manage complications. Approximately 60-70 heart and lung transplants are performed annually in Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2018"
+ },
+ {
+ "name": "Svenskt Register för Rehabiliteringsmedicin",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://svereh.registercentrum.se/",
+ "search_tags": [
+ "rehab",
+ "rehabilitation",
+ "Rehabiliteringsmedicin",
+ "svereh"
+ ],
+ "Information": "Aimed at improving rehabilitation services for patients with brain injuries, spinal cord injuries, and other complex conditions. The registry collects data on demographics, rehabilitation outcomes, waiting times, and patient satisfaction. The registry supports continuous improvement in service quality and is widely used for research purposes.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2021"
+ },
+ {
+ "name": "SWEAPS – Svenska registret för avancerad barn- och ungdomskirurgi",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://sweaps.registercentrum.se/",
+ "search_tags": [
+ "surgery",
+ "SWEAPS"
+ ],
+ "Information": "Gathers comprehensive data on children requiring complex surgical interventions due to congenital malformations in the esophagus, intestines, and urinary system. It covers rare conditions like esophageal atresia and congenital diaphragmatic hernia. The goal is to enhance care quality, reduce risks, and improve long-term patient outcomes. Data collected includes patient demographics, surgical details, and long-term follow-ups from specialised centres.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2016"
+ },
+ {
+ "name": "Bipolär- och psykosregistret – Nationellt kvalitetsregister för bipolär sjukdom och schizofrenispektrumtillstånd",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://bipsy.registercentrum.se/",
+ "search_tags": [
+ "Schizophrenia",
+ "bipolar",
+ "psychosis"
+ ],
+ "Information": "Collects and analyses data on patients with bipolar disorder and schizophrenia spectrum conditions. Currently, the registry covers around 13,000 individuals with bipolar disorder from 166 healthcare units across Sweden. It tracks variables such as the number of mood episodes, medication types, treatment outcomes, and age of onset. The data is used to improve the quality of care, evaluate new treatments, and support research in psychiatric care.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2004"
+ },
+ {
+ "name": "Bättre Beroendevård",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://battreberoendevard.registercentrum.se/",
+ "search_tags": [
+ "Beroendevård",
+ "addiction"
+ ],
+ "Information": "focuses on patients receiving specialised care for substance use disorders, covering diagnoses such as alcohol, opioid, and multi-substance dependencies (ICD-10 codes F10-F19). Established to improve the quality and accessibility of addiction treatment, the registry tracks data on care plans, participation in medication-assisted programs (e.g., LARO for opioid addiction), and questions about the patient’s family situation, such as the presence of minors. The registry collaborates with healthcare units across Sweden, ensuring that treatment outcomes are monitored and used to refine addiction care strategies.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2009"
+ },
+ {
+ "name": "Kvalitetsregister ECT",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://ect.registercentrum.se/",
+ "search_tags": [
+ "ECT",
+ "electroconvulsive therapy"
+ ],
+ "Information": "he registry includes data on electroconvulsive therapy (ECT) treatments, which are used primarily for severe psychiatric conditions like depression. It has a coverage rate of approximately 96% as of 2022, with all hospitals in Sweden that provide ECT contributing data. Since 2018, it has also tracked repetitive transcranial magnetic stimulation (rTMS) treatments, covering 11 regions and with a 90% data coverage rate.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2012"
+ },
+ {
+ "name": "Q-bup – Nationellt kvalitetsregister för barn- och ungdomspsykiatri",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://qbup.registercentrum.se/",
+ "search_tags": [
+ "peadiatric care",
+ "child psychiatry",
+ "psychiatry"
+ ],
+ "Information": "focused on psychiatric care for children and adolescents across Sweden. Its primary aim is to improve the quality and equality of mental health services by collecting comprehensive data from various regions. This data includes patient demographics, diagnoses, treatments, and outcomes, providing a national benchmark for psychiatric services. As of recent reports, it had a national coverage rate of around 22%, with higher regional coverage in areas like Kalmar, Stockholm, Gävleborg, and Jämtland/Härjedalen, reaching 76%.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2017"
+ },
+ {
+ "name": "Riksät – Nationellt kvalitetsregister för ätstörningsbehandling",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://riksat.registercentrum.se/",
+ "search_tags": [
+ "Riksät",
+ "psychiatry",
+ "eating disorder"
+ ],
+ "Information": "It initially focused on specialised eating disorder units but has since expanded to include all eating disorder care in Sweden. The registry collects detailed data on patients, such as treatment duration, outcomes, and patient satisfaction, aiming to improve care quality and follow-up of treatment effects. Currently, approximately 50 units participate across 21 regions.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1999"
+ },
+ {
+ "name": "RättspsyK – Nationellt rättspsykiatriskt kvalitetsregister",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://rattspsyk.registercentrum.se/",
+ "search_tags": [
+ "rättspsykiatriskt",
+ "RättspsyK",
+ "psychiatry"
+ ],
+ "Information": "t tracks patients receiving forensic psychiatric care in Sweden, which involves compulsory treatment following legal decisions. The registry collects comprehensive data on 25 different indicators, including treatment plans, risk assessments, recidivism in criminal activity, use of coercive measures, and patient health status. In 2023, the registry followed up on 2,070 patients, marking its highest recorded coverage since inception.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "SibeR – Svenska internetbehandlingsregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://siber.registercentrum.se/",
+ "search_tags": [
+ "–",
+ "internetbehandlingsregistret",
+ "SibeR"
+ ],
+ "Information": "Collects data on internet-based psychological treatments, including cognitive behavioural therapy (iCBT), targeting mental health conditions across psychiatry, primary care, and somatic care. By 2021, SibeR had seen increasing use, with a significant portion of the data—70%—being directly transferred from patient records, facilitating streamlined data collection. The registry covers a wide range of treatments, including recent expansions into areas such as ADHD in adults and gastrointestinal issues.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2015"
+ },
+ {
+ "name": "Barnnjurregistret (BNR)",
+ "registry_centre": [
+ "Registercentrum Sydost"
+ ],
+ "url": "http://barnnjurregistret.se/",
+ "search_tags": [
+ "Barnnjurregistret",
+ "BNR"
+ ],
+ "Information": "Collects data on children and adolescents with kidney diseases in Sweden. It aims to improve care quality and monitor long-term outcomes for these patients. The register includes data from all paediatric nephrology units across the country, covering several hundred individuals. Key variables include disease diagnosis, treatments, and progression.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1998"
+ },
+ {
+ "name": "Barnreumaregistret",
+ "registry_centre": [
+ "Registercentrum Sydost"
+ ],
+ "url": "http://barnreumaregistret.se/",
+ "search_tags": [
+ "Barnreumaregistret",
+ "reuma",
+ "rheumatic disease"
+ ],
+ "Information": "Collects data on children with paediatric rheumatic diseases in Sweden. Its main purpose is to monitor the progression of these diseases, treatments given, comorbidities, and the health and quality of life of patients. Data from patients are used to track short- and long-term effects of treatments, allowing healthcare providers to improve the quality of care. The register covers all relevant healthcare units in Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2009"
+ },
+ {
+ "name": "Registret för medfödda metabola sjukdomar (RMMS)",
+ "registry_centre": [
+ "Registercentrum Sydost"
+ ],
+ "url": "http://rmms.se/",
+ "search_tags": [
+ "born",
+ "RMMS"
+ ],
+ "Information": "Tracks and monitors 46 rare metabolic disorders. The registry aims to improve the care of individuals with inherited metabolic diseases by gathering comprehensive data on patient demographics, diagnoses, treatments, and outcomes. The registry currently has a national coverage rate of 71% (as of 2024). RMMS is critical for standardising care across different regions in Sweden and supports ongoing research and quality improvement in healthcare for these rare conditions. Approximately 50 new cases are diagnosed annually.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2013"
+ },
+ {
+ "name": "Svenska Barnhälsovårdsregistret (BHVQ)",
+ "registry_centre": [
+ "Registercentrum Sydost"
+ ],
+ "url": "http://bhvq.se/",
+ "search_tags": [
+ "child",
+ "BHVQ",
+ "Barnhälsovårdsregistret"
+ ],
+ "Information": "It collects comprehensive data on various health indicators for children, such as growth metrics, maternal mental health screenings, and language development assessments, across all child healthcare centres in Sweden. The registry includes variables such as vaccination status, parental support programs, and exposure to secondhand smoke, which are tracked from the child's first to final visits. BHVQ facilitates nationwide monitoring of child health services, supporting research and quality improvement initiatives.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2013"
+ },
+ {
+ "name": "PIDcare",
+ "registry_centre": [
+ "Registercentrum Sydost"
+ ],
+ "url": "http://pidcare.se/",
+ "search_tags": [
+ "PIDcare"
+ ],
+ "Information": "The PIDcare registry focuses on individuals with primary immunodeficiencies (PID) and was established to improve care by tracking patient data, treatment outcomes, and long-term health. It collects detailed information on diagnosis, genetic findings, treatments, and immunological parameters.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2012"
+ },
+ {
+ "name": "Svenskt Njurregister (SNR)",
+ "registry_centre": [
+ "Registercentrum Sydost"
+ ],
+ "url": "https://www.medscinet.net/snr/",
+ "search_tags": [
+ "SNR",
+ "Njurregister",
+ "kidney"
+ ],
+ "Information": "Was established to monitor and improve the quality of kidney care in Sweden, tracking various aspects of treatment for patients with chronic kidney disease, dialysis, and kidney transplants. The registry covers virtually all dialysis and transplant centres in Sweden, ensuring comprehensive national coverage. Data variables include patient demographics, treatment outcomes, transplantation statistics, and long-term survival rates. By 2023, SNR had registered over 18,300 kidney transplants, with around 6,400 patients living with a functioning transplant. Each year, the registry reports on approximately 523 transplantations and a large number of dialysis treatments.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1991"
+ },
+ {
+ "name": "Swespine",
+ "registry_centre": [
+ "Registercentrum Sydost"
+ ],
+ "url": "http://www.swespine.se/",
+ "search_tags": [
+ "Swespine",
+ "spine",
+ "spine disorders"
+ ],
+ "Information": "It monitors spine surgeries performed across Sweden's orthopedic and neurosurgery clinics. By 2023, the registry included around 192,800 registered operations, with approximately 10,000 new spine surgeries added each year. The registry covers about 95% of the relevant clinics in Sweden, with a completeness rate of 85%, meaning a high proportion of patients who undergo spine surgery are captured.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1998"
+ },
+ {
+ "name": "Swibreg",
+ "registry_centre": [
+ "Registercentrum Sydost"
+ ],
+ "url": "https://www.swibreg.se/",
+ "search_tags": [
+ "Swibreg"
+ ],
+ "Information": "Swibreg, the Swedish Inflammatory Bowel Disease Registry, was established to monitor and improve the care of individuals with inflammatory bowel diseases (IBD) like Crohn’s disease and ulcerative colitis. It tracks treatment outcomes, disease activity, and patient-reported quality of life across local, regional, and national levels. Swibreg currently includes data from over 64,000 registered patients.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2013"
+ },
+ {
+ "name": "Svenska Palliativregistret",
+ "registry_centre": [
+ "Registercentrum Sydost"
+ ],
+ "url": "https://palliativregistret.se/",
+ "search_tags": [
+ "Svenska",
+ "Palliativregistret",
+ "pallitative"
+ ],
+ "Information": "Designed to improve palliative care for patients at the end of life. The registry aims to cover all deaths in Sweden, regardless of diagnosis, age, or place of death. The registry includes data from approximately 90,000 deaths per year, contributing to continuous improvements in palliative care across various healthcare units. Variables collected include symptom management, patient and family support, and care preferences.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2005"
+ },
+ {
+ "name": "Nationellt kvalitetsregister akut lymfatisk leukemi",
+ "registry_centre": [
+ "RCC Mellansverige"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/blod-lymfom-myelom/akut-lymfatiskt-leukemi-all/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister akut lymfatisk leukemi"
+ ],
+ "Information": "Established to support the treatment and care of patients diagnosed with this aggressive form of blood cancer, the registry collects comprehensive data on demographics, diagnosis, treatment protocols, and patient outcomes. Data variables include genetic markers, chemotherapy protocols, and remission rates, helping healthcare providers make informed decisions for better outcomes.",
+ "category": [
+ "National cancer quality registry",
+ "leukemi",
+ "leukemia"
+ ],
+ "start_date": "1997"
+ },
+ {
+ "name": "Akut myeloisk leukemi (AML) inklusive akut oklassificerad leukemi (AUL)",
+ "registry_centre": [
+ "RCC Mellansverige"
+ ],
+ "url": "https://cancercentrum.se/samverkan/vara-uppdrag/kunskapsstyrning/kvalitetsregister/",
+ "search_tags": [
+ "Akut myeloisk leukemi (AML) inklusive akut oklassificerad leukemi (AUL)"
+ ],
+ "Information": "Focuses on collecting detailed data related to acute myeloid leukemia (AML) and acute undifferentiated leukemia (AUL) in Sweden. This national cancer quality registry collects information on patient demographics, genetic markers, treatment protocols, and outcomes, with the aim of improving the care and survival of patients with these aggressive hematologic malignancies. Includes data from diagnostic processes, chemotherapy, bone marrow transplants, and patient follow-up care. Coverage is comprehensive across Sweden, including nearly all diagnosed patients.",
+ "category": [
+ "National cancer quality registry",
+ "leukemia",
+ "AUL",
+ "AML"
+ ],
+ "start_date": "1997"
+ },
+ {
+ "name": "Nationellt Kvalitetsregister för Bröstcancer NKBC",
+ "registry_centre": [
+ "RCC Stockholm Gotland"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/brost/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt Kvalitetsregister för Bröstcancer NKBC"
+ ],
+ "Information": "It collects comprehensive data on breast cancer patients, covering diagnosis, treatments, and outcomes. The registry includes data on tumour characteristics, surgical interventions, radiotherapy, chemotherapy, and hormone therapies, as well as patient demographics. NKBC is crucial for improving the quality of breast cancer care across the country by enabling continuous monitoring and benchmarking of clinical practices. The registry includes nearly all diagnosed breast cancer cases in Sweden.",
+ "category": [
+ "National cancer quality registry",
+ "breast cancer",
+ "bröstcancer"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "Svenska kvalitetsregistret för gynekologisk cancer",
+ "registry_centre": [
+ "RCC Väst"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/gynekologi/kvalitetsregister/",
+ "search_tags": [
+ "Svenska kvalitetsregistret för gynekologisk cancer"
+ ],
+ "Information": "A registry for gynaecological cancers, covering cancers of the ovaries, uterus, cervix, and vulva. collects detailed information on patient demographics, tumour characteristics, treatments (surgical, radiological, and chemotherapeutic), and follow-up outcomes. Its aim is to enhance the quality of care provided to women diagnosed with gynaecological cancers through systematic data collection and analysis. By monitoring treatment efficacy and patient outcomes across the country, the registry facilitates improvements in clinical practices and supports research efforts. It includes nearly all gynaecological cancer cases treated in Sweden.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "Nationellt kvalitetsregister hudmelanom (SweMR)",
+ "registry_centre": [
+ "RCC Syd"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/hud-och-melanom/malignt-melanom/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister hudmelanom (SweMR)"
+ ],
+ "Information": "Focuses on tracking and improving the care and outcomes of patients diagnosed with skin melanoma. The registry collects extensive data on tumour characteristics, treatment approaches (such as surgery and immunotherapy), and patient follow-up information. Key variables include Breslow thickness, ulceration, and metastasis status, all of which are critical for prognosis. The registry covers nearly all melanoma cases diagnosed in Sweden",
+ "category": [
+ "National cancer quality registry",
+ "melanoma",
+ "skin cancer"
+ ],
+ "start_date": "2003"
+ },
+ {
+ "name": "Svenskt kvalitetsregister för huvud- och halscancer",
+ "registry_centre": [
+ "RCC Mellansverige"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/huvud-och-hals/kvalitetsregister/",
+ "search_tags": [
+ "Svenskt kvalitetsregister för huvud- och halscancer",
+ "throat cancer",
+ "cancer"
+ ],
+ "Information": "The registry focuses on collecting data from patients diagnosed with cancers of the oral cavity, pharynx, larynx, salivary glands, and other related areas. It gathers comprehensive data on tumour characteristics, treatment methods (such as surgery, radiotherapy, and chemotherapy), and patient outcomes. The registry is instrumental in improving the quality of care by enabling continuous monitoring of treatment effectiveness and survival rates. Covers nearly all cases of head and neck cancer in Sweden.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "Svenska Hypofysregistret",
+ "registry_centre": [
+ "RCC Mellansverige"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/hjarna-ryggmarg-och-hypofys/hypofys/kvalitetsregister-for-hypofystumorer/",
+ "search_tags": [
+ "Svenska Hypofysregistret",
+ "pituitary gland",
+ "cancer"
+ ],
+ "Information": "The Svenska Hypofysregistret is Sweden's national quality registry for pituitary tumours and other related conditions affecting the pituitary gland. The registry collects data on patient demographics, tumour types, treatment protocols (such as surgery, radiotherapy, and medical treatments), and long-term outcomes. It includes detailed information about hormonal imbalances caused by pituitary disorders and tracks the effects of different treatment approaches on patient recovery and quality of life. The registry covers cases from various healthcare providers across Sweden, ensuring that nearly all pituitary tumour patients are included.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2011"
+ },
+ {
+ "name": "Nationellt kvalitetsregister kronisk lymfatisk leukemi",
+ "registry_centre": [
+ "RCC Stockholm Gotland"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/blod-lymfom-myelom/kronisk-lymfatisk-leukemi-kll/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister kronisk lymfatisk leukemi"
+ ],
+ "Information": "The registry aims to collect comprehensive data on patients diagnosed with CLL, including demographic information, genetic markers, treatment approaches, and patient outcomes. Key variables tracked include treatment response, disease progression, and long-term survival rates. The registry provides insights into how different therapeutic strategies affect patient outcomes and supports ongoing clinical research.",
+ "category": [
+ "National cancer quality registry",
+ "CLL",
+ "leukemia"
+ ],
+ "start_date": "2007"
+ },
+ {
+ "name": "Svenska registret för cancer i lever, gallblåsa och gallvägar (SweLiv)",
+ "registry_centre": [
+ "RCC Väst"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/lever-och-galla/kvalitetsregister/",
+ "search_tags": [
+ "Svenska registret för cancer i lever, gallblåsa och gallvägar (SweLiv)",
+ "liver",
+ "gallbladder",
+ "cancer"
+ ],
+ "Information": "Sweden’s national quality registry for cancers of the liver, gallbladder, and bile ducts. The registry collects data on patient demographics, tumour characteristics, treatments such as surgery, chemotherapy, and radiotherapy, and long-term outcomes, including survival rates. SweLiv covers nearly all cases of liver, gallbladder, and biliary cancers treated in Sweden, providing a comprehensive dataset that helps guide clinical practice and supports research efforts to improve treatment strategies.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2009"
+ },
+ {
+ "name": "Nationellt kvalitetsregister lymfom",
+ "registry_centre": [
+ "RCC Stockholm Gotland"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/blod-lymfom-myelom/lymfom-lymfkortelcancer/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister lymfom"
+ ],
+ "Information": "Sweden’s national quality registry for lymphoma, covering various types of lymphatic cancers such as Hodgkin's lymphoma and non-Hodgkin's lymphoma. Collects detailed data on patient demographics, tumour characteristics, treatment methods (including chemotherapy, immunotherapy, and radiation), and long-term outcomes. It provides comprehensive national coverage, capturing nearly all lymphoma cases treated in Sweden. ",
+ "category": [
+ "National cancer quality registry",
+ "Hodking's lymphoma",
+ "lymphoma"
+ ],
+ "start_date": "2000"
+ },
+ {
+ "name": "Nationellt kvalitetsregister myelodysplastiskt syndrom",
+ "registry_centre": [
+ "RCC Mellansverige"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/blod-lymfom-myelom/myelodysplastiskt-syndrom-mds/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister myelodysplastiskt syndrom",
+ "blood disorder",
+ "myelodysplastic"
+ ],
+ "Information": "A quality registry for myelodysplastic syndromes, a group of blood disorders that affect the bone marrow and lead to inefficient blood cell production. Collects data on patient demographics, genetic mutations, disease subtypes, treatment protocols (such as supportive care, chemotherapy, and stem cell transplantation), and long-term outcomes. The registry covers nearly all diagnosed cases of MDS in Sweden.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "Nationellt kvalitetsregister myeloproliferativa sjukdomar",
+ "registry_centre": [
+ "RCC Mellansverige"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/blod-lymfom-myelom/myeloproliferativa-sjukdomar-mpn/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister myeloproliferativa sjukdomar",
+ "MPN",
+ "myeloproliferative"
+ ],
+ "Information": "This MPN registry collects data on patient demographics, disease subtypes, genetic markers (such as JAK2 mutations), treatments (including cytoreductive therapy, interferon, and bone marrow transplants), and long-term outcomes like disease progression and survival rates. Covering nearly all diagnosed cases in Sweden, this registry provides valuable insights for standardising treatment protocols and enhancing patient care.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "Nationellt kvalitetsregister myelom",
+ "registry_centre": [
+ "RCC Väst"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/blod-lymfom-myelom/myelom/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister myelom",
+ "myeloma"
+ ],
+ "Information": "Sweden’s national quality registry for multiple myeloma, a cancer of plasma cells. Collects comprehensive data on patients with myeloma, including patient demographics, genetic markers, disease stage, and treatment regimens such as chemotherapy, immunotherapy, and stem cell transplantation. ",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "Nationellt kvalitetsregister neuroendokrina buktumörer (GEP-NET)",
+ "registry_centre": [
+ "RCC Mellansverige"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/neuroendokrina-buktumorer/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister neuroendokrina buktumörer (GEP-NET)",
+ "GEP-NET"
+ ],
+ "Information": "The registry collects extensive data on patient demographics, tumour characteristics, genetic markers, treatments (such as surgery, targeted therapies, and peptide receptor radionuclide therapy), and patient outcomes like survival rates and tumour progression. GEP-NET provides nearly complete coverage of cases in Sweden.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "Cancer utan känd primärtumör, CUP",
+ "registry_centre": [
+ "RCC Norr"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/okand-primartumor/",
+ "search_tags": [
+ "Cancer utan känd primärtumör, CUP",
+ "CUP",
+ "primary origin"
+ ],
+ "Information": "Sweden's national quality registry for cancer of unknown primary origin. It collects detailed data on patient demographics, diagnostic procedures, treatment approaches (such as chemotherapy, radiotherapy, and palliative care), and patient outcomes.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2013"
+ },
+ {
+ "name": "Forskningsregister för skelettmetastaser",
+ "registry_centre": [
+ "RCC Stockholm Gotland"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/overgripande-kunskapsstod/skelettmetastaser/",
+ "search_tags": [
+ "Forskningsregister för skelettmetastaser",
+ "bone metastases",
+ "cancer"
+ ],
+ "Information": "Focuses on bone metastases and collects data on cancer type, treatment approaches (such as radiotherapy, surgery, or medication to strengthen bones), and patient outcomes like pain relief, mobility, and survival. The registry covers nearly all cases of skeletal metastases treated in Sweden, making it an essential tool for improving patient care and treatment strategies.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2009"
+ },
+ {
+ "name": "Nationellt kvalitetsregister sköldkörtelcancer",
+ "registry_centre": [
+ "RCC Väst"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/skoldkortel/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister sköldkörtelcancer",
+ "thyroid cancer",
+ "thyroid"
+ ],
+ "Information": "Sweden’s national quality registry for thyroid cancer, established to monitor and improve the care and outcomes for patients diagnosed with this type of cancer. The registry collects comprehensive data on patient demographics, tumour characteristics, genetic markers, treatment modalities (such as surgery, radioactive iodine therapy, and hormone replacement), and patient outcomes, including survival rates and recurrence.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2003"
+ },
+ {
+ "name": "SveReKKS - kvalitetsregister",
+ "registry_centre": [
+ "RCC Väst"
+ ],
+ "url": "https://cancercentrum.se/samverkan/vara-uppdrag/prevention-och-tidig-upptackt/Screening-tjock-och-andtarmscancer/sverekks/",
+ "search_tags": [
+ "SveReKKS - kvalitetsregister"
+ ],
+ "Information": "Focuses on colorectal cancer screening and prevention. Collects detailed data on screening participation rates, diagnostic results, follow-up procedures, and treatment outcomes. This registry supports Sweden’s organised colorectal cancer screening program, aimed at early detection and treatment of precancerous lesions and cancer in the colon and rectum. ",
+ "category": [
+ "National cancer quality registry",
+ "colorectal cancer"
+ ],
+ "start_date": "2017"
+ },
+ {
+ "name": "Nationellt kvalitetsregister för analcancer",
+ "registry_centre": [
+ "RCC Norr"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/tjocktarm-andtarm-och-anal/anal/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för analcancer"
+ ],
+ "Information": "Sweden’s national quality registry for anal cancer. It was established to improve the diagnosis, treatment, and outcomes of patients with this relatively rare form of cancer. The registry collects data on patient demographics, tumour characteristics, treatment methods (such as chemotherapy, radiotherapy, and surgery), and long-term patient outcomes, including survival rates and recurrence.",
+ "start_date": "2015",
+ "category": [
+ "National cancer quality registry",
+ "anal cancer"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för barncancer",
+ "registry_centre": [
+ "RCC Stockholm Gotland"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/barn/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för barncancer",
+ "peadiatric cancer",
+ "cancer"
+ ],
+ "Information": "Established to improve the care and outcomes for children diagnosed with cancer, it gathers detailed information on patient demographics, cancer types, treatment protocols (such as chemotherapy, radiotherapy, and surgery), and long-term outcomes. The registry covers nearly all cases of paediatric cancer across Sweden, tracking patient survival rates, treatment effectiveness, and any late effects of therapy.",
+ "start_date": "2011",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för bukspottkörtelcancer (Pankreasregistret)",
+ "registry_centre": [
+ "RCC Syd"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/bukspottkortel/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för bukspottkörtelcancer (Pankreasregistret)",
+ "pancreatic cancer"
+ ],
+ "Information": "The registry collects comprehensive data on patient demographics, tumour characteristics, genetic markers, treatment modalities (such as surgery, chemotherapy, and radiotherapy), and long-term outcomes, including survival rates. Covers nearly all pancreatic cancer cases in Sweden.",
+ "start_date": "2011",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationella Kvalitetsregistret för Cervixcancerprevention (NKCx)",
+ "registry_centre": [
+ "RCC Stockholm Gotland"
+ ],
+ "url": "https://cancercentrum.se/samverkan/vara-uppdrag/prevention-och-tidig-upptackt/gynekologisk-cellprovskontroll/kvalitetsregister/",
+ "search_tags": [
+ "Nationella Kvalitetsregistret för Cervixcancerprevention (NKCx)"
+ ],
+ "Information": "Includes data on screening, diagnosis, and treatment for cervical cancer across Sweden. It collects information on screening participation, follow-up procedures, and patient outcomes to monitor and improve the effectiveness of the national cervical cancer screening program. The registry covers nearly all eligible women in Sweden who participate in routine screening.",
+ "start_date": "1999",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för hjärntumörer och centrala nervsystemet",
+ "registry_centre": [
+ "RCC Norr"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/hjarna-ryggmarg-och-hypofys/hjarna-och-ryggmarg/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för hjärntumörer och centrala nervsystemet",
+ "CNS",
+ "brain tumour"
+ ],
+ "Information": "Sweden's national quality registry for brain tumours and central nervous system (CNS) cancers. t collects comprehensive data on patient demographics, tumour characteristics, genetic markers, treatment methods (such as surgery, radiotherapy, and chemotherapy), and long-term outcomes like survival rates and neurological function.",
+ "start_date": "2009",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för KML",
+ "registry_centre": [
+ "RCC Mellansverige"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/blod-lymfom-myelom/kronisk-myeloisk-leukemi-kml/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för KML",
+ "chronic lyeloid leukemia"
+ ],
+ "Information": "Collects detailed data on patients diagnosed with this specific type of leukemia, tracking treatment methods (such as tyrosine kinase inhibitors), disease progression, and long-term patient outcomes, including survival rates and quality of life. It covers most patients diagnosed with KML in the country. ",
+ "start_date": "2002",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för lungcancer",
+ "registry_centre": [
+ "RCC Mellansverige"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/lunga-och-lungsack/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för lungcancer",
+ "lung cancer"
+ ],
+ "Information": "It collects comprehensive data on patient demographics, tumour characteristics, diagnostic procedures, treatment approaches (such as surgery, radiotherapy, chemotherapy, and immunotherapy), and long-term outcomes, including survival rates. Covers almost all lung cancer cases in Sweden.",
+ "start_date": "2002",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för matstrups- och magsäckscancer (NREV)",
+ "registry_centre": [
+ "RCC Syd"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/matstrupe-och-magsack/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för matstrups- och magsäckscancer (NREV)",
+ "gastric cancers",
+ "cancer"
+ ],
+ "Information": "Sweden’s national quality registry for oesophageal and gastric cancers. It collects detailed data on patient demographics, tumour characteristics, diagnostic procedures, treatment modalities (including surgery, chemotherapy, and radiotherapy), and patient outcomes such as survival rates and post-treatment quality of life.",
+ "start_date": "2007",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för njurcancer",
+ "registry_centre": [
+ "RCC Norr"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/njure/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för njurcancer",
+ "kidney cancer"
+ ],
+ "Information": "The registry tracks patient demographics, tumour characteristics, treatment modalities (such as surgery, targeted therapies, and immunotherapies), and long-term outcomes, including survival rates and quality of life. By covering nearly all kidney cancer cases in Sweden, the registry plays a crucial role in improving treatment standards, facilitating clinical research, and informing national guidelines for managing kidney cancer.",
+ "start_date": "2005",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationella kvalitetsregistret för organiserad prostatacancertestning (SweOPT)",
+ "registry_centre": [
+ "RCC Väst"
+ ],
+ "url": "https://cancercentrum.se/samverkan/vara-uppdrag/prevention-och-tidig-upptackt/prostatacancertestning/kvalitetsregister/",
+ "search_tags": [
+ "Nationella kvalitetsregistret för organiserad prostatacancertestning (SweOPT)",
+ "prostate cancer",
+ "prostate"
+ ],
+ "Information": "The registry gathers comprehensive data on screening participation, test results (such as PSA levels), diagnostic procedures, and follow-up treatments, ensuring consistency and quality in prostate cancer testing across Sweden.",
+ "start_date": "2023",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för sarkom",
+ "registry_centre": [
+ "RCC Syd"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/sarkom/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för sarkom",
+ "ewings sarcoma",
+ "sarcoma"
+ ],
+ "Information": "The registry aims to improve the diagnosis, treatment, and outcomes for patients with various forms of sarcoma, including osteosarcoma, Ewing’s sarcoma, and soft tissue sarcomas. It collects data on patient demographics, tumour characteristics, surgical interventions, chemotherapy, and radiotherapy treatments, as well as long-term outcomes such as recurrence rates and survival.",
+ "start_date": "2009",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för testikelcancer seminom",
+ "registry_centre": [
+ "RCC Syd"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/testikel/kvalitetsregister/#:~:text=Det%20nationella%20kvalitetsregistret%20för%20seminom,behandling%20av%20testikelcancer%20i%20Sverige.",
+ "search_tags": [
+ "Nationellt kvalitetsregister för testikelcancer seminom",
+ "prostate cancer"
+ ],
+ "Information": "The registry aims to improve the quality of care by allowing clinics and regions to compare their data with national statistics, providing insights into survival rates, tumour stages, and treatment effectiveness. It also facilitates research, including biobanking initiatives, by providing information on biological samples",
+ "start_date": "2000",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för tjock- och ändtarmscancer",
+ "registry_centre": [
+ "RCC Sydöst"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/tjocktarm-andtarm-och-anal/tjock--och-andtarm/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för tjock- och ändtarmscancer",
+ "colorectal cancer"
+ ],
+ "Information": "It collects comprehensive data on patients diagnosed with colorectal cancer, focusing on diagnosis, surgical treatments, radiotherapy, chemotherapy, and outcomes. The aim is to improve treatment protocols and outcomes by comparing data across hospitals and regions. The registry covers all major hospitals in Sweden and ensures complete national coverage. As of recent years, it tracks thousands of new cases annually, with around 6,000 new patients added each year.",
+ "start_date": "2007",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för urinblåsecancer",
+ "registry_centre": [
+ "RCC Stockholm Gotland"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/urinblasa-urinvagar/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för urinblåsecancer",
+ "bladder cancer"
+ ],
+ "Information": "It collects detailed information on patients diagnosed with bladder cancer, including tumour stage, grade, treatment methods (such as surgery, radiotherapy, chemotherapy, or immunotherapy), and long-term outcomes. The primary aim is to improve clinical practice by tracking treatments and outcomes across all hospitals in Sweden, ensuring uniform quality standards. The registry also supports research by providing data for evaluating treatment effectiveness. Annually, around 2,000 new bladder cancer cases are registered.",
+ "start_date": "1997",
+ "category": [
+ "National cancer quality registry"
+ ]
+ }
+]
\ No newline at end of file
diff --git a/next-app/src/assets/Partner logo/Elixir-Europe-logo-1.png b/next-app/src/assets/Partner logo/Elixir-Europe-logo-1.png
new file mode 100644
index 0000000..e7d9f7b
Binary files /dev/null and b/next-app/src/assets/Partner logo/Elixir-Europe-logo-1.png differ
diff --git a/next-app/src/assets/Partner logo/KI_digital_logotyp_positiv_RGB.png b/next-app/src/assets/Partner logo/KI_digital_logotyp_positiv_RGB.png
new file mode 100644
index 0000000..51d7ee6
Binary files /dev/null and b/next-app/src/assets/Partner logo/KI_digital_logotyp_positiv_RGB.png differ
diff --git a/next-app/src/assets/Partner logo/SciLifeLab_Logotype_Green_NEG.png b/next-app/src/assets/Partner logo/SciLifeLab_Logotype_Green_NEG.png
new file mode 100644
index 0000000..eea3db2
Binary files /dev/null and b/next-app/src/assets/Partner logo/SciLifeLab_Logotype_Green_NEG.png differ
diff --git a/next-app/src/assets/Partner logo/SciLifeLab_Logotype_Green_POS.png b/next-app/src/assets/Partner logo/SciLifeLab_Logotype_Green_POS.png
new file mode 100644
index 0000000..2ad7178
Binary files /dev/null and b/next-app/src/assets/Partner logo/SciLifeLab_Logotype_Green_POS.png differ
diff --git a/next-app/src/assets/Partner logo/dc.png b/next-app/src/assets/Partner logo/dc.png
new file mode 100644
index 0000000..b4496a5
Binary files /dev/null and b/next-app/src/assets/Partner logo/dc.png differ
diff --git a/next-app/src/assets/Partner logo/elixir-tess.svg b/next-app/src/assets/Partner logo/elixir-tess.svg
new file mode 100644
index 0000000..053344c
--- /dev/null
+++ b/next-app/src/assets/Partner logo/elixir-tess.svg
@@ -0,0 +1,20 @@
+
diff --git a/next-app/src/assets/Partner logo/gms-logo.png b/next-app/src/assets/Partner logo/gms-logo.png
new file mode 100644
index 0000000..cc35610
Binary files /dev/null and b/next-app/src/assets/Partner logo/gms-logo.png differ
diff --git a/next-app/src/assets/Partner logo/kaw_sv_300x300.png b/next-app/src/assets/Partner logo/kaw_sv_300x300.png
new file mode 100644
index 0000000..813d6f0
Binary files /dev/null and b/next-app/src/assets/Partner logo/kaw_sv_300x300.png differ
diff --git a/next-app/src/assets/Partner logo/ki-logo.jpg b/next-app/src/assets/Partner logo/ki-logo.jpg
new file mode 100644
index 0000000..75b56af
Binary files /dev/null and b/next-app/src/assets/Partner logo/ki-logo.jpg differ
diff --git a/next-app/src/assets/Partner logo/nbislogo_orange_txt_3cb0778d90.svg b/next-app/src/assets/Partner logo/nbislogo_orange_txt_3cb0778d90.svg
new file mode 100644
index 0000000..8b38ca5
--- /dev/null
+++ b/next-app/src/assets/Partner logo/nbislogo_orange_txt_3cb0778d90.svg
@@ -0,0 +1,288 @@
+
+
+
+
\ No newline at end of file
diff --git a/next-app/src/assets/Partner logo/sll_dp_outline.svg b/next-app/src/assets/Partner logo/sll_dp_outline.svg
new file mode 100644
index 0000000..812cfc6
--- /dev/null
+++ b/next-app/src/assets/Partner logo/sll_dp_outline.svg
@@ -0,0 +1,134 @@
+
+
+
diff --git a/next-app/src/assets/Partner logo/swe_pathogens_logo.png b/next-app/src/assets/Partner logo/swe_pathogens_logo.png
new file mode 100644
index 0000000..fa2650c
Binary files /dev/null and b/next-app/src/assets/Partner logo/swe_pathogens_logo.png differ
diff --git a/next-app/src/assets/SciLifeLab logo/Precisionmedicineportal_logo_white.png b/next-app/src/assets/SciLifeLab logo/Precisionmedicineportal_logo_white.png
new file mode 100644
index 0000000..57e7c16
Binary files /dev/null and b/next-app/src/assets/SciLifeLab logo/Precisionmedicineportal_logo_white.png differ
diff --git a/next-app/src/assets/TeamPics/JanTeamPic.jpg b/next-app/src/assets/TeamPics/JanTeamPic.jpg
new file mode 100644
index 0000000..427248b
Binary files /dev/null and b/next-app/src/assets/TeamPics/JanTeamPic.jpg differ
diff --git a/next-app/src/assets/TeamPics/MarTeamPic.png b/next-app/src/assets/TeamPics/MarTeamPic.png
new file mode 100644
index 0000000..23ab9cb
Binary files /dev/null and b/next-app/src/assets/TeamPics/MarTeamPic.png differ
diff --git a/next-app/src/assets/TeamPics/NatTeamPic.jpg b/next-app/src/assets/TeamPics/NatTeamPic.jpg
new file mode 100644
index 0000000..87fa4ac
Binary files /dev/null and b/next-app/src/assets/TeamPics/NatTeamPic.jpg differ
diff --git a/next-app/src/assets/TeamPics/SamTeamPic.jpg b/next-app/src/assets/TeamPics/SamTeamPic.jpg
new file mode 100644
index 0000000..5636266
Binary files /dev/null and b/next-app/src/assets/TeamPics/SamTeamPic.jpg differ
diff --git a/next-app/src/assets/TeamPics/SebTeamPic.png b/next-app/src/assets/TeamPics/SebTeamPic.png
new file mode 100644
index 0000000..868c3d8
Binary files /dev/null and b/next-app/src/assets/TeamPics/SebTeamPic.png differ
diff --git a/next-app/src/assets/images/dataSourcesIndexImage.png b/next-app/src/assets/images/dataSourcesIndexImage.png
new file mode 100644
index 0000000..ddce966
Binary files /dev/null and b/next-app/src/assets/images/dataSourcesIndexImage.png differ
diff --git a/next-app/src/assets/images/eventsAndTrainingsIndexImage.png b/next-app/src/assets/images/eventsAndTrainingsIndexImage.png
new file mode 100644
index 0000000..8861565
Binary files /dev/null and b/next-app/src/assets/images/eventsAndTrainingsIndexImage.png differ
diff --git a/next-app/src/assets/images/hedestamIndexImage.png b/next-app/src/assets/images/hedestamIndexImage.png
new file mode 100644
index 0000000..7f45683
Binary files /dev/null and b/next-app/src/assets/images/hedestamIndexImage.png differ
diff --git a/next-app/src/components/AboutPageComponent.tsx b/next-app/src/components/AboutPageComponent.tsx
new file mode 100644
index 0000000..3429e28
--- /dev/null
+++ b/next-app/src/components/AboutPageComponent.tsx
@@ -0,0 +1,58 @@
+'use client';
+
+import { ReactElement } from 'react';
+import {
+ H_1,
+} from '@/constants';
+import Link from 'next/link';
+import { ILink, } from '@/interfaces/types';
+import { usePathname } from 'next/navigation';
+
+export default function AboutPage(): ReactElement {
+ const pageTitle: string = "About Us";
+
+ const breadcrumbs: { [id: string] : ILink; } = {
+ 'l1': { text: 'Home', classes: '', link: '/' },
+ 'l2': { text: 'About', classes: '', link: '' },
+ };
+
+ const currentRoute = usePathname();
+
+ const paths = {
+ 'Product': '/about/product',
+ 'FAQ': '/about/faq',
+ 'Team': '/about/team',
+ 'Partners': '/about/partners'
+ }
+
+ return (
+ <>
+
+
+
+ {Object.keys(breadcrumbs).map( key => (
+
{breadcrumbs[key as keyof typeof breadcrumbs].link ? {breadcrumbs[key].text} : <>{breadcrumbs[key].text}>}
+ >
+ );
+}
\ No newline at end of file
diff --git a/next-app/src/components/AccordionComponent.tsx b/next-app/src/components/AccordionComponent.tsx
new file mode 100644
index 0000000..75d36ad
--- /dev/null
+++ b/next-app/src/components/AccordionComponent.tsx
@@ -0,0 +1,64 @@
+import { ReactElement } from 'react'
+
+export default function AccordionComponent(): ReactElement {
+
+ return (
+ <>
+
+
+
+
+ What is the Data Science Node in Precision Medicine & Diagnostics?
+
+
+
We are one out of the four Data Driven Life Science's nodes at SciLifeLab; our node is hosted by Karolinska Institutet. Established in late 2023, we are currently organising our efforts to develop technologies and data support that aid Swedish precision medicine researchers and bridge the gap between hospital and research. By providing robust data science tools and support, we aim to empower researchers who focus on enhancing diagnostics and personalised treatment strategies, facilitating the translation of precision medicine innovations into clinical practice. Our work is specifically driven by the Data Centre, a central hub within SciLifeLab.
+
+
+
+
+
+ How do you take the FAIR principles into account in your work?
+
+
+
We incorporate the FAIR principles by keeping our code open on a GitHub repository (link) and want to offer several dashboards with open data for researchers. We aim to make data on our portal findable and accessible, as well as providing detailed dataset descriptions, thus enhancing reusability. We address interoperability on our platform by actively participating in national and international projects that aim to create a cohesive precision medicine ecosystem and a coordinated exchange system of data between regions and EU countries.
+
+
+
+
+
+ How can I provide feedback or suggest improvements for the portal?
+
+
+
We highly value your feedback. Please share your suggestions and comments through the contact form.
+
+
+
+
+
+ Where do the courses and events you diplay come from? Where can I submit event information?
+
+
+
The majority of events and training sessions are sourced from external APIs, with contributions from both SciLifeLab Training Hub and NBIS. If you have an API that enables the fetching of relevant events in the fields of precision medicine and diagnostics, please reach out to our team via the contact form. If you have individual events or courses that you would like us to feature, please contact us, and we could display it on our page. In the future, we plan to offer a specific form that will allow you to submit all the required information directly. Please stay tuned for this update.
+
+
+
+
+
+ How was the data sources list curated? Can I add specific data sources myself?
+
+
+
The Data Centre's data stewards have manually searched for, collected, and summarised the displayed data sources. We recognise that new sources are continually emerging and strive to keep our data updated and accurate. If you think we have missed a source or have mislabelled one, please contact us using the contact form..
+
+
+
+
+
+ How can I showcase my research data on the portal?
+
+
+
We are always eager to collaborate and support the Swedish precision medicine and diagnostics research community. If you would like your project or data source to be featured as a separate page on this portal, please reach out to us via the contact form.
+
+
+ >
+ );
+}
\ No newline at end of file
diff --git a/next-app/src/components/ArticleComponent.tsx b/next-app/src/components/ArticleComponent.tsx
new file mode 100644
index 0000000..cf24127
--- /dev/null
+++ b/next-app/src/components/ArticleComponent.tsx
@@ -0,0 +1,30 @@
+'use client';
+
+import {
+ // useState,
+ // useEffect,
+ ReactElement } from 'react'
+// import ReactMarkdown from 'react-markdown'
+// import remarkGfm from 'remark-gfm'
+
+export default function ArticleComponent(): ReactElement {
+
+ // const [content, setContent] = useState('')
+
+ // useEffect(() => {
+ // fetch("markdown_example.md")
+ // .then((res) => res.text())
+ // .then((text) => setContent(text));
+ // }, []);
+
+ // NextJS build was giving error, since this component isn't used yet just commented
+ // it out for now
+ return (
+
+
Under construction
+ {/* */}
+
+ );
+}
+
+// continue from here https://stackoverflow.com/questions/42928530/how-do-i-load-a-markdown-file-into-a-react-component
\ No newline at end of file
diff --git a/next-app/src/components/CardComponent.tsx b/next-app/src/components/CardComponent.tsx
new file mode 100644
index 0000000..fde993e
--- /dev/null
+++ b/next-app/src/components/CardComponent.tsx
@@ -0,0 +1,49 @@
+import { ReactElement } from "react";
+import { ICardConfig, ICardContent } from "@/interfaces/types";
+
+export default function CardComponent(prop: {
+ cardConfig: ICardConfig;
+ cardContent: ICardContent;
+}): ReactElement {
+ const title: ReactElement = (
+ <>
+
+ );
+}
diff --git a/next-app/src/components/HeaderComponent.tsx b/next-app/src/components/HeaderComponent.tsx
new file mode 100644
index 0000000..8dc0c71
--- /dev/null
+++ b/next-app/src/components/HeaderComponent.tsx
@@ -0,0 +1,124 @@
+"use client";
+
+import { ILink } from "@/interfaces/types";
+import { LINK_CLASSES } from "@/constants";
+import Link from "next/link";
+import { usePathname } from "next/navigation";
+import {
+ AboutPageContent,
+ ContactPageContent,
+ DataSourcesPageContent,
+ EventsAndTrainingsPageContent,
+ HomePageContent,
+ PrivacyPageContent,
+ ClinicalDataPageContent,
+} from "../content/content";
+import React from "react";
+
+export default function HeaderComponent() {
+ const links: { [id: string]: ILink } = {
+ l1: { text: "Data Sources", classes: LINK_CLASSES, link: "/datasources" },
+ l2: {
+ text: "Events & Trainings",
+ classes: LINK_CLASSES,
+ link: "/eventsandtrainings",
+ },
+ l3: {
+ text: "Access Clinical Data",
+ classes: LINK_CLASSES,
+ link: "/accessclinicaldata",
+ },
+ l4: { text: "Contact", classes: LINK_CLASSES, link: "/contact" },
+ l5: { text: "About Us", classes: LINK_CLASSES, link: "/about/product" },
+ };
+
+ {
+ /*
+ // This is the signin button. We can add this again once we have a user page, login, registration and features for users.
+ let buttons: { [id: string] : ILink; } = {
+ 'b1': { text: 'Sign In', classes: BUTTON_TYPE_ONE, link: 'signin' },
+ };
+ */
+ }
+
+ const currentRoute = usePathname();
+ let textBar: string = "";
+
+ switch (currentRoute) {
+ case "/":
+ textBar = HomePageContent.textBar;
+ break;
+ case "/datasources":
+ textBar = DataSourcesPageContent.textBar;
+ break;
+ case "/eventsandtrainings":
+ textBar = EventsAndTrainingsPageContent.textBar;
+ break;
+ case "/contact":
+ textBar = ContactPageContent.textBar;
+ break;
+ case "/about/product":
+ textBar = AboutPageContent.textBar;
+ break;
+ case "/about/faq":
+ textBar = AboutPageContent.textBar;
+ break;
+ case "/about/team":
+ textBar = AboutPageContent.textBar;
+ break;
+ case "/about/partners":
+ textBar = AboutPageContent.textBar;
+ break;
+ case "/privacy":
+ textBar = PrivacyPageContent.textBar;
+ break;
+ case "/accessclinicaldata":
+ textBar = ClinicalDataPageContent.textBar;
+ break;
+ default:
+ textBar = "";
+ break;
+ }
+
+ return (
+
+
+
+
+
+
+
+
+
+
+ {Object.keys(links).map((key) => (
+
+ {
+
+ {links[key].text}
+
+ }
+
+ ))}
+
+
+
+ {/*
+ // This is the signin button. We can add this again once we have a user page, login, registration and features for users.
+ {Object.keys(buttons).map( key => (
+
+ {{buttons[key].text}}
+
+ ))} */}
+
+
+
{textBar}
+
+
+
+ );
+}
diff --git a/next-app/src/components/ImageCarouselAlternativeComponent.tsx b/next-app/src/components/ImageCarouselAlternativeComponent.tsx
new file mode 100644
index 0000000..8e9fa6d
--- /dev/null
+++ b/next-app/src/components/ImageCarouselAlternativeComponent.tsx
@@ -0,0 +1,28 @@
+'use client';
+
+import { ReactElement } from "react";
+import Link from 'next/link';
+
+export default function ImageCarouselAlternativeComponent(): ReactElement {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/next-app/src/components/ImageCarouselComponent.tsx b/next-app/src/components/ImageCarouselComponent.tsx
new file mode 100644
index 0000000..1ae9c2d
--- /dev/null
+++ b/next-app/src/components/ImageCarouselComponent.tsx
@@ -0,0 +1,17 @@
+import { ReactElement } from "react";
+
+export default function ImageCarouselComponent(): ReactElement {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/next-app/src/components/common/last-updated.tsx b/next-app/src/components/common/last-updated.tsx
new file mode 100644
index 0000000..feec7e9
--- /dev/null
+++ b/next-app/src/components/common/last-updated.tsx
@@ -0,0 +1,26 @@
+import * as React from "react";
+import { cn } from "@/lib/utils";
+
+export interface LastUpdatedProps extends React.HTMLAttributes {
+ date?: string;
+}
+
+const LastUpdated = React.forwardRef(
+ ({ className, date = "2024-10-09", ...props }, ref) => {
+ return (
+
+ Last updated on {date}
+
+ );
+ }
+);
+LastUpdated.displayName = "LastUpdated";
+
+export { LastUpdated };
diff --git a/next-app/src/components/ui/alert.tsx b/next-app/src/components/ui/alert.tsx
new file mode 100644
index 0000000..5cda648
--- /dev/null
+++ b/next-app/src/components/ui/alert.tsx
@@ -0,0 +1,59 @@
+import * as React from "react";
+import { cva, type VariantProps } from "class-variance-authority";
+
+import { cn } from "@/lib/utils";
+
+const alertVariants = cva(
+ "relative w-full rounded-lg border p-4 [&>svg~*]:pl-7 [&>svg+div]:translate-y-[-3px] [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-4 [&>svg]:text-foreground",
+ {
+ variants: {
+ variant: {
+ default: "bg-background text-foreground",
+ destructive:
+ "border-destructive/50 text-destructive dark:border-destructive [&>svg]:text-destructive",
+ },
+ },
+ defaultVariants: {
+ variant: "default",
+ },
+ }
+);
+
+const Alert = React.forwardRef<
+ HTMLDivElement,
+ React.HTMLAttributes & VariantProps
+>(({ className, variant, ...props }, ref) => (
+
+));
+Alert.displayName = "Alert";
+
+const AlertTitle = React.forwardRef<
+ HTMLParagraphElement,
+ React.HTMLAttributes
+>(({ className, ...props }, ref) => (
+
+));
+AlertTitle.displayName = "AlertTitle";
+
+const AlertDescription = React.forwardRef<
+ HTMLParagraphElement,
+ React.HTMLAttributes
+>(({ className, ...props }, ref) => (
+
+));
+AlertDescription.displayName = "AlertDescription";
+
+export { Alert, AlertTitle, AlertDescription };
diff --git a/next-app/src/components/ui/button.tsx b/next-app/src/components/ui/button.tsx
new file mode 100644
index 0000000..0ba4277
--- /dev/null
+++ b/next-app/src/components/ui/button.tsx
@@ -0,0 +1,56 @@
+import * as React from "react"
+import { Slot } from "@radix-ui/react-slot"
+import { cva, type VariantProps } from "class-variance-authority"
+
+import { cn } from "@/lib/utils"
+
+const buttonVariants = cva(
+ "inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
+ {
+ variants: {
+ variant: {
+ default: "bg-primary text-primary-foreground hover:bg-primary/90",
+ destructive:
+ "bg-destructive text-destructive-foreground hover:bg-destructive/90",
+ outline:
+ "border border-input bg-background hover:bg-accent hover:text-accent-foreground",
+ secondary:
+ "bg-secondary text-secondary-foreground hover:bg-secondary/80",
+ ghost: "hover:bg-accent hover:text-accent-foreground",
+ link: "text-primary underline-offset-4 hover:underline",
+ },
+ size: {
+ default: "h-10 px-4 py-2",
+ sm: "h-9 rounded-md px-3",
+ lg: "h-11 rounded-md px-8",
+ icon: "h-10 w-10",
+ },
+ },
+ defaultVariants: {
+ variant: "default",
+ size: "default",
+ },
+ }
+)
+
+export interface ButtonProps
+ extends React.ButtonHTMLAttributes,
+ VariantProps {
+ asChild?: boolean
+}
+
+const Button = React.forwardRef(
+ ({ className, variant, size, asChild = false, ...props }, ref) => {
+ const Comp = asChild ? Slot : "button"
+ return (
+
+ )
+ }
+)
+Button.displayName = "Button"
+
+export { Button, buttonVariants }
diff --git a/next-app/src/components/ui/card.tsx b/next-app/src/components/ui/card.tsx
new file mode 100644
index 0000000..afa13ec
--- /dev/null
+++ b/next-app/src/components/ui/card.tsx
@@ -0,0 +1,79 @@
+import * as React from "react"
+
+import { cn } from "@/lib/utils"
+
+const Card = React.forwardRef<
+ HTMLDivElement,
+ React.HTMLAttributes
+>(({ className, ...props }, ref) => (
+
+))
+Card.displayName = "Card"
+
+const CardHeader = React.forwardRef<
+ HTMLDivElement,
+ React.HTMLAttributes
+>(({ className, ...props }, ref) => (
+
+))
+CardHeader.displayName = "CardHeader"
+
+const CardTitle = React.forwardRef<
+ HTMLParagraphElement,
+ React.HTMLAttributes
+>(({ className, ...props }, ref) => (
+
+))
+CardTitle.displayName = "CardTitle"
+
+const CardDescription = React.forwardRef<
+ HTMLParagraphElement,
+ React.HTMLAttributes
+>(({ className, ...props }, ref) => (
+
+))
+CardDescription.displayName = "CardDescription"
+
+const CardContent = React.forwardRef<
+ HTMLDivElement,
+ React.HTMLAttributes
+>(({ className, ...props }, ref) => (
+
+))
+CardContent.displayName = "CardContent"
+
+const CardFooter = React.forwardRef<
+ HTMLDivElement,
+ React.HTMLAttributes
+>(({ className, ...props }, ref) => (
+
+))
+CardFooter.displayName = "CardFooter"
+
+export { Card, CardHeader, CardFooter, CardTitle, CardDescription, CardContent }
diff --git a/next-app/src/components/ui/checkbox.tsx b/next-app/src/components/ui/checkbox.tsx
new file mode 100644
index 0000000..df61a13
--- /dev/null
+++ b/next-app/src/components/ui/checkbox.tsx
@@ -0,0 +1,30 @@
+"use client"
+
+import * as React from "react"
+import * as CheckboxPrimitive from "@radix-ui/react-checkbox"
+import { Check } from "lucide-react"
+
+import { cn } from "@/lib/utils"
+
+const Checkbox = React.forwardRef<
+ React.ElementRef,
+ React.ComponentPropsWithoutRef
+>(({ className, ...props }, ref) => (
+
+
+
+
+
+))
+Checkbox.displayName = CheckboxPrimitive.Root.displayName
+
+export { Checkbox }
diff --git a/next-app/src/components/ui/input.tsx b/next-app/src/components/ui/input.tsx
new file mode 100644
index 0000000..a921025
--- /dev/null
+++ b/next-app/src/components/ui/input.tsx
@@ -0,0 +1,25 @@
+import * as React from "react"
+
+import { cn } from "@/lib/utils"
+
+export interface InputProps
+ extends React.InputHTMLAttributes {}
+
+const Input = React.forwardRef(
+ ({ className, type, ...props }, ref) => {
+ return (
+
+ )
+ }
+)
+Input.displayName = "Input"
+
+export { Input }
diff --git a/next-app/src/constants.ts b/next-app/src/constants.ts
new file mode 100644
index 0000000..4830b86
--- /dev/null
+++ b/next-app/src/constants.ts
@@ -0,0 +1,9 @@
+// reused tailwind classes
+export const H_1: string = "text-left text-black text-[40px] font-semibold";
+
+export const BUTTON_TYPE_ONE: string = 'btn bg-fuchsia-950 text-white hover:bg-fuchsia-800 active:bg-fuchsia-900 focus:outline-none focus:ring focus:ring-fuchsia-300';
+export const BUTTON_TYPE_TWO: string = 'btn bg-gray-950 text-white hover:bg-gray-800 active:bg-gray-900 focus:outline-none focus:ring focus:ring-gray-300';
+
+export const BODY_CLASSES: string = "bg-base-100 space-y-8 py-4 px-36 pb-28 2xl:max-w-screen-2xl 2xl:mx-auto";
+
+export const LINK_CLASSES: string = 'link link-hover';
\ No newline at end of file
diff --git a/next-app/src/content/content.ts b/next-app/src/content/content.ts
new file mode 100644
index 0000000..dbf2cbb
--- /dev/null
+++ b/next-app/src/content/content.ts
@@ -0,0 +1,211 @@
+const NatTeamPic = '/TeamPics/NatTeamPic.jpg';
+const SebTeamPic = '/TeamPics/SebTeamPic.png';
+const JanTeamPic = '/TeamPics/JanTeamPic.jpg';
+const MarTeamPic = '/TeamPics/MarTeamPic.png';
+const SamTeamPic = '/TeamPics/SamTeamPic.jpg';
+
+export const PrivacyPageContent = {
+ textBar: 'Transparency is key to us. Find out how we keep your space secure.',
+ content: [
+ {
+ header: 'Privacy Policy',
+ body:
+ `
+ SciLifeLab operates the Swedish Precision Medicine Portal, which provides the Service. This page is intended to
+ inform website visitors about our personal data processing policy. By using our Service, you agree that your
+ personal data will be processed in accordance with this policy.
+ `,
+ },
+ {
+ header: 'Data Collection and Usage',
+ body:
+ `
+ The personal information we collect is used solely for
+ providing and improving the Service. We will not use or share your information with anyone except
+ as described in this policy. All collected personal information will be processed for research purposes under
+ the lawful basis of public interest and in compliance with Regulation (EU) 2016/679 of the European Parliament
+ and of the Council of 27 April 2016, the General Data Protection Regulation (GDPR).
+ `,
+ },
+ {
+ header: 'Visitor Statistics',
+ body:
+ `
+ We collect information that your browser sends to us whenever you visit our Service, referred to as 'log data.'
+ This data may include:
+ • The website you visited us from
+ • The parts of our Service you visit
+ • The date and duration of your visit
+ • Your anonymised IP address
+ • Information about the device you used during your visit (device type, operating system, screen resolution, language, country you are located in, and web browser type)
+ We process this usage data using Matomo Analytics (hosted on SciLifeLab servers and operated solely by SciLifeLab)
+ for statistical purposes, to improve our Service, and to recognise and prevent any misuse. You can opt out of your statistics
+ being collected below. Note that the tracking opt-out feature requires cookies to be enabled.
+ `,
+ },
+ {
+ header: 'Forms',
+ body:
+ `
+ Our Service contains several forms that visitors can use to contact us or provide suggestions.
+ The website visitors may choose to provide their personal information such as their name and e-mail
+ address through these forms. The following parties will have access to processing the personal data
+ provided through the forms; SciLifeLab Data Centre, Uppsala University, Kungliga Tekniska högskolan
+ (KTH). Your personal data will be deleted when no longer needed, or when stipulated by the archival
+ rules for the university as a government authority. If you want to update or remove your personal data,
+ please contact the controller SciLifeLab Data Centre at Uppsala University using datacentre@scilifelab.se
+ `,
+ },
+ {
+ header: 'Links to Other Sites',
+ body:
+ `
+ Our Service may contain links to other sites. If you click on a third-party link, you will be directed to that site.
+ These external sites are not operated by us, and we strongly advise you to review the privacy policy of these websites.
+ We have no control over and assume no responsibility for the content, privacy policies,
+ or practices of any third-party sites or services.
+ `,
+ },
+ {
+ header: 'Changes to This Privacy Policy',
+ body:
+ `
+ We may update our privacy policy from time to time. We advise you to review this page periodically for any changes.
+ We will notify you of any changes by posting the new privacy policy on this page. Changes are effective immediately
+ upon being posted on this page.
+ `,
+ },
+ {
+ header: 'Contact Us',
+ body:
+ `
+ If you have any questions or suggestions about our privacy policy, do not hesitate to contact
+ us (link to contact page).
+ `,
+ },
+ ],
+}
+
+export const ContactPageContent = {
+ textBar: 'Reach out to us for questions, collaboration opportunities, or just to say hello.',
+ content: [
+ {
+ header: 'Contact Form',
+ body:
+ `
+ Please fill out this form if you need to contact us at the Swedish Precision Medicine Portal.
+ Provide your contact information and we should get back to you within a weeks time.
+ `,
+ },
+ {
+ header: 'Personal Data Policy',
+ body:
+ `
+ The personal data you provide in this form, your name and email address, will be used to
+ process your suggestion of added resource to the Swedish Precision Medicine Portal. It is a
+ service run by the SciLifeLab Data Centre on assignment from the … It serves to address…
+
+ The information you provide will be processed for research purposes, i.e. using the lawful
+ basis of public interest and in accordance with Regulation (EU) 2016/679 of the European
+ Parliament and of the Council of 27 April 2016, the General Data Protection Regulation.
+
+ The following parties will have access to processing your personal data: SciLifeLab Data
+ Centre, Uppsala University. Your personal data will be deleted when no longer needed, or when
+ stipulated by the archival rules for the university as a government authority. If you want to
+ update or remove your personal data please contact the controller SciLifeLab Data Centre at
+ Uppsala University using datacentre@scilifelab.se.
+ `,
+ },
+ ]
+}
+
+export const TeamDescriptions = {
+ teamMembers: {
+ jan:
+ {
+ name: 'Jan Lorenz',
+ title: 'Product Owner',
+ description:
+ `
+ Jan holds a Master's degree in Health Informatics from Karolinska Institute and a Bachelor's degree
+ in Business Informatics. He possesses management and leadership experience from his previous roles
+ in management consultancy and from serving on the boards of startups.
+ `,
+ img: JanTeamPic,
+ imgAlt: "Jan Lorenz - Product Owner",
+ },
+ natashia:
+ {
+ name: 'Natashia Benzian Olsson',
+ title: 'Data Steward',
+ description:
+ `
+ Natashia holds a MSc in Behavioural Genetics and a BSc in Psychology. She has numerous years of
+ hands-on experience with NGS data and bioinformatics at King's College London with several publications
+ in high-impact journals. She is currently involved in content development and ensuring data
+ quality at the PMD DSN.
+ `,
+ img: NatTeamPic,
+ imgAlt: "Natashia Benzian Olsson - Data Steward",
+ },
+ sebastian:
+ {
+ name: 'Sebastian Lindbom Gunnari',
+ title: 'Software Engineer',
+ description:
+ `
+ Sebastian has a BSc in Computer Science from Stockholm University. He has previously worked as a
+ data engineering consultant, building platforms and pipelines handling analytical data flows.
+ Currently, he's working with web development at the PMD DSN.
+ `,
+ img: SebTeamPic,
+ imgAlt: "Sebastian Lindbom Gunnari - Software Engineer",
+ },
+ saman:
+ {
+ name: 'Saman Rassam',
+ title: 'Software Engineer',
+ description:
+ `
+ Saman has a MSc in Computer Science and Engineering from KTH. He is focusing on Kubernetes and
+ back-end development at the PMD DSN. He is also supporting the TEF-Health initiative.
+ `,
+ img: SamTeamPic,
+ imgAlt: "Saman Rassam - Software Engineer",
+ },
+ maria:
+ {
+ name: 'Maria Ahlsén',
+ title: 'Coordinator',
+ description:
+ `
+ Maria holds a PhD in Physiology from Karolinska Institutet and a bachelor’s degree in Chemistry
+ from Stockholm University. She has coordinated several research studies at both universities and
+ hospitals, with a particular expertise in ethics and contractual matters related to handling
+ sensitive data.
+ `,
+ img: MarTeamPic,
+ imgAlt: "Maria Ahlsén - Coordinator",
+ },
+ }
+}
+
+export const DataSourcesPageContent = {
+ textBar: 'Repositories and data sources in precision medicine.',
+}
+
+export const EventsAndTrainingsPageContent = {
+ textBar: 'Events and trainings in precision medicine.',
+}
+
+export const AboutPageContent = {
+ textBar: 'Learn about the team and partners behind the portal and our mission to connect you with the data you need.',
+}
+
+export const HomePageContent = {
+ textBar: 'An open-access portal that aggregates data, tools, and resources for Swedish precision medicine research.',
+}
+
+export const ClinicalDataPageContent = {
+ textBar: 'How to access clinical data',
+}
diff --git a/next-app/src/content/markdown_example.md b/next-app/src/content/markdown_example.md
new file mode 100644
index 0000000..116a4bc
--- /dev/null
+++ b/next-app/src/content/markdown_example.md
@@ -0,0 +1,58 @@
+# Librat viri foro
+
+## Feroci sed fuit per rector et quibus
+
+Lorem markdownum ossaque parabam lacrimae unam excepit feroci clauserat multum.
+Ille ensis postquam, percussit dixit inplicet tenebras pariterque certe, quae
+clauserat. Caesis *in* non, operis alternare at de, utinam nata numerant.
+
+Quod opus, in qualem, uni potes procorum morte et exire erigimur nec. O fertur
+imperet proxima captatus obibat patria quendam nunc lapides esse almus, virgo!
+
+## Nisi caelum conclamat et natura omnibus nomine
+
+Ulixes alii corruit flavae cruentum obstitit se aquarum ruunt dixit.
+[Animo](http://putat-tori.com/lacrimis-cythereia.aspx) ima levat aquarum si
+armorum, enim tamen ut. Materno novissima resilit Creteque.
+
+1. Lorem
+2. Ipsum
+3. Calypso
+
+* Thingy
+* Thingy2
+
+## Quam lyra parva margine illo piae clamor
+
+Cape meum cessant spectatosque dixit famem contra de adunco quicquam: superat
+fundae praeconia auras ad. Fatus et ista tuorum ea et movit ego tempora studio
+iunonis collo quaerite; *exaudi lugebisque* iter. Prodigiosa sua dicta sua,
+mollescit Mavortius imago Thermodontiaco colligit. Signa da in validum Procri
+ripis quem freta sequitur amplexu agat sonus, territaque vacarunt sustinet, in
+adest. Ad oris voco haesit cum novem *bibulaque effice summam* omnia mora deus
+decrescunt territus totum ut fuit, dum natamque.
+
+ if (encryption_crt + -5) {
+ thin(cps_dimm_freeware, definitionOasis + root_architecture_gpu,
+ minimizeCardDatabase);
+ linkCtr(rom_vfat_device);
+ up_motherboard_web(-5);
+ } else {
+ localhost_minicomputer_cc += cdn;
+ bin = -1;
+ macintoshArtificialCharacter -= 4;
+ }
+ var rosetta = io_unicode_matrix;
+ hoc_domain = metal;
+ if (simm_start == 25) {
+ hyperRowAccess.copyright -= platform;
+ } else {
+ copy += horse(input_cifs_direct.leafProcessor(surface, -2,
+ ppc_localhost));
+ }
+
+## Suos virgineo
+
+Pocula Agaue Samon? Ab oris, pars caelo, defendit.
+
+Retinere torvos. Caecis morte. Videndi generoso, omne accedat potentem.
diff --git a/next-app/src/fonts/GeistMonoVF.woff b/next-app/src/fonts/GeistMonoVF.woff
new file mode 100644
index 0000000..f2ae185
Binary files /dev/null and b/next-app/src/fonts/GeistMonoVF.woff differ
diff --git a/next-app/src/fonts/GeistVF.woff b/next-app/src/fonts/GeistVF.woff
new file mode 100644
index 0000000..1b62daa
Binary files /dev/null and b/next-app/src/fonts/GeistVF.woff differ
diff --git a/next-app/src/interfaces/types.ts b/next-app/src/interfaces/types.ts
new file mode 100644
index 0000000..70ba926
--- /dev/null
+++ b/next-app/src/interfaces/types.ts
@@ -0,0 +1,68 @@
+export interface ILink {
+ text: string;
+ classes: string;
+ link: string;
+}
+
+export interface ISVG {
+ href: string;
+ xmlns: string;
+ width: string;
+ height: string;
+ viewBox: string;
+ classes: string;
+ svg: string;
+}
+
+export interface ICardConfig {
+ cardClasses: string;
+ titleClasses: string;
+ subTitleClasses: string;
+ textClasses: string;
+ imgClasses: string;
+ buttonClasses: string;
+ buttonPlacement: string;
+}
+
+export interface ICardContent {
+ title: string;
+ subTitle: string;
+ text: string;
+ buttonText: string;
+ imageSrc: string;
+ imageAlt: string;
+}
+
+export interface IDataSourceFilters {
+ dataTypes: string[];
+ diseaseTypes: string[];
+}
+
+export interface IDataSourcesDC {
+ data: string[];
+ ddls: string[];
+ description: string;
+ name: string;
+ search_tags: string[];
+ target: string[];
+ thumbnail: string;
+ thumbnail_border?: boolean;
+ type: string[];
+ url: string;
+ disease_type: string[];
+}
+
+export interface RegistrySources {
+ start_date: string;
+ category: string[];
+ name: string;
+ registry_centre: string[];
+ url: string;
+ search_tags: string[];
+ Information: string;
+}
+
+export interface RegistrySourcesFilters {
+ registryCentre: string[];
+ registryCategory: string[];
+}
diff --git a/next-app/src/lib/utils.ts b/next-app/src/lib/utils.ts
new file mode 100644
index 0000000..bd0c391
--- /dev/null
+++ b/next-app/src/lib/utils.ts
@@ -0,0 +1,6 @@
+import { clsx, type ClassValue } from "clsx"
+import { twMerge } from "tailwind-merge"
+
+export function cn(...inputs: ClassValue[]) {
+ return twMerge(clsx(inputs))
+}
diff --git a/next-app/src/util/cookiesHandling.ts b/next-app/src/util/cookiesHandling.ts
new file mode 100644
index 0000000..38586e8
--- /dev/null
+++ b/next-app/src/util/cookiesHandling.ts
@@ -0,0 +1,24 @@
+'use client';
+
+import { hasCookie } from 'cookies-next'
+import { useMatomo } from '@jonkoops/matomo-tracker-react';
+import React from 'react';
+
+// cookies are stored as strings, so they cannot be directly used as boolean type
+export function trackingDisabled(): boolean {
+ return (hasCookie('trackingDisabled'));
+}
+
+export function TrackPageViewIfEnabled() {
+
+ // const { trackPageView, trackEvent } = useMatomo() , trackEvent to track clicks and other events
+ const { trackPageView,} = useMatomo()
+
+ // track page visit if trackingEnabled cookie is set to 'true'
+
+ React.useEffect(() => {
+ if (!trackingDisabled()) {
+ trackPageView()
+ }
+ });
+}
diff --git a/next-app/tailwind.config.ts b/next-app/tailwind.config.ts
new file mode 100644
index 0000000..c923ec3
--- /dev/null
+++ b/next-app/tailwind.config.ts
@@ -0,0 +1,89 @@
+/** @type {import('tailwindcss').Config} */
+declare var require: any;
+export default {
+ darkMode: ["class"],
+ content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
+ theme: {
+ extend: {
+ colors: {
+ background: "hsl(var(--background))",
+ foreground: "hsl(var(--foreground))",
+ card: {
+ DEFAULT: "hsl(var(--card))",
+ foreground: "hsl(var(--card-foreground))",
+ },
+ popover: {
+ DEFAULT: "hsl(var(--popover))",
+ foreground: "hsl(var(--popover-foreground))",
+ },
+ primary: {
+ DEFAULT: "#045c64",
+ foreground: "#ffffff",
+ },
+ secondary: {
+ DEFAULT: "#777373",
+ foreground: "#ffffff",
+ },
+ accent: {
+ DEFAULT: "#a7c947",
+ foreground: "#ffffff",
+ },
+ muted: {
+ DEFAULT: "hsl(var(--muted))",
+ foreground: "hsl(var(--muted-foreground))",
+ },
+ destructive: {
+ DEFAULT: "hsl(var(--destructive))",
+ foreground: "hsl(var(--destructive-foreground))",
+ },
+ neutral: {
+ DEFAULT: "#e5e5e5",
+ foreground: "#000000",
+ },
+ info: {
+ DEFAULT: "#491f53",
+ foreground: "#ffffff",
+ },
+ success: {
+ DEFAULT: "#a7c947",
+ foreground: "#ffffff",
+ },
+ warning: {
+ DEFAULT: "#ff9900",
+ foreground: "#ffffff",
+ },
+ error: {
+ DEFAULT: "#ff5724",
+ foreground: "#ffffff",
+ },
+ "base-100": "#f8fafc",
+ border: "hsl(var(--border))",
+ input: "hsl(var(--input))",
+ ring: "hsl(var(--ring))",
+ chart: {
+ "1": "hsl(var(--chart-1))",
+ "2": "hsl(var(--chart-2))",
+ "3": "hsl(var(--chart-3))",
+ "4": "hsl(var(--chart-4))",
+ "5": "hsl(var(--chart-5))",
+ },
+ },
+ borderRadius: {
+ lg: "var(--radius)",
+ md: "calc(var(--radius) - 2px)",
+ sm: "calc(var(--radius) - 4px)",
+ },
+ },
+ },
+ plugins: [
+ require("daisyui"),
+ function ({ addBase, theme }) {
+ addBase({
+ body: {
+ backgroundColor: theme("colors.base-100"),
+ },
+ });
+ },
+ require("tailwindcss-animate"),
+ ],
+};
diff --git a/next-app/tsconfig.json b/next-app/tsconfig.json
new file mode 100644
index 0000000..59188dc
--- /dev/null
+++ b/next-app/tsconfig.json
@@ -0,0 +1,37 @@
+{
+ "compilerOptions": {
+ "lib": [
+ "dom",
+ "dom.iterable",
+ "esnext"
+ ],
+ "allowJs": true,
+ "skipLibCheck": true,
+ "strict": true,
+ "noEmit": true,
+ "esModuleInterop": true,
+ "module": "esnext",
+ "moduleResolution": "bundler",
+ "resolveJsonModule": true,
+ "isolatedModules": true,
+ "jsx": "preserve",
+ "incremental": true,
+ "plugins": [
+ {
+ "name": "next"
+ }
+ ],
+ "paths": {
+ "@/*": [
+ "./src/*"
+ ]
+ }
+ },
+ "include": [
+ "src",
+ ".next/types/**/*.ts"
+ ],
+ "exclude": [
+ "node_modules"
+ ]
+}
diff --git a/pmp-frontend-app/components.json b/pmp-frontend-app/components.json
new file mode 100644
index 0000000..76d1f60
--- /dev/null
+++ b/pmp-frontend-app/components.json
@@ -0,0 +1,20 @@
+{
+ "$schema": "https://ui.shadcn.com/schema.json",
+ "style": "new-york",
+ "rsc": false,
+ "tsx": true,
+ "tailwind": {
+ "config": "tailwind.config.js",
+ "css": "src/index.css",
+ "baseColor": "neutral",
+ "cssVariables": true,
+ "prefix": ""
+ },
+ "aliases": {
+ "components": "@/components",
+ "utils": "@/lib/utils",
+ "ui": "@/components/ui",
+ "lib": "@/lib",
+ "hooks": "@/hooks"
+ }
+}
\ No newline at end of file
diff --git a/pmp-frontend-app/package-lock.json b/pmp-frontend-app/package-lock.json
index 6dd1349..4692e8e 100644
--- a/pmp-frontend-app/package-lock.json
+++ b/pmp-frontend-app/package-lock.json
@@ -9,19 +9,29 @@
"version": "0.0.0",
"dependencies": {
"@jonkoops/matomo-tracker-react": "^0.7.0",
- "axios": "^1.6.8",
+ "@radix-ui/react-icons": "^1.3.0",
+ "axios": "^1.7.4",
+ "class-variance-authority": "^0.7.0",
+ "clsx": "^2.1.1",
"daisyui": "^4.7.3",
+ "dompurify": "^3.1.6",
"js-cookie": "^3.0.5",
"lato-font": "^3.0.0",
+ "lucide-react": "^0.441.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
+ "react-iframe": "^1.8.5",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.22.3",
- "remark-gfm": "^4.0.0"
+ "remark-gfm": "^4.0.0",
+ "tailwind-merge": "^2.5.2",
+ "tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
+ "@types/dompurify": "^3.0.5",
"@types/js-cookie": "^3.0.6",
+ "@types/node": "^22.5.5",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-google-recaptcha": "^2.1.9",
@@ -35,7 +45,7 @@
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
- "vite": "^5.1.6"
+ "vite": "^5.4.3"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@@ -51,7 +61,6 @@
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
"integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
- "dev": true,
"engines": {
"node": ">=10"
},
@@ -418,9 +427,9 @@
}
},
"node_modules/@esbuild/aix-ppc64": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz",
- "integrity": "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
+ "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
"cpu": [
"ppc64"
],
@@ -434,9 +443,9 @@
}
},
"node_modules/@esbuild/android-arm": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.12.tgz",
- "integrity": "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
+ "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
"cpu": [
"arm"
],
@@ -450,9 +459,9 @@
}
},
"node_modules/@esbuild/android-arm64": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz",
- "integrity": "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
+ "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
"cpu": [
"arm64"
],
@@ -466,9 +475,9 @@
}
},
"node_modules/@esbuild/android-x64": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.12.tgz",
- "integrity": "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
+ "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
"cpu": [
"x64"
],
@@ -482,9 +491,9 @@
}
},
"node_modules/@esbuild/darwin-arm64": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz",
- "integrity": "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
+ "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
"cpu": [
"arm64"
],
@@ -498,9 +507,9 @@
}
},
"node_modules/@esbuild/darwin-x64": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz",
- "integrity": "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
+ "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
"cpu": [
"x64"
],
@@ -514,9 +523,9 @@
}
},
"node_modules/@esbuild/freebsd-arm64": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz",
- "integrity": "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
+ "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
"cpu": [
"arm64"
],
@@ -530,9 +539,9 @@
}
},
"node_modules/@esbuild/freebsd-x64": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz",
- "integrity": "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
+ "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
"cpu": [
"x64"
],
@@ -546,9 +555,9 @@
}
},
"node_modules/@esbuild/linux-arm": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz",
- "integrity": "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
+ "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
"cpu": [
"arm"
],
@@ -562,9 +571,9 @@
}
},
"node_modules/@esbuild/linux-arm64": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz",
- "integrity": "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
+ "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
"cpu": [
"arm64"
],
@@ -578,9 +587,9 @@
}
},
"node_modules/@esbuild/linux-ia32": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz",
- "integrity": "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
+ "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
"cpu": [
"ia32"
],
@@ -594,9 +603,9 @@
}
},
"node_modules/@esbuild/linux-loong64": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz",
- "integrity": "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
+ "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
"cpu": [
"loong64"
],
@@ -610,9 +619,9 @@
}
},
"node_modules/@esbuild/linux-mips64el": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz",
- "integrity": "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
+ "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
"cpu": [
"mips64el"
],
@@ -626,9 +635,9 @@
}
},
"node_modules/@esbuild/linux-ppc64": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz",
- "integrity": "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
+ "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
"cpu": [
"ppc64"
],
@@ -642,9 +651,9 @@
}
},
"node_modules/@esbuild/linux-riscv64": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz",
- "integrity": "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
+ "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
"cpu": [
"riscv64"
],
@@ -658,9 +667,9 @@
}
},
"node_modules/@esbuild/linux-s390x": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz",
- "integrity": "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
+ "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
"cpu": [
"s390x"
],
@@ -674,9 +683,9 @@
}
},
"node_modules/@esbuild/linux-x64": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz",
- "integrity": "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
+ "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
"cpu": [
"x64"
],
@@ -690,9 +699,9 @@
}
},
"node_modules/@esbuild/netbsd-x64": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz",
- "integrity": "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
+ "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
"cpu": [
"x64"
],
@@ -706,9 +715,9 @@
}
},
"node_modules/@esbuild/openbsd-x64": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz",
- "integrity": "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
+ "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
"cpu": [
"x64"
],
@@ -722,9 +731,9 @@
}
},
"node_modules/@esbuild/sunos-x64": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz",
- "integrity": "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
+ "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
"cpu": [
"x64"
],
@@ -738,9 +747,9 @@
}
},
"node_modules/@esbuild/win32-arm64": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz",
- "integrity": "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
+ "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
"cpu": [
"arm64"
],
@@ -754,9 +763,9 @@
}
},
"node_modules/@esbuild/win32-ia32": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz",
- "integrity": "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
+ "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
"cpu": [
"ia32"
],
@@ -770,9 +779,9 @@
}
},
"node_modules/@esbuild/win32-x64": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz",
- "integrity": "sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
+ "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
"cpu": [
"x64"
],
@@ -937,7 +946,6 @@
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
- "dev": true,
"dependencies": {
"string-width": "^5.1.2",
"string-width-cjs": "npm:string-width@^4.2.0",
@@ -954,7 +962,6 @@
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
- "dev": true,
"engines": {
"node": ">=12"
},
@@ -966,7 +973,6 @@
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
"dependencies": {
"ansi-regex": "^6.0.1"
},
@@ -999,7 +1005,6 @@
"version": "0.3.5",
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
"integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
- "dev": true,
"dependencies": {
"@jridgewell/set-array": "^1.2.1",
"@jridgewell/sourcemap-codec": "^1.4.10",
@@ -1013,7 +1018,6 @@
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
- "dev": true,
"engines": {
"node": ">=6.0.0"
}
@@ -1022,7 +1026,6 @@
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz",
"integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
- "dev": true,
"engines": {
"node": ">=6.0.0"
}
@@ -1030,14 +1033,12 @@
"node_modules/@jridgewell/sourcemap-codec": {
"version": "1.4.15",
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
- "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
- "dev": true
+ "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg=="
},
"node_modules/@jridgewell/trace-mapping": {
"version": "0.3.25",
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
"integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
- "dev": true,
"dependencies": {
"@jridgewell/resolve-uri": "^3.1.0",
"@jridgewell/sourcemap-codec": "^1.4.14"
@@ -1047,7 +1048,6 @@
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
- "dev": true,
"dependencies": {
"@nodelib/fs.stat": "2.0.5",
"run-parallel": "^1.1.9"
@@ -1060,7 +1060,6 @@
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
- "dev": true,
"engines": {
"node": ">= 8"
}
@@ -1069,7 +1068,6 @@
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
- "dev": true,
"dependencies": {
"@nodelib/fs.scandir": "2.1.5",
"fastq": "^1.6.0"
@@ -1082,12 +1080,20 @@
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
- "dev": true,
"optional": true,
"engines": {
"node": ">=14"
}
},
+ "node_modules/@radix-ui/react-icons": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/@radix-ui/react-icons/-/react-icons-1.3.0.tgz",
+ "integrity": "sha512-jQxj/0LKgp+j9BiTXz3O3sgs26RNet2iLWmsPyRz2SIcR4q/4SbazXfnYwbAr+vLYKSfc7qxzyGQA1HLlYiuNw==",
+ "license": "MIT",
+ "peerDependencies": {
+ "react": "^16.x || ^17.x || ^18.x"
+ }
+ },
"node_modules/@remix-run/router": {
"version": "1.15.3",
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.15.3.tgz",
@@ -1097,9 +1103,9 @@
}
},
"node_modules/@rollup/rollup-android-arm-eabi": {
- "version": "4.13.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.13.0.tgz",
- "integrity": "sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.21.2.tgz",
+ "integrity": "sha512-fSuPrt0ZO8uXeS+xP3b+yYTCBUd05MoSp2N/MFOgjhhUhMmchXlpTQrTpI8T+YAwAQuK7MafsCOxW7VrPMrJcg==",
"cpu": [
"arm"
],
@@ -1110,9 +1116,9 @@
]
},
"node_modules/@rollup/rollup-android-arm64": {
- "version": "4.13.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.13.0.tgz",
- "integrity": "sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.21.2.tgz",
+ "integrity": "sha512-xGU5ZQmPlsjQS6tzTTGwMsnKUtu0WVbl0hYpTPauvbRAnmIvpInhJtgjj3mcuJpEiuUw4v1s4BimkdfDWlh7gA==",
"cpu": [
"arm64"
],
@@ -1123,9 +1129,9 @@
]
},
"node_modules/@rollup/rollup-darwin-arm64": {
- "version": "4.13.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.13.0.tgz",
- "integrity": "sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.21.2.tgz",
+ "integrity": "sha512-99AhQ3/ZMxU7jw34Sq8brzXqWH/bMnf7ZVhvLk9QU2cOepbQSVTns6qoErJmSiAvU3InRqC2RRZ5ovh1KN0d0Q==",
"cpu": [
"arm64"
],
@@ -1136,9 +1142,9 @@
]
},
"node_modules/@rollup/rollup-darwin-x64": {
- "version": "4.13.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.13.0.tgz",
- "integrity": "sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.21.2.tgz",
+ "integrity": "sha512-ZbRaUvw2iN/y37x6dY50D8m2BnDbBjlnMPotDi/qITMJ4sIxNY33HArjikDyakhSv0+ybdUxhWxE6kTI4oX26w==",
"cpu": [
"x64"
],
@@ -1149,9 +1155,22 @@
]
},
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
- "version": "4.13.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.13.0.tgz",
- "integrity": "sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.21.2.tgz",
+ "integrity": "sha512-ztRJJMiE8nnU1YFcdbd9BcH6bGWG1z+jP+IPW2oDUAPxPjo9dverIOyXz76m6IPA6udEL12reYeLojzW2cYL7w==",
+ "cpu": [
+ "arm"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
+ "node_modules/@rollup/rollup-linux-arm-musleabihf": {
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.21.2.tgz",
+ "integrity": "sha512-flOcGHDZajGKYpLV0JNc0VFH361M7rnV1ee+NTeC/BQQ1/0pllYcFmxpagltANYt8FYf9+kL6RSk80Ziwyhr7w==",
"cpu": [
"arm"
],
@@ -1162,9 +1181,9 @@
]
},
"node_modules/@rollup/rollup-linux-arm64-gnu": {
- "version": "4.13.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.13.0.tgz",
- "integrity": "sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.21.2.tgz",
+ "integrity": "sha512-69CF19Kp3TdMopyteO/LJbWufOzqqXzkrv4L2sP8kfMaAQ6iwky7NoXTp7bD6/irKgknDKM0P9E/1l5XxVQAhw==",
"cpu": [
"arm64"
],
@@ -1175,9 +1194,9 @@
]
},
"node_modules/@rollup/rollup-linux-arm64-musl": {
- "version": "4.13.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.13.0.tgz",
- "integrity": "sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.21.2.tgz",
+ "integrity": "sha512-48pD/fJkTiHAZTnZwR0VzHrao70/4MlzJrq0ZsILjLW/Ab/1XlVUStYyGt7tdyIiVSlGZbnliqmult/QGA2O2w==",
"cpu": [
"arm64"
],
@@ -1187,10 +1206,23 @@
"linux"
]
},
+ "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.21.2.tgz",
+ "integrity": "sha512-cZdyuInj0ofc7mAQpKcPR2a2iu4YM4FQfuUzCVA2u4HI95lCwzjoPtdWjdpDKyHxI0UO82bLDoOaLfpZ/wviyQ==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
- "version": "4.13.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.13.0.tgz",
- "integrity": "sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.21.2.tgz",
+ "integrity": "sha512-RL56JMT6NwQ0lXIQmMIWr1SW28z4E4pOhRRNqwWZeXpRlykRIlEpSWdsgNWJbYBEWD84eocjSGDu/XxbYeCmwg==",
"cpu": [
"riscv64"
],
@@ -1200,10 +1232,23 @@
"linux"
]
},
+ "node_modules/@rollup/rollup-linux-s390x-gnu": {
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.21.2.tgz",
+ "integrity": "sha512-PMxkrWS9z38bCr3rWvDFVGD6sFeZJw4iQlhrup7ReGmfn7Oukrr/zweLhYX6v2/8J6Cep9IEA/SmjXjCmSbrMQ==",
+ "cpu": [
+ "s390x"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "linux"
+ ]
+ },
"node_modules/@rollup/rollup-linux-x64-gnu": {
- "version": "4.13.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.13.0.tgz",
- "integrity": "sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.21.2.tgz",
+ "integrity": "sha512-B90tYAUoLhU22olrafY3JQCFLnT3NglazdwkHyxNDYF/zAxJt5fJUB/yBoWFoIQ7SQj+KLe3iL4BhOMa9fzgpw==",
"cpu": [
"x64"
],
@@ -1214,9 +1259,9 @@
]
},
"node_modules/@rollup/rollup-linux-x64-musl": {
- "version": "4.13.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.13.0.tgz",
- "integrity": "sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.21.2.tgz",
+ "integrity": "sha512-7twFizNXudESmC9oneLGIUmoHiiLppz/Xs5uJQ4ShvE6234K0VB1/aJYU3f/4g7PhssLGKBVCC37uRkkOi8wjg==",
"cpu": [
"x64"
],
@@ -1227,9 +1272,9 @@
]
},
"node_modules/@rollup/rollup-win32-arm64-msvc": {
- "version": "4.13.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.13.0.tgz",
- "integrity": "sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.21.2.tgz",
+ "integrity": "sha512-9rRero0E7qTeYf6+rFh3AErTNU1VCQg2mn7CQcI44vNUWM9Ze7MSRS/9RFuSsox+vstRt97+x3sOhEey024FRQ==",
"cpu": [
"arm64"
],
@@ -1240,9 +1285,9 @@
]
},
"node_modules/@rollup/rollup-win32-ia32-msvc": {
- "version": "4.13.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.13.0.tgz",
- "integrity": "sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.21.2.tgz",
+ "integrity": "sha512-5rA4vjlqgrpbFVVHX3qkrCo/fZTj1q0Xxpg+Z7yIo3J2AilW7t2+n6Q8Jrx+4MrYpAnjttTYF8rr7bP46BPzRw==",
"cpu": [
"ia32"
],
@@ -1253,9 +1298,9 @@
]
},
"node_modules/@rollup/rollup-win32-x64-msvc": {
- "version": "4.13.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.13.0.tgz",
- "integrity": "sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.21.2.tgz",
+ "integrity": "sha512-6UUxd0+SKomjdzuAcp+HAmxw1FlGBnl1v2yEPSabtx4lBfdXHDVsW7+lQkgz9cNFJGY3AWR7+V8P5BqkD9L9nA==",
"cpu": [
"x64"
],
@@ -1314,6 +1359,16 @@
"@types/ms": "*"
}
},
+ "node_modules/@types/dompurify": {
+ "version": "3.0.5",
+ "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.0.5.tgz",
+ "integrity": "sha512-1Wg0g3BtQF7sSb27fJQAKck1HECM6zV1EB66j8JH9i3LCjYabJa0FSdiSgsD5K/RbrsR0SiraKacLB+T8ZVYAg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "@types/trusted-types": "*"
+ }
+ },
"node_modules/@types/estree": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
@@ -1360,6 +1415,16 @@
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz",
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g=="
},
+ "node_modules/@types/node": {
+ "version": "22.5.5",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz",
+ "integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "undici-types": "~6.19.2"
+ }
+ },
"node_modules/@types/prop-types": {
"version": "15.7.11",
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz",
@@ -1404,6 +1469,13 @@
"integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
"dev": true
},
+ "node_modules/@types/trusted-types": {
+ "version": "2.0.7",
+ "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
+ "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
+ "dev": true,
+ "license": "MIT"
+ },
"node_modules/@types/unist": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz",
@@ -1664,7 +1736,6 @@
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
- "dev": true,
"engines": {
"node": ">=8"
}
@@ -1684,14 +1755,12 @@
"node_modules/any-promise": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
- "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==",
- "dev": true
+ "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A=="
},
"node_modules/anymatch": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
- "dev": true,
"dependencies": {
"normalize-path": "^3.0.0",
"picomatch": "^2.0.4"
@@ -1703,8 +1772,7 @@
"node_modules/arg": {
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz",
- "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==",
- "dev": true
+ "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg=="
},
"node_modules/argparse": {
"version": "2.0.1",
@@ -1764,9 +1832,9 @@
}
},
"node_modules/axios": {
- "version": "1.6.8",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz",
- "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==",
+ "version": "1.7.4",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
+ "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
"dependencies": {
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",
@@ -1785,14 +1853,12 @@
"node_modules/balanced-match": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
- "dev": true
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
},
"node_modules/binary-extensions": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
"integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
- "dev": true,
"engines": {
"node": ">=8"
}
@@ -1801,18 +1867,16 @@
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
- "dev": true,
"dependencies": {
"balanced-match": "^1.0.0"
}
},
"node_modules/braces": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
- "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
- "dev": true,
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
"dependencies": {
- "fill-range": "^7.0.1"
+ "fill-range": "^7.1.1"
},
"engines": {
"node": ">=8"
@@ -1950,7 +2014,6 @@
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
- "dev": true,
"dependencies": {
"anymatch": "~3.1.2",
"braces": "~3.0.2",
@@ -1974,7 +2037,6 @@
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
- "dev": true,
"dependencies": {
"is-glob": "^4.0.1"
},
@@ -1982,6 +2044,36 @@
"node": ">= 6"
}
},
+ "node_modules/class-variance-authority": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.0.tgz",
+ "integrity": "sha512-jFI8IQw4hczaL4ALINxqLEXQbWcNjoSkloa4IaufXCJr6QawJyw7tuRysRsrE8w2p/4gGaxKIt/hX3qz/IbD1A==",
+ "license": "Apache-2.0",
+ "dependencies": {
+ "clsx": "2.0.0"
+ },
+ "funding": {
+ "url": "https://joebell.co.uk"
+ }
+ },
+ "node_modules/class-variance-authority/node_modules/clsx": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz",
+ "integrity": "sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/clsx": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
+ "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6"
+ }
+ },
"node_modules/color-convert": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
@@ -2021,7 +2113,6 @@
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
- "dev": true,
"engines": {
"node": ">= 6"
}
@@ -2042,7 +2133,6 @@
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
- "dev": true,
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
@@ -2168,8 +2258,7 @@
"node_modules/didyoumean": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
- "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==",
- "dev": true
+ "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
},
"node_modules/dir-glob": {
"version": "3.0.1",
@@ -2186,8 +2275,7 @@
"node_modules/dlv": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
- "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==",
- "dev": true
+ "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
},
"node_modules/doctrine": {
"version": "3.0.0",
@@ -2201,11 +2289,16 @@
"node": ">=6.0.0"
}
},
+ "node_modules/dompurify": {
+ "version": "3.1.6",
+ "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.6.tgz",
+ "integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==",
+ "license": "(MPL-2.0 OR Apache-2.0)"
+ },
"node_modules/eastasianwidth": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
- "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
- "dev": true
+ "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
},
"node_modules/electron-to-chromium": {
"version": "1.4.701",
@@ -2216,13 +2309,12 @@
"node_modules/emoji-regex": {
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
- "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
- "dev": true
+ "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
},
"node_modules/esbuild": {
- "version": "0.19.12",
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz",
- "integrity": "sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==",
+ "version": "0.21.5",
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz",
+ "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
"dev": true,
"hasInstallScript": true,
"bin": {
@@ -2232,29 +2324,29 @@
"node": ">=12"
},
"optionalDependencies": {
- "@esbuild/aix-ppc64": "0.19.12",
- "@esbuild/android-arm": "0.19.12",
- "@esbuild/android-arm64": "0.19.12",
- "@esbuild/android-x64": "0.19.12",
- "@esbuild/darwin-arm64": "0.19.12",
- "@esbuild/darwin-x64": "0.19.12",
- "@esbuild/freebsd-arm64": "0.19.12",
- "@esbuild/freebsd-x64": "0.19.12",
- "@esbuild/linux-arm": "0.19.12",
- "@esbuild/linux-arm64": "0.19.12",
- "@esbuild/linux-ia32": "0.19.12",
- "@esbuild/linux-loong64": "0.19.12",
- "@esbuild/linux-mips64el": "0.19.12",
- "@esbuild/linux-ppc64": "0.19.12",
- "@esbuild/linux-riscv64": "0.19.12",
- "@esbuild/linux-s390x": "0.19.12",
- "@esbuild/linux-x64": "0.19.12",
- "@esbuild/netbsd-x64": "0.19.12",
- "@esbuild/openbsd-x64": "0.19.12",
- "@esbuild/sunos-x64": "0.19.12",
- "@esbuild/win32-arm64": "0.19.12",
- "@esbuild/win32-ia32": "0.19.12",
- "@esbuild/win32-x64": "0.19.12"
+ "@esbuild/aix-ppc64": "0.21.5",
+ "@esbuild/android-arm": "0.21.5",
+ "@esbuild/android-arm64": "0.21.5",
+ "@esbuild/android-x64": "0.21.5",
+ "@esbuild/darwin-arm64": "0.21.5",
+ "@esbuild/darwin-x64": "0.21.5",
+ "@esbuild/freebsd-arm64": "0.21.5",
+ "@esbuild/freebsd-x64": "0.21.5",
+ "@esbuild/linux-arm": "0.21.5",
+ "@esbuild/linux-arm64": "0.21.5",
+ "@esbuild/linux-ia32": "0.21.5",
+ "@esbuild/linux-loong64": "0.21.5",
+ "@esbuild/linux-mips64el": "0.21.5",
+ "@esbuild/linux-ppc64": "0.21.5",
+ "@esbuild/linux-riscv64": "0.21.5",
+ "@esbuild/linux-s390x": "0.21.5",
+ "@esbuild/linux-x64": "0.21.5",
+ "@esbuild/netbsd-x64": "0.21.5",
+ "@esbuild/openbsd-x64": "0.21.5",
+ "@esbuild/sunos-x64": "0.21.5",
+ "@esbuild/win32-arm64": "0.21.5",
+ "@esbuild/win32-ia32": "0.21.5",
+ "@esbuild/win32-x64": "0.21.5"
}
},
"node_modules/escalade": {
@@ -2581,7 +2673,6 @@
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
- "dev": true,
"dependencies": {
"@nodelib/fs.stat": "^2.0.2",
"@nodelib/fs.walk": "^1.2.3",
@@ -2597,7 +2688,6 @@
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
- "dev": true,
"dependencies": {
"is-glob": "^4.0.1"
},
@@ -2626,7 +2716,6 @@
"version": "1.17.1",
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
"integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
- "dev": true,
"dependencies": {
"reusify": "^1.0.4"
}
@@ -2644,10 +2733,9 @@
}
},
"node_modules/fill-range": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
- "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
- "dev": true,
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
"dependencies": {
"to-regex-range": "^5.0.1"
},
@@ -2714,7 +2802,6 @@
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
"integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
- "dev": true,
"dependencies": {
"cross-spawn": "^7.0.0",
"signal-exit": "^4.0.1"
@@ -2762,7 +2849,6 @@
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
- "dev": true,
"hasInstallScript": true,
"optional": true,
"os": [
@@ -2776,7 +2862,6 @@
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
- "dev": true,
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
@@ -2814,7 +2899,6 @@
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
- "dev": true,
"dependencies": {
"is-glob": "^4.0.3"
},
@@ -2892,7 +2976,6 @@
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
- "dev": true,
"dependencies": {
"function-bind": "^1.1.2"
},
@@ -3036,7 +3119,6 @@
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
- "dev": true,
"dependencies": {
"binary-extensions": "^2.0.0"
},
@@ -3048,7 +3130,6 @@
"version": "2.13.1",
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
"integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
- "dev": true,
"dependencies": {
"hasown": "^2.0.0"
},
@@ -3069,7 +3150,6 @@
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
- "dev": true,
"engines": {
"node": ">=0.10.0"
}
@@ -3078,7 +3158,6 @@
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
- "dev": true,
"engines": {
"node": ">=8"
}
@@ -3087,7 +3166,6 @@
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
- "dev": true,
"dependencies": {
"is-extglob": "^2.1.1"
},
@@ -3108,7 +3186,6 @@
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
- "dev": true,
"engines": {
"node": ">=0.12.0"
}
@@ -3136,14 +3213,12 @@
"node_modules/isexe": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
- "dev": true
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
},
"node_modules/jackspeak": {
"version": "2.3.6",
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
"integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
- "dev": true,
"dependencies": {
"@isaacs/cliui": "^8.0.2"
},
@@ -3161,7 +3236,6 @@
"version": "1.21.0",
"resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.0.tgz",
"integrity": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==",
- "dev": true,
"bin": {
"jiti": "bin/jiti.js"
}
@@ -3264,7 +3338,6 @@
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
"integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
- "dev": true,
"engines": {
"node": ">=10"
}
@@ -3272,8 +3345,7 @@
"node_modules/lines-and-columns": {
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
- "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
- "dev": true
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
},
"node_modules/locate-path": {
"version": "6.0.0",
@@ -3325,6 +3397,15 @@
"yallist": "^3.0.2"
}
},
+ "node_modules/lucide-react": {
+ "version": "0.441.0",
+ "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.441.0.tgz",
+ "integrity": "sha512-0vfExYtvSDhkC2lqg0zYVW1Uu9GsI4knuV9GP9by5z0Xhc4Zi5RejTxfz9LsjRmCyWVzHCJvxGKZWcRyvQCWVg==",
+ "license": "ISC",
+ "peerDependencies": {
+ "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc"
+ }
+ },
"node_modules/markdown-table": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-3.0.3.tgz",
@@ -3604,7 +3685,6 @@
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
- "dev": true,
"engines": {
"node": ">= 8"
}
@@ -4148,7 +4228,6 @@
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
"integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
- "dev": true,
"dependencies": {
"braces": "^3.0.2",
"picomatch": "^2.3.1"
@@ -4180,7 +4259,6 @@
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
- "dev": true,
"dependencies": {
"brace-expansion": "^2.0.1"
},
@@ -4195,7 +4273,6 @@
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
- "dev": true,
"engines": {
"node": ">=16 || 14 >=14.17"
}
@@ -4209,7 +4286,6 @@
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
"integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
- "dev": true,
"dependencies": {
"any-promise": "^1.0.0",
"object-assign": "^4.0.1",
@@ -4249,7 +4325,6 @@
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
- "dev": true,
"engines": {
"node": ">=0.10.0"
}
@@ -4275,7 +4350,6 @@
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
"integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
- "dev": true,
"engines": {
"node": ">= 6"
}
@@ -4394,7 +4468,6 @@
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
- "dev": true,
"engines": {
"node": ">=8"
}
@@ -4402,14 +4475,12 @@
"node_modules/path-parse": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
- "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
- "dev": true
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
},
"node_modules/path-scurry": {
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz",
"integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==",
- "dev": true,
"dependencies": {
"lru-cache": "^9.1.1 || ^10.0.0",
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
@@ -4425,7 +4496,6 @@
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
"integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
- "dev": true,
"engines": {
"node": "14 || >=16.14"
}
@@ -4440,15 +4510,14 @@
}
},
"node_modules/picocolors": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
- "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
+ "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw=="
},
"node_modules/picomatch": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
- "dev": true,
"engines": {
"node": ">=8.6"
},
@@ -4460,7 +4529,6 @@
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
"integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
- "dev": true,
"engines": {
"node": ">=0.10.0"
}
@@ -4469,15 +4537,14 @@
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
"integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
- "dev": true,
"engines": {
"node": ">= 6"
}
},
"node_modules/postcss": {
- "version": "8.4.35",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz",
- "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==",
+ "version": "8.4.45",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz",
+ "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==",
"funding": [
{
"type": "opencollective",
@@ -4494,8 +4561,8 @@
],
"dependencies": {
"nanoid": "^3.3.7",
- "picocolors": "^1.0.0",
- "source-map-js": "^1.0.2"
+ "picocolors": "^1.0.1",
+ "source-map-js": "^1.2.0"
},
"engines": {
"node": "^10 || ^12 || >=14"
@@ -4505,7 +4572,6 @@
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
"integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
- "dev": true,
"dependencies": {
"postcss-value-parser": "^4.0.0",
"read-cache": "^1.0.0",
@@ -4540,7 +4606,6 @@
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
"integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
- "dev": true,
"funding": [
{
"type": "opencollective",
@@ -4575,7 +4640,6 @@
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.1.tgz",
"integrity": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==",
- "dev": true,
"engines": {
"node": ">=14"
},
@@ -4587,7 +4651,6 @@
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz",
"integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==",
- "dev": true,
"dependencies": {
"postcss-selector-parser": "^6.0.11"
},
@@ -4606,7 +4669,6 @@
"version": "6.0.15",
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz",
"integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==",
- "dev": true,
"dependencies": {
"cssesc": "^3.0.0",
"util-deprecate": "^1.0.2"
@@ -4618,8 +4680,7 @@
"node_modules/postcss-value-parser": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
- "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
- "dev": true
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
},
"node_modules/prelude-ls": {
"version": "1.2.1",
@@ -4667,7 +4728,6 @@
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
- "dev": true,
"funding": [
{
"type": "github",
@@ -4730,6 +4790,17 @@
"react": ">=16.4.1"
}
},
+ "node_modules/react-iframe": {
+ "version": "1.8.5",
+ "resolved": "https://registry.npmjs.org/react-iframe/-/react-iframe-1.8.5.tgz",
+ "integrity": "sha512-F4cQJGs3ydaG6fJWfuz9yLwOU0Trzl6kttXuUG+vYwosH8enOOFxZWEDQCSbNVO8ayjfYZeqLxEvdvcsSy4GvA==",
+ "dependencies": {
+ "object-assign": "^4.1.1"
+ },
+ "peerDependencies": {
+ "react": ">=16.x.x"
+ }
+ },
"node_modules/react-is": {
"version": "16.13.1",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
@@ -4803,7 +4874,6 @@
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
"integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
- "dev": true,
"dependencies": {
"pify": "^2.3.0"
}
@@ -4812,7 +4882,6 @@
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
- "dev": true,
"dependencies": {
"picomatch": "^2.2.1"
},
@@ -4886,7 +4955,6 @@
"version": "1.22.8",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
"integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
- "dev": true,
"dependencies": {
"is-core-module": "^2.13.0",
"path-parse": "^1.0.7",
@@ -4912,7 +4980,6 @@
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
"integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
- "dev": true,
"engines": {
"iojs": ">=1.0.0",
"node": ">=0.10.0"
@@ -4934,9 +5001,9 @@
}
},
"node_modules/rollup": {
- "version": "4.13.0",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.13.0.tgz",
- "integrity": "sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==",
+ "version": "4.21.2",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.21.2.tgz",
+ "integrity": "sha512-e3TapAgYf9xjdLvKQCkQTnbTKd4a6jwlpQSJJFokHGaX2IVjoEqkIIhiQfqsi0cdwlOD+tQGuOd5AJkc5RngBw==",
"dev": true,
"dependencies": {
"@types/estree": "1.0.5"
@@ -4949,19 +5016,22 @@
"npm": ">=8.0.0"
},
"optionalDependencies": {
- "@rollup/rollup-android-arm-eabi": "4.13.0",
- "@rollup/rollup-android-arm64": "4.13.0",
- "@rollup/rollup-darwin-arm64": "4.13.0",
- "@rollup/rollup-darwin-x64": "4.13.0",
- "@rollup/rollup-linux-arm-gnueabihf": "4.13.0",
- "@rollup/rollup-linux-arm64-gnu": "4.13.0",
- "@rollup/rollup-linux-arm64-musl": "4.13.0",
- "@rollup/rollup-linux-riscv64-gnu": "4.13.0",
- "@rollup/rollup-linux-x64-gnu": "4.13.0",
- "@rollup/rollup-linux-x64-musl": "4.13.0",
- "@rollup/rollup-win32-arm64-msvc": "4.13.0",
- "@rollup/rollup-win32-ia32-msvc": "4.13.0",
- "@rollup/rollup-win32-x64-msvc": "4.13.0",
+ "@rollup/rollup-android-arm-eabi": "4.21.2",
+ "@rollup/rollup-android-arm64": "4.21.2",
+ "@rollup/rollup-darwin-arm64": "4.21.2",
+ "@rollup/rollup-darwin-x64": "4.21.2",
+ "@rollup/rollup-linux-arm-gnueabihf": "4.21.2",
+ "@rollup/rollup-linux-arm-musleabihf": "4.21.2",
+ "@rollup/rollup-linux-arm64-gnu": "4.21.2",
+ "@rollup/rollup-linux-arm64-musl": "4.21.2",
+ "@rollup/rollup-linux-powerpc64le-gnu": "4.21.2",
+ "@rollup/rollup-linux-riscv64-gnu": "4.21.2",
+ "@rollup/rollup-linux-s390x-gnu": "4.21.2",
+ "@rollup/rollup-linux-x64-gnu": "4.21.2",
+ "@rollup/rollup-linux-x64-musl": "4.21.2",
+ "@rollup/rollup-win32-arm64-msvc": "4.21.2",
+ "@rollup/rollup-win32-ia32-msvc": "4.21.2",
+ "@rollup/rollup-win32-x64-msvc": "4.21.2",
"fsevents": "~2.3.2"
}
},
@@ -4969,7 +5039,6 @@
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
- "dev": true,
"funding": [
{
"type": "github",
@@ -5033,7 +5102,6 @@
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
- "dev": true,
"dependencies": {
"shebang-regex": "^3.0.0"
},
@@ -5045,7 +5113,6 @@
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
- "dev": true,
"engines": {
"node": ">=8"
}
@@ -5054,7 +5121,6 @@
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
- "dev": true,
"engines": {
"node": ">=14"
},
@@ -5072,9 +5138,9 @@
}
},
"node_modules/source-map-js": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
- "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
+ "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
"engines": {
"node": ">=0.10.0"
}
@@ -5092,7 +5158,6 @@
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
- "dev": true,
"dependencies": {
"eastasianwidth": "^0.2.0",
"emoji-regex": "^9.2.2",
@@ -5110,7 +5175,6 @@
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
@@ -5123,14 +5187,12 @@
"node_modules/string-width-cjs/node_modules/emoji-regex": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
},
"node_modules/string-width/node_modules/ansi-regex": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
- "dev": true,
"engines": {
"node": ">=12"
},
@@ -5142,7 +5204,6 @@
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
"dependencies": {
"ansi-regex": "^6.0.1"
},
@@ -5170,7 +5231,6 @@
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
"dependencies": {
"ansi-regex": "^5.0.1"
},
@@ -5183,7 +5243,6 @@
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
- "dev": true,
"dependencies": {
"ansi-regex": "^5.0.1"
},
@@ -5215,7 +5274,6 @@
"version": "3.35.0",
"resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz",
"integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==",
- "dev": true,
"dependencies": {
"@jridgewell/gen-mapping": "^0.3.2",
"commander": "^4.0.0",
@@ -5237,7 +5295,6 @@
"version": "10.3.10",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
"integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
- "dev": true,
"dependencies": {
"foreground-child": "^3.1.0",
"jackspeak": "^2.3.5",
@@ -5271,7 +5328,6 @@
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
- "dev": true,
"engines": {
"node": ">= 0.4"
},
@@ -5279,11 +5335,20 @@
"url": "https://github.com/sponsors/ljharb"
}
},
+ "node_modules/tailwind-merge": {
+ "version": "2.5.2",
+ "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.2.tgz",
+ "integrity": "sha512-kjEBm+pvD+6eAwzJL2Bi+02/9LFLal1Gs61+QB7HvTfQQ0aXwC5LGT8PEt1gS0CWKktKe6ysPTAy3cBC5MeiIg==",
+ "license": "MIT",
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/dcastil"
+ }
+ },
"node_modules/tailwindcss": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz",
"integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==",
- "dev": true,
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
"arg": "^5.0.2",
@@ -5316,6 +5381,15 @@
"node": ">=14.0.0"
}
},
+ "node_modules/tailwindcss-animate": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/tailwindcss-animate/-/tailwindcss-animate-1.0.7.tgz",
+ "integrity": "sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==",
+ "license": "MIT",
+ "peerDependencies": {
+ "tailwindcss": ">=3.0.0 || insiders"
+ }
+ },
"node_modules/text-table": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
@@ -5326,7 +5400,6 @@
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz",
"integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==",
- "dev": true,
"dependencies": {
"any-promise": "^1.0.0"
}
@@ -5335,7 +5408,6 @@
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz",
"integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==",
- "dev": true,
"dependencies": {
"thenify": ">= 3.1.0 < 4"
},
@@ -5356,7 +5428,6 @@
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
- "dev": true,
"dependencies": {
"is-number": "^7.0.0"
},
@@ -5397,8 +5468,7 @@
"node_modules/ts-interface-checker": {
"version": "0.1.13",
"resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz",
- "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==",
- "dev": true
+ "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA=="
},
"node_modules/type-check": {
"version": "0.4.0",
@@ -5437,6 +5507,13 @@
"node": ">=14.17"
}
},
+ "node_modules/undici-types": {
+ "version": "6.19.8",
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
+ "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
+ "dev": true,
+ "license": "MIT"
+ },
"node_modules/unified": {
"version": "11.0.4",
"resolved": "https://registry.npmjs.org/unified/-/unified-11.0.4.tgz",
@@ -5573,8 +5650,7 @@
"node_modules/util-deprecate": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
- "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
- "dev": true
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
},
"node_modules/vfile": {
"version": "6.0.1",
@@ -5604,14 +5680,14 @@
}
},
"node_modules/vite": {
- "version": "5.1.6",
- "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.6.tgz",
- "integrity": "sha512-yYIAZs9nVfRJ/AiOLCA91zzhjsHUgMjB+EigzFb6W2XTLO8JixBCKCjvhKZaye+NKYHCrkv3Oh50dH9EdLU2RA==",
+ "version": "5.4.3",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.3.tgz",
+ "integrity": "sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==",
"dev": true,
"dependencies": {
- "esbuild": "^0.19.3",
- "postcss": "^8.4.35",
- "rollup": "^4.2.0"
+ "esbuild": "^0.21.3",
+ "postcss": "^8.4.43",
+ "rollup": "^4.20.0"
},
"bin": {
"vite": "bin/vite.js"
@@ -5630,6 +5706,7 @@
"less": "*",
"lightningcss": "^1.21.0",
"sass": "*",
+ "sass-embedded": "*",
"stylus": "*",
"sugarss": "*",
"terser": "^5.4.0"
@@ -5647,6 +5724,9 @@
"sass": {
"optional": true
},
+ "sass-embedded": {
+ "optional": true
+ },
"stylus": {
"optional": true
},
@@ -5662,7 +5742,6 @@
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
- "dev": true,
"dependencies": {
"isexe": "^2.0.0"
},
@@ -5677,7 +5756,6 @@
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
- "dev": true,
"dependencies": {
"ansi-styles": "^6.1.0",
"string-width": "^5.0.1",
@@ -5695,7 +5773,6 @@
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
- "dev": true,
"dependencies": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
@@ -5712,7 +5789,6 @@
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
- "dev": true,
"dependencies": {
"color-convert": "^2.0.1"
},
@@ -5727,7 +5803,6 @@
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
- "dev": true,
"dependencies": {
"color-name": "~1.1.4"
},
@@ -5738,20 +5813,17 @@
"node_modules/wrap-ansi-cjs/node_modules/color-name": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
- "dev": true
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
},
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
- "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
- "dev": true
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
},
"node_modules/wrap-ansi-cjs/node_modules/string-width": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
- "dev": true,
"dependencies": {
"emoji-regex": "^8.0.0",
"is-fullwidth-code-point": "^3.0.0",
@@ -5765,7 +5837,6 @@
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
- "dev": true,
"engines": {
"node": ">=12"
},
@@ -5777,7 +5848,6 @@
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
- "dev": true,
"engines": {
"node": ">=12"
},
@@ -5789,7 +5859,6 @@
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
- "dev": true,
"dependencies": {
"ansi-regex": "^6.0.1"
},
@@ -5816,7 +5885,6 @@
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz",
"integrity": "sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==",
- "dev": true,
"bin": {
"yaml": "bin.mjs"
},
diff --git a/pmp-frontend-app/package.json b/pmp-frontend-app/package.json
index 3c00cbf..d7d2013 100644
--- a/pmp-frontend-app/package.json
+++ b/pmp-frontend-app/package.json
@@ -11,19 +11,29 @@
},
"dependencies": {
"@jonkoops/matomo-tracker-react": "^0.7.0",
- "axios": "^1.6.8",
+ "@radix-ui/react-icons": "^1.3.0",
+ "axios": "^1.7.4",
+ "class-variance-authority": "^0.7.0",
+ "clsx": "^2.1.1",
"daisyui": "^4.7.3",
+ "dompurify": "^3.1.6",
"js-cookie": "^3.0.5",
"lato-font": "^3.0.0",
+ "lucide-react": "^0.441.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
+ "react-iframe": "^1.8.5",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.22.3",
- "remark-gfm": "^4.0.0"
+ "remark-gfm": "^4.0.0",
+ "tailwind-merge": "^2.5.2",
+ "tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
+ "@types/dompurify": "^3.0.5",
"@types/js-cookie": "^3.0.6",
+ "@types/node": "^22.5.5",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-google-recaptcha": "^2.1.9",
@@ -37,6 +47,6 @@
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
- "vite": "^5.1.6"
+ "vite": "^5.4.3"
}
}
diff --git a/pmp-frontend-app/public/favicon.ico b/pmp-frontend-app/public/favicon.ico
new file mode 100644
index 0000000..043be54
Binary files /dev/null and b/pmp-frontend-app/public/favicon.ico differ
diff --git a/pmp-frontend-app/src/assets/Kvalitetsregister_geo_dates_02.09.2024.json b/pmp-frontend-app/src/assets/Kvalitetsregister_geo_dates_02.09.2024.json
new file mode 100644
index 0000000..728608d
--- /dev/null
+++ b/pmp-frontend-app/src/assets/Kvalitetsregister_geo_dates_02.09.2024.json
@@ -0,0 +1,2387 @@
+[
+ {
+ "name": "Barnobesitasregister i Sverige – BORIS",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "http://www.e-boris.se/",
+ "search_tags": [
+ "BORIS",
+ "childhood obesity",
+ "Sverige",
+ "obesity"
+ ],
+ "Information": "One of the world's largest and oldest registries for the treatment of childhood obesity. BORIS was established in 2005 and has over 40,000 registered individuals. In more than 40 scientific publications, BORIS has contributed to increased knowledge about childhood obesity.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2005"
+ },
+ {
+ "name": "Endovaskulär behandling av Stroke – EVAS-registret",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "http://www.evas-registret.se/",
+ "search_tags": [
+ "stroke",
+ "endovascular",
+ "stroke",
+ "Endovaskulär"
+ ],
+ "Information": "EVAS is, a government funded national quality registry in Sweden for endovascular stroke treatment with full transparency in every aspect. It is based on a modern, top-of-the-line data platform and works in close relationship and shares data with RIKS-STROKE, which is the equivalent for all stroke patients in the country.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2012"
+ },
+ {
+ "name": "Graviditetsregistret",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://www.medscinet.com/gr/default.aspx",
+ "search_tags": [
+ "Graviditetsregistret",
+ "baby",
+ "prenatal",
+ "postnatal",
+ "fetal",
+ "neonatal"
+ ],
+ "Information": "The purpose of the registry is to provide a solid foundation of data and results for healthcare services across the country. Data is collected from maternal healthcare, fetal diagnostics and delivery records. As of 2024, the registry includes data on roughly 58,500 pregnant individuals and about 63,600 deliveries.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2013"
+ },
+ {
+ "name": "InfCareHIV",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://infcarehiv.se/",
+ "search_tags": [
+ "HIV",
+ "InfCareHIV",
+ "immune",
+ "virus"
+ ],
+ "Information": "Includes all HIV clinics in Sweden, covering over 99% of those diagnosed with HIV. Key data collected at enrollment and follow-up include sex at birth, gender identity, transmission route, HIV RNA levels, CD4+ cell counts, drug resistance, and co-infections with hepatitis C and B. Medication start/stop dates, AIDS diagnoses, and causes of death are also recorded.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1983"
+ },
+ {
+ "name": "InfCareHepatit",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "http://www.infcarehepatit.se/",
+ "search_tags": [
+ "liver",
+ "hepatitis",
+ "virus",
+ "InfCareHepatit"
+ ],
+ "Information": "InfCareHepatit is a Swedish registry that includes individuals with Hepatitis B and C. It involves all infectious disease clinics in Sweden and one gastroenterology clinic, covering over 90% of Hepatitis C patients and a majority of those with Hepatitis B. The registry collects data on age, gender at birth, country of birth, virus type, viral load, transmission route, date of first positive Hepatitis B or C test, liver function tests, and fibrosis assessment results. For those receiving treatment, it also records medication type, treatment outcomes, and any complications such as liver cirrhosis or cancer.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "Kvalitetsregister för cystisk fibros – CF-registret",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://cf-registret.se/",
+ "search_tags": [
+ "lungs",
+ "cystic fibrosis",
+ "CF-registret"
+ ],
+ "Information": "The aim is to enhance the quality of care, survival rates, and quality of life for all cystic fibrosis (CF) patients in Sweden. It was established as a national quality registry in 2012. Since its inception, the purpose of the registry has been to continuously monitor all individuals with CF over time and ensure equitable and fair care throughout Sweden. The registry is utilised by the four CF centres in Sweden as well as some regional hospitals that treat CF patients.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2012"
+ },
+ {
+ "name": "Nationellt kvalitetsregister för assisterad befruktning – Q-IVF",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://www.medscinet.com/qivf/",
+ "search_tags": [
+ "reproduction",
+ "assisted reproduction",
+ "medscinet"
+ ],
+ "Information": "This registry is jointly managed by all IVF clinics in Sweden. The purpose of the registry is to continuously monitor treatment outcomes and any medical risks for both IVF children and the treated couples or women. It also provides participating clinics with data to support their development and quality improvement efforts.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2007"
+ },
+ {
+ "name": "Svenska hemofiliregistret",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://svenskahemofiliregistret.se/",
+ "search_tags": [
+ "hemophilia",
+ "bleeding",
+ "blood",
+ "hemofiliregistret"
+ ],
+ "Information": "Aims to effectively monitor this specific group of patients who often receive lifelong treatment, with the goal of enhancing the quality of care. Key metrics for assessing the effectiveness of the treatment include the annual number of bleeding episodes and joint damage. Joint damage is a long-term consequence of past joint bleeding and is evaluated through functional assessments using joint scores.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2015"
+ },
+ {
+ "name": "Svenska Intensivvårdsregistret – SIR",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://www.icuregswe.org/",
+ "search_tags": [
+ "SIR",
+ "Intensivvårdsregistret",
+ "intensive care",
+ "Svenska"
+ ],
+ "Information": "SIR aims to monitor and improve the quality of intensive care in Sweden within selected areas that are continuously tracked. Additionally, SIR aims to support the development of methods and research in intensive care, particularly in the field of epidemiology, as well as in other specific areas where collaboration among multiple centers is essential for conducting high-quality scientific studies.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "Svenska korsbandsregistret",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://www.aclregister.nu/",
+ "search_tags": [
+ "ACL",
+ "korsbandsregistret"
+ ],
+ "Information": "This registry collects data on anterior cruciate ligament injuries and treatments across Sweden. Its purpose is to improve patient care by tracking surgical techniques, outcomes, and rehabilitation, as well as supporting research and benchmarking clinical practices.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2005-05-01"
+ },
+ {
+ "name": "Svenska neuroregister",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://www.neuroreg.se/",
+ "search_tags": [
+ "neuroregister",
+ "nervous system",
+ "neurological treatments",
+ "Svenska"
+ ],
+ "Information": "The Swedish Neuro Register gathers data on patients with neurological diseases such as multiple sclerosis, Parkinson's disease, epilepsy, and neuromuscular disorders. It aims to enhance the quality of care by monitoring treatment outcomes and supporting research into these conditions.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2001"
+ },
+ {
+ "name": "Svensk Reumatologis Kvalitetsregister – SRQ",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "http://srq.nu/",
+ "search_tags": [
+ "arthritis",
+ "rheumatic disease",
+ "SRQ"
+ ],
+ "Information": "This registry focuses on patients with rheumatic diseases like rheumatoid arthritis and ankylosing spondylitis. It collects data on disease activity, treatments, and patient outcomes to improve care quality and facilitate research into better management strategies.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1995"
+ },
+ {
+ "name": "Svenskt neonatalt kvalitetsregister – SNQ",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://www.medscinet.com/pnq/",
+ "search_tags": [
+ "newborn",
+ "neonatal care",
+ "neonatalt",
+ "SNQ"
+ ],
+ "Information": "he SNQ collects extensive data on all newborns admitted to neonatal intensive care units (NICUs) in Sweden. This includes demographic information, birth details, diagnoses, treatments, complications, and outcomes. The data covers a wide range of neonatal conditions and interventions, such as respiratory support, infections, congenital anomalies, and more..",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2001"
+ },
+ {
+ "name": "InfCare Sprututbyte",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://infcare.com/",
+ "search_tags": [
+ "Sprututbyte",
+ "needle exchange",
+ "harm reduction",
+ "InfCare"
+ ],
+ "Information": "This registry is part of the InfCare system and collects data on individuals participating in needle exchange programs. This includes demographic details, health status, risk behaviours, and testing for infectious diseases like HIV and hepatitis. The registry also tracks the provision of services such as counselling, vaccinations, and referrals to healthcare or social services.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2016"
+ },
+ {
+ "name": "Nationellt register för levertransplantation",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "http://www.swepharm.se/",
+ "search_tags": [
+ "liver transplant",
+ "levertransplantatation"
+ ],
+ "Information": "This registry collects detailed information on all liver transplant procedures performed in Sweden, including data on donor and recipient characteristics, surgical techniques, post-transplant complications, immunosuppression protocols, and long-term follow-up outcomes such as graft survival and patient survival.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "1998"
+ },
+ {
+ "name": "Lungfibrosregistret",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "http://slmf.se/kvalitetsregister/lungfibrosregistret/",
+ "search_tags": [
+ "fibrosis",
+ "Lungfibrosregistret",
+ "lung",
+ "pulmonary"
+ ],
+ "Information": "The register collects data on patients diagnosed with pulmonary fibrosis, including patient demographics, diagnostic criteria, disease severity, treatment regimens, pulmonary function tests, and patient-reported outcomes. It also tracks disease progression and responses to different therapies over time. It aims to include data from all healthcare providers treating patients with pulmonary fibrosis in Sweden, covering both university hospitals and regional clinics. ",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2014"
+ },
+ {
+ "name": "Svenskt kvalitetsregister för atopiskt dermatit – SwedAD",
+ "registry_centre": [
+ "Kvalitetsregistercentrum Stockholm"
+ ],
+ "url": "https://swedad.nu/",
+ "search_tags": [
+ "skin",
+ "SwedAD",
+ "eczema",
+ "atopic dermatitis"
+ ],
+ "Information": "SwedAD collects detailed data on patients with atopic dermatitis, including demographic information, disease severity, treatment regimens, and patient-reported outcomes such as quality of life and symptom control. It also includes information on healthcare resource utilisation, like hospital visits and medications. It includes data from both specialised care centres and general practitioners.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2019"
+ },
+ {
+ "name": "Amputations- och Protesregistret Swedeamp",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://www.swedeamp.com/",
+ "search_tags": [
+ "amputation",
+ "swedeamp",
+ "prosthetic",
+ "limb"
+ ],
+ "Information": "SwedeAmp collects information on patients undergoing amputations and those fitted with prosthetics. This includes details on the type of amputation, surgical techniques, prosthetic fittings, complications, and rehabilitation outcomes. The registry also tracks patient-reported outcomes related to mobility, function, and quality of life. The registry includes data from all healthcare providers in Sweden that perform amputations and provide prosthetic services, ensuring nationwide coverage",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2011"
+ },
+ {
+ "name": "Barnkataraktregistret PECARE",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/pecare",
+ "search_tags": [
+ "paediatric",
+ "PECARE",
+ "eye",
+ "cataract"
+ ],
+ "Information": "PECARE focuses on children with cataracts, collecting data on diagnosis, surgical treatments, visual outcomes, and follow-up care. It also tracks complications and the use of visual aids post-surgery. The registry aims to improve understanding and management of paediatric cataracts in Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2006"
+ },
+ {
+ "name": "BPSD – Svenskt register för Beteendemässiga och Psykiska Symptom vid Demens",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://www.bpsd.se/",
+ "search_tags": [
+ "BPSD",
+ "dementia",
+ "psychological",
+ "demens"
+ ],
+ "Information": "The BPSD register collects data on individuals with dementia who exhibit behavioural and psychological symptoms. It includes information on symptom types and severity, pharmacological and non-pharmacological treatments, and care plans. The registry aims to improve the management of dementia-related symptoms and enhance patient care.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "CPUP – Uppföljningsprogram för Cerebral Pares",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://cpup.se/",
+ "search_tags": [
+ "treatment",
+ "palsy",
+ "cerebral palsy",
+ "cpup"
+ ],
+ "Information": "CPUP collects comprehensive data on individuals with cerebral palsy, including demographic information, motor function, associated conditions, interventions, and outcomes. It tracks long-term development and care needs, with an emphasis on preventing complications and improving quality of life. The program covers all children and adults with cerebral palsy in Sweden who receive specialised care.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "HAKIR – Handkirurgiskt kvalitetsregister",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://hakir.se/",
+ "search_tags": [
+ "hand",
+ "HAKIR",
+ "surgery",
+ "reconstruction"
+ ],
+ "Information": "HAKIR gathers data on patients undergoing hand surgery, including surgical details, complications, rehabilitation processes, and functional outcomes. It also collects patient-reported outcomes related to hand function and quality of life, which are crucial for assessing the success of various surgical procedures.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "Könsdysforiregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/konsdysforiregistret",
+ "search_tags": [
+ "dysphoria",
+ "gender",
+ "identity",
+ "Könsdysforiregistret"
+ ],
+ "Information": "This registry collects data on individuals undergoing assessment and treatment for gender dysphoria, including demographic information, psychological evaluations, medical and surgical treatments, and follow-up outcomes. It aims to monitor the quality of care provided to individuals with gender dysphoria and to support research in this field.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2017"
+ },
+ {
+ "name": "LKG-registret – Nationellt kvalitetsregister för läpp- käk- och/eller gomspalt",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://www.lkg-registret.se/",
+ "search_tags": [
+ "cleft lip",
+ "lip",
+ "palate"
+ ],
+ "Information": "Contains data on patients born with cleft lip, cleft palate, or both. It includes information on diagnosis, surgical interventions, follow-up care, speech and language outcomes, dental health, and psychosocial aspects. Data on patient demographics, types of clefts, and the timing and types of surgical procedures are also gathered. It has national coverage and includes data from all specialist centres in Sweden that treat cleft lip and palate. ",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "MMCUP – Kvalitetsregister för MMC (myelomeningocele) och annan neuralrörsdefekt",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://mmcup.se/",
+ "search_tags": [
+ "MMCUP",
+ "myelomeningocele",
+ "neural tube defect"
+ ],
+ "Information": "This registry collects data on patients with myelomeningocele (spina bifida) and other neural tube defects. It includes information on surgical interventions, neurological function, urological and orthopaedic outcomes, associated conditions, and patient-reported outcomes related to quality of life. It captures data on approximately 95% of all cases in Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2013"
+ },
+ {
+ "name": "Nationella Kataraktregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://www.kataraktreg.se/",
+ "search_tags": [
+ "eye",
+ "vision",
+ "cataract"
+ ],
+ "Information": " The register gathers comprehensive data on cataract surgeries performed in Sweden, including patient demographics, types of cataract, surgical techniques, intraocular lenses used, complications, and visual outcomes. This registry covers over 99% of all cataract surgeries in Sweden, including data from all ophthalmology clinics and hospitals performing these procedures.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1992"
+ },
+ {
+ "name": "Nationella Kvalitetsregistret för Infektionssjukdomar",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://www.infektionsregistret.se/",
+ "search_tags": [
+ "pathogen",
+ "infectious disease",
+ "infectious",
+ "infektionsregistret"
+ ],
+ "Information": "This registry collects data on patients diagnosed with various infectious diseases, including HIV, hepatitis, and tuberculosis. Information includes demographics, diagnostics, treatments, disease progression, and outcomes, as well as data on antimicrobial resistance and healthcare-associated infections. It covers most patients with infectious diseases treated in hospitals and clinics. ",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2007"
+ },
+ {
+ "name": "RIKSHÖFT",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://rikshoft.se/",
+ "search_tags": [
+ "RIKSHÖFT",
+ "fracture",
+ "hip",
+ "bone"
+ ],
+ "Information": "gathers data on patients with hip fractures, including demographic details, fracture types, treatments (surgical and non-surgical), complications, rehabilitation, and functional outcomes such as mobility and pain. It covers nearly all hospitals in Sweden that treat hip fractures, with around 90% of cases included in the registry.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1988"
+ },
+ {
+ "name": "SKaPa – Svenskt kvalitetsregister för Karies och Parodontit",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://www.skapareg.se/",
+ "search_tags": [
+ "Parodontit",
+ "dental caries",
+ "SKaPa",
+ "periodontitis"
+ ],
+ "Information": "SKaPa collects data on dental health, focusing on caries (tooth decay) and periodontitis (gum disease). Information includes dental examinations, treatment methods, preventive measures, and outcomes.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "SKRS – Svenskt Kvalitetsregister för Rehabilitering vid Synnedsättning",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/skrs",
+ "search_tags": [
+ "Synnedsättning",
+ "vision rehabilitation",
+ "eyesight"
+ ],
+ "Information": "SKRS collects data on individuals undergoing rehabilitation for visual impairment, including types of visual impairments, rehabilitation interventions, assistive devices used, and functional outcomes. The register includes data from all vision rehabilitation centres across Sweden, aiming for complete national coverage",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2015"
+ },
+ {
+ "name": "SQRTPA – Scandinavian Quality Register for Thyroid, Parathyroid and Adrenal surgery",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://sqrtpa.se/",
+ "search_tags": [
+ "parathyroid",
+ "thyroid",
+ "Adrenal",
+ "endocrine"
+ ],
+ "Information": "Data on patients undergoing surgery on the thyroid, parathyroid, or adrenal glands. It includes patient demographics, diagnoses, surgical details, pathology results, complications, and long-term outcomes. The registry includes data from major hospitals and surgical centres in Sweden, as well as in other Scandinavian countries.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2004"
+ },
+ {
+ "name": "Svenska Cornearegistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/cornea",
+ "search_tags": [
+ "transplant",
+ "corneal",
+ "Cornearegistret",
+ "vision"
+ ],
+ "Information": "Collects data on corneal surgeries, including corneal transplants. It tracks patient demographics, surgical techniques, donor and recipient details, complications, and visual outcomes. The registry includes data from all ophthalmology departments performing corneal surgeries in Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1996"
+ },
+ {
+ "name": "Svenska Nationella Fotledsregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://www.swedankle.se/",
+ "search_tags": [
+ "orthopedics",
+ "surgery",
+ "ankle",
+ "ankle surgery"
+ ],
+ "Information": "Data on ankle surgeries, including fracture types, surgical techniques, complications, rehabilitation, and functional outcomes such as mobility and pain.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1997"
+ },
+ {
+ "name": "Svenska Makularegistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://makulareg.se/",
+ "search_tags": [
+ "macular",
+ "eye",
+ "retina",
+ "macular diseases"
+ ],
+ "Information": "The registry gathers data on patients with macular diseases, such as age-related macular degeneration (AMD). It includes information on diagnosis, treatments (especially anti-VEGF injections), visual outcomes, and patient-reported outcomes. Includes data from all ophthalmology clinics treating macular diseases in Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "Svenska Skulder- och Armbågsregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/ssar",
+ "search_tags": [
+ "shoulder and elbow",
+ "Armbågsregistret",
+ "shoulder"
+ ],
+ "Information": "Data on shoulder and elbow surgeries, including patient demographics, diagnoses, surgical procedures, rehabilitation, complications, and outcomes such as range of motion and pain.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1999"
+ },
+ {
+ "name": "SweTrau – Svenska Traumaregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "http://www.swetrau.se/",
+ "search_tags": [
+ "SweTrau",
+ "Traumaregistret",
+ "trauma",
+ "injury"
+ ],
+ "Information": "SweTrau collects data on trauma patients, including types of injuries, severity, treatments provided, and outcomes such as survival rates and functional recovery. The registry includes data from all major trauma centres and emergency departments in Sweden, ensuring comprehensive national coverage of trauma care and outcomes.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2011"
+ },
+ {
+ "name": "AmbuReg – Ambulansregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/ambureg/",
+ "search_tags": [
+ "paramedic",
+ "AmbuReg",
+ "ambulance",
+ "emergency"
+ ],
+ "Information": "AmbuReg collects data on pre-hospital care provided by ambulance services in Sweden. This includes information on patient demographics, medical conditions, types of interventions performed, response times, and outcomes of pre-hospital treatment.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2016"
+ },
+ {
+ "name": "Analfistelregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register",
+ "search_tags": [
+ "Analfistelregistret",
+ "colorectal",
+ "anal",
+ "fistula"
+ ],
+ "Information": "This registry collects information on patients undergoing treatment for anal fistulas, including demographic data, types of fistulas, surgical and non-surgical treatments, complications, and outcomes such as healing rates and recurrence.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "GamReg Sweden – Kvalitetsregister för spel- och dataspelsberoende",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register/gamreg-sweden",
+ "search_tags": [
+ "gamreg",
+ "addiction",
+ "gambling addiction",
+ "gaming addiction"
+ ],
+ "Information": "GamReg collects data on individuals seeking treatment for gambling and gaming addiction. This includes information on demographics, types of addiction, treatments provided (such as counselling or medication), and outcomes related to addiction severity and recovery. The registry covers multiple treatment centres and clinics across Sweden that specialise in addiction therapy.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2019"
+ },
+ {
+ "name": "Glaukomregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register",
+ "search_tags": [
+ "optic nerve",
+ "glaucoma",
+ "vision",
+ "Glaukomregistret"
+ ],
+ "Information": "The Glaucoma Register collects data on patients diagnosed with glaucoma, including patient demographics, diagnostic criteria, intraocular pressure measurements, visual field data, treatments (medications or surgeries), and outcomes.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "LHON-registret – Registret för Lebers Hereditära Opticusneuropati",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://lhon-registret.se/om-lhon/",
+ "search_tags": [
+ "optic",
+ "Lebers",
+ "Leber's hereditary optic neuropathy",
+ "LHON-registret"
+ ],
+ "Information": "Data from the registry may be used to try to identify the risk of developing vision impairment. Since the registry not only includes individuals with vision impairment but also carriers of the genetic variants who have normal vision, the registry may eventually be used to identify environmental or lifestyle factors that preceded vision impairment.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2018"
+ },
+ {
+ "name": "LSR – Lund Stroke Register",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://portal.research.lu.se/sv/projects/lund-stroke-register",
+ "search_tags": [
+ "endovascular",
+ "Register",
+ "stroke",
+ "LSR"
+ ],
+ "Information": "The Lund Stroke Register collects data on patients admitted to the Lund University Hospital with a diagnosis of stroke. Data includes patient demographics, stroke type and severity, treatments provided, rehabilitation, and outcomes. The registry specifically covers patients treated at Lund University Hospital, providing detailed insights into stroke care and outcomes within this institution.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2001"
+ },
+ {
+ "name": "Njurtransplantationsregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register",
+ "search_tags": [
+ "Njurtransplantationsregistret",
+ "renal",
+ "transplant",
+ "kidney"
+ ],
+ "Information": "Collects data on kidney transplant procedures and outcomes.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "Barnkirurgi operationsregister",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register",
+ "search_tags": [
+ "paediatric surgeries",
+ "Barnkirurgi"
+ ],
+ "Information": "Monitors outcomes of paediatric surgeries.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "Register för brachyterapi vid uvealt melanom",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register",
+ "search_tags": [
+ "melanoma",
+ "brachytherapy",
+ "Register",
+ "uveal melanoma"
+ ],
+ "Information": "Tracks outcomes of brachytherapy for uveal melanoma.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "Sklerodermiregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register",
+ "search_tags": [
+ "skin",
+ "autoimmune",
+ "Sklerodermiregistret",
+ "scleroderma"
+ ],
+ "Information": "Monitors treatment outcomes for scleroderma patients.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "Svenska Lambåregistret",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register",
+ "search_tags": [
+ "Svenska",
+ "Lambåregistret"
+ ],
+ "Information": "Tracks outcomes of flap surgeries and patient recovery.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "SweAAA – Svenskt Register för Abdominellt Aortaaneurysm",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register",
+ "search_tags": [
+ "aortic",
+ "abdominal aortic aneurysm",
+ "vascular"
+ ],
+ "Information": "Monitors outcomes of abdominal aortic aneurysm treatments.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "Sällsynta diagnoser",
+ "registry_centre": [
+ "Registercentrum Syd"
+ ],
+ "url": "https://rcsyd.se/anslutna-register",
+ "search_tags": [
+ "rare disease",
+ "genetic"
+ ],
+ "Information": "Collects data on rare diseases, focusing on diagnosis and treatment outcomes.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "PsoReg – Nationellt register för systembehandling av psoriasis",
+ "registry_centre": [
+ "Registercentrum Norr"
+ ],
+ "url": "https://psoreg.se/",
+ "search_tags": [
+ "skin",
+ "psoriasis",
+ "PsoReg",
+ "psoriasis treatment"
+ ],
+ "Information": "soReg tracks patients undergoing systemic treatment for psoriasis, collecting data on treatment efficacy, patient demographics, disease severity, and quality of life. It covers dermatology clinics across Sweden, aiming for nationwide coverage to monitor long-term outcomes and improve patient care.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2006"
+ },
+ {
+ "name": "Riksstroke – Nationellt kvalitetsregister för strokesjukvård",
+ "registry_centre": [
+ "Registercentrum Norr"
+ ],
+ "url": "https://www.riksstroke.org/sve/",
+ "search_tags": [
+ "Riksstroke",
+ "endovascular",
+ "stroke",
+ "kvalitetsregister"
+ ],
+ "Information": "Riksstroke gathers data on stroke care, including patient characteristics, acute treatment, rehabilitation, and long-term follow-up. It covers all hospitals in Sweden, ensuring comprehensive national coverage, and provides insights into stroke outcomes and healthcare quality improvements.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1994"
+ },
+ {
+ "name": "Svenskt Bråckregister – Nationellt kvalitetsregister inom bråckkirurgi",
+ "registry_centre": [
+ "Registercentrum Norr"
+ ],
+ "url": "http://svensktbrackregister.se/",
+ "search_tags": [
+ "bråck"
+ ],
+ "Information": "This register collects information on hernia surgeries, including patient demographics, surgical techniques, complications, and outcomes such as recurrence rates. It covers hospitals and clinics performing hernia surgeries in Sweden, providing comprehensive national data on treatment quality.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1992"
+ },
+ {
+ "name": "GynOp – Nationella kvalitetsregister inom gynekologisk kirurgi",
+ "registry_centre": [
+ "Registercentrum Norr"
+ ],
+ "url": "https://www.gynop.se/",
+ "search_tags": [
+ "gynecological surgeries",
+ "GynOp",
+ "gynecological"
+ ],
+ "Information": "Tracks outcomes of gynaecological surgeries, collecting data on patient demographics, surgical methods, complications, and recovery. It covers nearly all hospitals in Sweden performing gynaecological surgeries, offering extensive national coverage to improve surgical outcomes and patient safety.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "SveATTR – Svenska transtyretinamyloidosregistret",
+ "registry_centre": [
+ "Registercentrum Norr"
+ ],
+ "url": "https://regionvasterbotten.se/for-vardgivare/kunskapsstod/kvalitetsregistret-sveattr",
+ "search_tags": [
+ "transtyretinamyloidosregistret",
+ "SveATTR"
+ ],
+ "Information": "SveATTR collects data on patients with transthyretin amyloidosis and genetic carriers. It tracks patient demographics, treatments, and outcomes to improve care and facilitate research. It includes data from hospitals across Sweden,",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2019"
+ },
+ {
+ "name": "DBS – Kvalitetsregister inom deep brain stimulation",
+ "registry_centre": [
+ "Registercentrum Norr"
+ ],
+ "url": "https://deepbrainstimulation.se/",
+ "search_tags": [
+ "DBS",
+ "stimulation",
+ "deep brain"
+ ],
+ "Information": "The registry tracks patients undergoing deep brain stimulation (DBS) for movement disorders. It collects data on surgical procedures, outcomes, and complications. Coverage includes hospitals performing DBS in Sweden,",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "CKG – Kardiovaskulär genetik",
+ "registry_centre": [
+ "Registercentrum Norr"
+ ],
+ "url": "https://www.regionvasterbotten.se/forskning/profilomraden/kardiovaskular-genetik",
+ "search_tags": [
+ "Kardiovaskulär",
+ "genetik",
+ "CKG",
+ "Cardiovascular"
+ ],
+ "Information": "This registry collects data on patients with genetic cardiovascular conditions, focusing on genetic information, treatments, and patient outcomes. It aims for national coverage.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "Unknown"
+ },
+ {
+ "name": "Terapeutisk aferes – Internationellt register för terapeutisk aferes behandling",
+ "registry_centre": [
+ "Registercentrum Norr"
+ ],
+ "url": "https://www.waa-registry.org/",
+ "search_tags": [
+ "aferes"
+ ],
+ "Information": "his international registry gathers data on therapeutic apheresis treatments, tracking patient demographics, procedures, and outcomes to improve treatment protocols across participating countries.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "1992"
+ },
+ {
+ "name": "AURICULA – Nationellt register för förmaksflimmer och antikoagulation",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/auricula/",
+ "search_tags": [
+ "atrial fibrillation",
+ "aFib"
+ ],
+ "Information": "This registry collects data on patients with atrial fibrillation, focusing on diagnostic procedures, treatments, and outcomes to improve care for those requiring anticoagulation. It covers hospitals and clinics across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2007"
+ },
+ {
+ "name": "GallRiks – Svenskt kvalitetsregister för gallstenskirurgi",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/gallriks/",
+ "search_tags": [
+ "GallRiks",
+ "cholecystectomy",
+ "gallstone surgery"
+ ],
+ "Information": "GallRiks monitors gallstone surgeries in Sweden, collecting data on over 12,000 gallbladder surgeries and 6,000 endoscopic procedures annually. It tracks complications, surgery types, and patient outcomes, aiming to reduce post-operative complications, which occur in 5-10% of cases. GallRiks covers all hospitals performing gallstone surgery, ensuring comprehensive national data.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2005"
+ },
+ {
+ "name": "Kateterablationsregistret – Nationellt kvalitetsregister för kateterablation vid hjärtrusningar",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "http://www.ablationsregistret.se/",
+ "search_tags": [
+ "kateterablation",
+ "cardiovascular"
+ ],
+ "Information": "This registry collects data on catheter ablation for arrhythmias, including procedural details and patient outcomes. It covers Swedish hospitals performing these procedures.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2004"
+ },
+ {
+ "name": "NRS – Nationellt register över smärtrehabilitering",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/nrs/",
+ "search_tags": [
+ "pain",
+ "pain rehab"
+ ],
+ "Information": "NRS gathers data on patients undergoing pain rehabilitation for chronic pain. It collects information on treatments, rehabilitation plans, and patient-reported outcomes to monitor and improve the quality of life for these patients. NRS covers clinics across Sweden and is aimed at both short- and long-term outcome analysis.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2009"
+ },
+ {
+ "name": "RiksSvikt – Nationellt kvalitetsregister för hjärtsvikt",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/rikssvikt/",
+ "search_tags": [
+ "RiksSvikt",
+ "hear disease"
+ ],
+ "Information": "RiksSvikt collects data on patients with heart failure, focusing on diagnostics, treatments, and long-term outcomes. It aims to ensure that 90% of patients are treated according to national guidelines, covering most hospitals across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2003"
+ },
+ {
+ "name": "RiksSår – Nationellt kvalitetsregister för svårläkta sår",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.rikssar.se/",
+ "search_tags": [
+ "svårläkta",
+ "RiksSår",
+ "wound"
+ ],
+ "Information": "This registry gathers data on patients with chronic wounds, focusing on wound types, treatments, and healing outcomes. It aims to improve care for patients with non-healing wounds and involves both primary and specialist care facilities across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2009"
+ },
+ {
+ "name": "Senior alert – Nationellt kvalitetsregister för vård och omsorg",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.senioralert.se/",
+ "search_tags": [
+ "Senior",
+ "senior alert",
+ "treatment"
+ ],
+ "Information": "Senior alert monitors the care of over 500,000 elderly patients annually. It tracks risks like falls, malnutrition, and pressure ulcers, with national coverage in elderly care facilities, hospitals, and home care.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "SOReg – Scandinavian Obesity Surgery Registry",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/soreg/",
+ "search_tags": [
+ "Obesity",
+ "Scandinavian",
+ "Surgery",
+ "SOReg"
+ ],
+ "Information": "SOReg collects data from approximately 7,000 patients annually undergoing bariatric surgery in Sweden. It monitors surgical types, complications, and long-term outcomes, covering all bariatric surgery centres in Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2007"
+ },
+ {
+ "name": "SPAHR – Svenska PAH & CTEPH registret",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/spahr/",
+ "search_tags": [
+ "registret",
+ "CTEPH",
+ "SPAHR"
+ ],
+ "Information": "Includes about 500 patients diagnosed with pulmonary arterial hypertension (PAH) and chronic thromboembolic pulmonary hypertension (CTEPH) in Sweden. It focuses on tracking diagnosis, treatments, and outcomes.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "SPOR – Svenskt perioperativt register",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/spor/",
+ "search_tags": [
+ "register",
+ "SPOR",
+ "UCR",
+ "perioperativt"
+ ],
+ "Information": "SPOR collects perioperative data from over 1.2 million surgeries annually in Sweden, focusing on anaesthesia and post-surgical recovery. The registry helps improve patient safety in surgical care across Swedish hospitals.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2011"
+ },
+ {
+ "name": "SveDem – Svenska registret för kognitiva sjukdomar/demenssjukdomar",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/svedem/",
+ "search_tags": [
+ "Cognitive",
+ "Dementia",
+ "UCR",
+ "SveDem"
+ ],
+ "Information": "SveDem tracks more than 90,000 patients with dementia, collecting data on cognitive evaluations, treatments, and long-term care plans. It includes primary care and memory clinics across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2007"
+ },
+ {
+ "name": "SWEDCON – Barnhjärtregistret (inkluderar GUCH, det vill säga vuxna med medfött hjärtfel)",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/swedcon/",
+ "search_tags": [
+ "GUCH",
+ "children",
+ "heart",
+ "SWEDCON"
+ ],
+ "Information": "SWEDCON focuses on congenital heart disease, tracking surgeries, treatments, and outcomes for children and adults with congenital heart defects. It includes all centres in Sweden treating congenital heart disease, ensuring comprehensive national coverage.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1998"
+ },
+ {
+ "name": "SWEDEHEART – Sammanslagning av RIKS-HIA, SEPHIA, SCAAR, TAVI, Svenska Hjärtkirurgiregistret och Kardiogenetikregistret.",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/swedeheart/",
+ "search_tags": [
+ "SEPHIA",
+ "SCAAR",
+ "TAVI",
+ "SwEDEHEART"
+ ],
+ "Information": "SWEDEHEART is a national registry that includes data from acute coronary care (RIKS-HIA), coronary angiography (SCAAR), heart surgery, and secondary prevention (SEPHIA). It covers nearly all cardiac care units in Sweden, providing comprehensive data on heart disease management",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2009"
+ },
+ {
+ "name": "SWEDEVOX – Andningssviktregistret över oxygenbehandling och respiratorbehandling i hemmet",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/swedevox/",
+ "search_tags": [
+ "oxygen",
+ "UCR",
+ "SWEDEVOX"
+ ],
+ "Information": "This registry collects data on patients receiving oxygen or ventilator therapy for respiratory failure at home. It tracks treatment outcomes and covers hospitals providing these services across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "SWEDVASC – Nationellt register för kärlkirurgi",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/swedvasc/",
+ "search_tags": [
+ "vain",
+ "SWEDVASC"
+ ],
+ "Information": "SWEDVASC includes more than 100,000 vascular surgery cases. It tracks procedures like aneurysm repairs and peripheral artery disease treatment from hospitals across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1994"
+ },
+ {
+ "name": "SVAR – Svenskt akutvårdsregister",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/svar/",
+ "search_tags": [
+ "acute",
+ "SVAR",
+ "acute care"
+ ],
+ "Information": "SVAR is a national registry designed to cover the entire emergency care process, including prehospital care, emergency departments, and acute wards. It currently tracks over 600,000 patient visits annually and aims to improve the quality of emergency care across Sweden. Data is automatically collected from patient records to ensure high coverage and reliability.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "TBI – Traumatic Brain Injury",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/tbi/",
+ "search_tags": [
+ "TBI",
+ "Brain",
+ "Injury",
+ "Traumatic"
+ ],
+ "Information": "The Traumatic Brain Injury registry collects data on patients with severe brain injuries, focusing on trauma mechanisms, treatments, and rehabilitation outcomes. While no specific patient numbers were found, this registry is part of broader national efforts to improve care for trauma patients across Sweden.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "ThoR – Allmän Thoraxkirurgi",
+ "registry_centre": [
+ "Uppsala Clinical Research Center"
+ ],
+ "url": "https://www.ucr.uu.se/thor/",
+ "search_tags": [
+ "ThoR",
+ "Thorax",
+ "Thoraxkirurgi"
+ ],
+ "Information": "collects data on surgeries involving the lungs, trachea, esophagus, pleura, pericardium, thymus, diaphragm, and the chest wall including bones and muscles. While a significant portion of the surgeries focus on lung cancer, it also includes data on surgeries for benign conditions. The registry tracks surgical outcomes and complications to improve thoracic surgery care across Sweden.",
+ "category": [
+ "Other quality registry"
+ ],
+ "start_date": "2009"
+ },
+ {
+ "name": "BRIMP – Bröstimplantatregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://brimp.registercentrum.se/",
+ "search_tags": [
+ "Breast implant",
+ "Bröstimplantatregistret",
+ "BRIMP"
+ ],
+ "Information": "BRIMP collects data on all breast implant procedures, including both cosmetic and reconstructive surgeries. It tracks implant types, surgical methods, and complications, aiming to improve patient safety. The registry covers all healthcare providers that perform breast implant surgeries in Sweden, with about 9,936 breast implants tracked in the Västra Götaland region between 2014 and 2021.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2014"
+ },
+ {
+ "name": "Kranio – Kranioregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://kranio.registercentrum.se/",
+ "search_tags": [
+ "Kranioregistret",
+ "Kranio",
+ "cranial"
+ ],
+ "Information": "This registry collects data on patients undergoing cranial surgery for congenital malformations, trauma, or other conditions. It tracks surgical outcomes, complications, and long-term recovery but does not have widely available patient numbers. Coverage includes hospitals performing cranial surgeries across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2023"
+ },
+ {
+ "name": "LVR – Luftvägsregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://lvr.registercentrum.se/",
+ "search_tags": [
+ "Luftvägsregistret",
+ "LVR",
+ "airways"
+ ],
+ "Information": "LVR gathers data on respiratory disorders, particularly focusing on patients requiring long-term oxygen or ventilator support. The registry tracks treatment types, patient demographics, and outcomes across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2013"
+ },
+ {
+ "name": "Nationellt kvalitetsregister för öron-, näs- och halssjukvård:",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://orl.registercentrum.se/",
+ "search_tags": [
+ "ear,",
+ "nose",
+ "throat",
+ "treatment"
+ ],
+ "Information": "Tracks treatments and outcomes for various ENT conditions. It includes nine sub-registries: surgery for hearing improvement with stapes prostheses, nasal septum surgery, tympanostomy tube surgeries, vocal cord surgery, hearing rehabilitation with hearing aids, cochlear implants, tonsillectomy, eardrum repair surgeries, and snoring surgeries. These registries cover hospitals and clinics across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1997"
+ },
+ {
+ "name": "NDR – Nationella Diabetesregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://ndr.registercentrum.se/",
+ "search_tags": [
+ "NDR",
+ "Nationella",
+ "Diabetes"
+ ],
+ "Information":"The data collected focuses on glycaemic control, risk factors, complications, and treatment outcomes for patients with both type 1 and type 2 diabetes. It promotes evidence-based healthcare by making data available to healthcare providers for regular comparison and quality improvement efforts. The NDR is one of the largest diabetes registries in the world, covering nearly 90% of patients with diabetes in Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1996"
+ },
+ {
+ "name": "NROK – Nationella registret för ortognatkirurgi",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://nrok.registercentrum.se/",
+ "search_tags": [
+ "orthognathic surgery",
+ "NROK"
+ ],
+ "Information": "This registry collects data on 900-1000 corrective jaw surgeries annually in Sweden. The focus is on improving care quality and ensuring equal access to treatment for patients with dentofacial anomalies. It tracks surgical outcomes and patient safety, helping to ensure consistent standards of care across clinics",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2018"
+ },
+ {
+ "name": "QregPV – Primärvårdens kvalitetsregister Västra Götaland",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://qregpv.registercentrum.se/",
+ "search_tags": [
+ "QregPV"
+ ],
+ "Information": "This registry focuses on primary care for conditions like hypertension and coronary artery disease. It includes data from over 200,000 patients, helping healthcare providers track and improve treatment outcomes.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2006"
+ },
+ {
+ "name": "Riksfot – Svenska fotkirurgiska registret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://fot.registercentrum.se/",
+ "search_tags": [
+ "foot",
+ "feet",
+ "Riksfot",
+ "surgery"
+ ],
+ "Information": "The Swedish Fracture Register (SFR) tracks over 900,000 fractures and registers over 100,000 new fractures each year. It collects data on all types of fractures, both surgical and non-surgical, to improve treatment outcomes and reduce complications. The registry is used in research and clinical improvement efforts across Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2011"
+ },
+ {
+ "name": "SESAR – Svenska Sömnapnéregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://sesar.registercentrum.se/",
+ "search_tags": [
+ "apnea",
+ "SESAR",
+ "sleep apnea"
+ ],
+ "Information": " focuses on tracking the diagnosis, treatment, and follow-up of patients with suspected or confirmed sleep apnea (mostly obstructive sleep apnea, OSA). The registry now includes around 120,000 patients. The number of healthcare units reporting to SESAR has grown steadily, and as of 2023, over 50 units are actively contributing data. In the last year, approximately 40,000 patient care events were registered, showing significant growth in both reporting and registry coverage",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "SFR – Svenska Frakturregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://sfr.registercentrum.se/",
+ "search_tags": [
+ "SFR",
+ "fracture"
+ ],
+ "Information": "It aims to track all types of fractures treated in Sweden, with data covering fracture characteristics, patient demographics, injury types, and treatment outcomes. Both surgical and non-surgical treatments are recorded, including any subsequent reoperations or complications. The registry serves a dual purpose: improving clinical care through feedback on treatment outcomes and facilitating research. By 2023, more than 900,000 fractures had been registered, and over 100,000 new fractures are added each year. The SFR is notable for being implemented across all 54 orthopaedic departments in Sweden, with most achieving a completeness of 75-95% in matching fractures to official health databases.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2011"
+ },
+ {
+ "name": "SLR – Svenska Ledprotesregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://slr.registercentrum.se/",
+ "search_tags": [
+ "Ledprotesregistret",
+ "prothese",
+ "SLR"
+ ],
+ "Information": "s a national quality registry that tracks all hip and knee joint replacement surgeries, including primary operations, revisions, and osteotomies (surgical bone cuts to correct alignment) performed across Sweden. The registry was officially established in 2020 after merging two previously separate registers—the Swedish Hip Arthroplasty Register (started in 1979) and the Swedish Knee Arthroplasty Register (started in 1975). Since then, SLR has been systematically collecting data to monitor and improve the quality of joint replacement surgeries nationwide. The registry covers all units performing joint replacements in Sweden, ensuring a very high coverage rate.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2020"
+ },
+ {
+ "name": "SPOQ – Svenskt Pediatriskt Ortopediskt Qvalitetsregister",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://spoq.registercentrum.se/",
+ "search_tags": [
+ "Ortopediskt",
+ "orthopedic",
+ "child",
+ "Pediatric care"
+ ],
+ "Information": "was established in 2015 and focuses on five major pediatric orthopedic conditions: hip instability (DDH), Perthes disease, slipped capital femoral epiphysis (SCFE), clubfoot (PEVA), and patellar dislocation. These conditions are significant for child orthopedics in Sweden, as untreated or delayed interventions can lead to lifelong physical impairments. The primary goal of SPOQ is to monitor and improve the quality of care by ensuring timely diagnosis and treatment. It tracks patient outcomes to prevent long-term issues like residual deformities, early-onset osteoarthritis, and the need for reoperations later in life. Data from the registry is used to evaluate treatment methods and inform clinical practice, with approximately 1 in 800 children born in Sweden being diagnosed with clubfoot.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2015"
+ },
+ {
+ "name": "Svenska Artrosregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://artrosregistret.registercentrum.se/",
+ "search_tags": [
+ "svenska artros",
+ "arthritis"
+ ],
+ "Information": "It tracks data on osteoarthritis (OA) care across Sweden, focusing on non-surgical, first-line treatments like education, physical activity, and weight control. The register aims to monitor the effects of these interventions on patients' pain levels, physical activity, and overall health. As of 2023, over 225,000 patients have been registered, with data collected via questionnaires before treatment, three months after, and one year post-treatment.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "Svenska Hjärt- lungräddningsregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://shlr.registercentrum.se/",
+ "search_tags": [
+ "cardiopulmonary resuscitation"
+ ],
+ "Information": "Plays a key role in tracking and improving cardiopulmonary resuscitation (CPR) efforts in Sweden. This registry is a vital tool in improving the chain of survival for heart attack victims, tracking critical factors such as time to intervention, quality of care, and long-term patient outcomes. Approximately 2,500 in-hospital cardiac arrests are reported annually, and out-of-hospital cases are similarly recorded, aiming for full coverage.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1990"
+ },
+ {
+ "name": "Svenska Thoraxtransplantationsregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://strax.registercentrum.se/",
+ "search_tags": [
+ "Thoraxtransplantationsregistret",
+ "transplant"
+ ],
+ "Information": "The registry focuses on monitoring heart and lung transplantations performed at the only two hospitals in Sweden where these surgeries are conducted: Skånes University Hospital in Lund and Sahlgrenska University Hospital in Gothenburg. STRAX aims to systematically collect information about patients before, during, and after their transplantation. This includes data from the waiting list, details of the surgeries, and lifelong follow-ups to track the success of the transplants and manage complications. Approximately 60-70 heart and lung transplants are performed annually in Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2018"
+ },
+ {
+ "name": "Svenskt Register för Rehabiliteringsmedicin",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://svereh.registercentrum.se/",
+ "search_tags": [
+ "rehab",
+ "rehabilitation",
+ "Rehabiliteringsmedicin",
+ "svereh"
+ ],
+ "Information": "Aimed at improving rehabilitation services for patients with brain injuries, spinal cord injuries, and other complex conditions. The registry collects data on demographics, rehabilitation outcomes, waiting times, and patient satisfaction. The registry supports continuous improvement in service quality and is widely used for research purposes.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2021"
+ },
+ {
+ "name": "SWEAPS – Svenska registret för avancerad barn- och ungdomskirurgi",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://sweaps.registercentrum.se/",
+ "search_tags": [
+ "surgery",
+ "SWEAPS"
+ ],
+ "Information": "Gathers comprehensive data on children requiring complex surgical interventions due to congenital malformations in the esophagus, intestines, and urinary system. It covers rare conditions like esophageal atresia and congenital diaphragmatic hernia. The goal is to enhance care quality, reduce risks, and improve long-term patient outcomes. Data collected includes patient demographics, surgical details, and long-term follow-ups from specialised centres.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2016"
+ },
+ {
+ "name": "Bipolär- och psykosregistret – Nationellt kvalitetsregister för bipolär sjukdom och schizofrenispektrumtillstånd",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://bipsy.registercentrum.se/",
+ "search_tags": [
+ "Schizophrenia",
+ "bipolar",
+ "psychosis"
+ ],
+ "Information": "Collects and analyses data on patients with bipolar disorder and schizophrenia spectrum conditions. Currently, the registry covers around 13,000 individuals with bipolar disorder from 166 healthcare units across Sweden. It tracks variables such as the number of mood episodes, medication types, treatment outcomes, and age of onset. The data is used to improve the quality of care, evaluate new treatments, and support research in psychiatric care.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2004"
+ },
+ {
+ "name": "Bättre Beroendevård",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://battreberoendevard.registercentrum.se/",
+ "search_tags": [
+ "Beroendevård",
+ "addiction"
+ ],
+ "Information": "focuses on patients receiving specialised care for substance use disorders, covering diagnoses such as alcohol, opioid, and multi-substance dependencies (ICD-10 codes F10-F19). Established to improve the quality and accessibility of addiction treatment, the registry tracks data on care plans, participation in medication-assisted programs (e.g., LARO for opioid addiction), and questions about the patient’s family situation, such as the presence of minors. The registry collaborates with healthcare units across Sweden, ensuring that treatment outcomes are monitored and used to refine addiction care strategies.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2009"
+ },
+ {
+ "name": "Kvalitetsregister ECT",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://ect.registercentrum.se/",
+ "search_tags": [
+ "ECT",
+ "electroconvulsive therapy"
+ ],
+ "Information": "he registry includes data on electroconvulsive therapy (ECT) treatments, which are used primarily for severe psychiatric conditions like depression. It has a coverage rate of approximately 96% as of 2022, with all hospitals in Sweden that provide ECT contributing data. Since 2018, it has also tracked repetitive transcranial magnetic stimulation (rTMS) treatments, covering 11 regions and with a 90% data coverage rate.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2012"
+ },
+ {
+ "name": "Q-bup – Nationellt kvalitetsregister för barn- och ungdomspsykiatri",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://qbup.registercentrum.se/",
+ "search_tags": [
+ "peadiatric care",
+ "child psychiatry",
+ "psychiatry"
+ ],
+ "Information": "focused on psychiatric care for children and adolescents across Sweden. Its primary aim is to improve the quality and equality of mental health services by collecting comprehensive data from various regions. This data includes patient demographics, diagnoses, treatments, and outcomes, providing a national benchmark for psychiatric services. As of recent reports, it had a national coverage rate of around 22%, with higher regional coverage in areas like Kalmar, Stockholm, Gävleborg, and Jämtland/Härjedalen, reaching 76%.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2017"
+ },
+ {
+ "name": "Riksät – Nationellt kvalitetsregister för ätstörningsbehandling",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://riksat.registercentrum.se/",
+ "search_tags": [
+ "Riksät",
+ "psychiatry",
+ "eating disorder"
+ ],
+ "Information": "It initially focused on specialised eating disorder units but has since expanded to include all eating disorder care in Sweden. The registry collects detailed data on patients, such as treatment duration, outcomes, and patient satisfaction, aiming to improve care quality and follow-up of treatment effects. Currently, approximately 50 units participate across 21 regions.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1999"
+ },
+ {
+ "name": "RättspsyK – Nationellt rättspsykiatriskt kvalitetsregister",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://rattspsyk.registercentrum.se/",
+ "search_tags": [
+ "rättspsykiatriskt",
+ "RättspsyK",
+ "psychiatry"
+ ],
+ "Information": "t tracks patients receiving forensic psychiatric care in Sweden, which involves compulsory treatment following legal decisions. The registry collects comprehensive data on 25 different indicators, including treatment plans, risk assessments, recidivism in criminal activity, use of coercive measures, and patient health status. In 2023, the registry followed up on 2,070 patients, marking its highest recorded coverage since inception.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "SibeR – Svenska internetbehandlingsregistret",
+ "registry_centre": [
+ "Registercentrum Västra Götaland"
+ ],
+ "url": "https://siber.registercentrum.se/",
+ "search_tags": [
+ "–",
+ "internetbehandlingsregistret",
+ "SibeR"
+ ],
+ "Information": "Collects data on internet-based psychological treatments, including cognitive behavioural therapy (iCBT), targeting mental health conditions across psychiatry, primary care, and somatic care. By 2021, SibeR had seen increasing use, with a significant portion of the data—70%—being directly transferred from patient records, facilitating streamlined data collection. The registry covers a wide range of treatments, including recent expansions into areas such as ADHD in adults and gastrointestinal issues.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2015"
+ },
+ {
+ "name": "Barnnjurregistret (BNR)",
+ "registry_centre": [
+ "Registercentrum Sydost"
+ ],
+ "url": "http://barnnjurregistret.se/",
+ "search_tags": [
+ "Barnnjurregistret",
+ "BNR"
+ ],
+ "Information": "Collects data on children and adolescents with kidney diseases in Sweden. It aims to improve care quality and monitor long-term outcomes for these patients. The register includes data from all paediatric nephrology units across the country, covering several hundred individuals. Key variables include disease diagnosis, treatments, and progression.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1998"
+ },
+ {
+ "name": "Barnreumaregistret",
+ "registry_centre": [
+ "Registercentrum Sydost"
+ ],
+ "url": "http://barnreumaregistret.se/",
+ "search_tags": [
+ "Barnreumaregistret",
+ "reuma",
+ "rheumatic disease"
+ ],
+ "Information": "Collects data on children with paediatric rheumatic diseases in Sweden. Its main purpose is to monitor the progression of these diseases, treatments given, comorbidities, and the health and quality of life of patients. Data from patients are used to track short- and long-term effects of treatments, allowing healthcare providers to improve the quality of care. The register covers all relevant healthcare units in Sweden.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2009"
+ },
+ {
+ "name": "Registret för medfödda metabola sjukdomar (RMMS)",
+ "registry_centre": [
+ "Registercentrum Sydost"
+ ],
+ "url": "http://rmms.se/",
+ "search_tags": [
+ "born",
+ "RMMS"
+ ],
+ "Information": "Tracks and monitors 46 rare metabolic disorders. The registry aims to improve the care of individuals with inherited metabolic diseases by gathering comprehensive data on patient demographics, diagnoses, treatments, and outcomes. The registry currently has a national coverage rate of 71% (as of 2024). RMMS is critical for standardising care across different regions in Sweden and supports ongoing research and quality improvement in healthcare for these rare conditions. Approximately 50 new cases are diagnosed annually.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2013"
+ },
+ {
+ "name": "Svenska Barnhälsovårdsregistret (BHVQ)",
+ "registry_centre": [
+ "Registercentrum Sydost"
+ ],
+ "url": "http://bhvq.se/",
+ "search_tags": [
+ "child",
+ "BHVQ",
+ "Barnhälsovårdsregistret"
+ ],
+ "Information": "It collects comprehensive data on various health indicators for children, such as growth metrics, maternal mental health screenings, and language development assessments, across all child healthcare centres in Sweden. The registry includes variables such as vaccination status, parental support programs, and exposure to secondhand smoke, which are tracked from the child's first to final visits. BHVQ facilitates nationwide monitoring of child health services, supporting research and quality improvement initiatives.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2013"
+ },
+ {
+ "name": "PIDcare",
+ "registry_centre": [
+ "Registercentrum Sydost"
+ ],
+ "url": "http://pidcare.se/",
+ "search_tags": [
+ "PIDcare"
+ ],
+ "Information": "The PIDcare registry focuses on individuals with primary immunodeficiencies (PID) and was established to improve care by tracking patient data, treatment outcomes, and long-term health. It collects detailed information on diagnosis, genetic findings, treatments, and immunological parameters.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2012"
+ },
+ {
+ "name": "Svenskt Njurregister (SNR)",
+ "registry_centre": [
+ "Registercentrum Sydost"
+ ],
+ "url": "https://www.medscinet.net/snr/",
+ "search_tags": [
+ "SNR",
+ "Njurregister",
+ "kidney"
+ ],
+ "Information": "Was established to monitor and improve the quality of kidney care in Sweden, tracking various aspects of treatment for patients with chronic kidney disease, dialysis, and kidney transplants. The registry covers virtually all dialysis and transplant centres in Sweden, ensuring comprehensive national coverage. Data variables include patient demographics, treatment outcomes, transplantation statistics, and long-term survival rates. By 2023, SNR had registered over 18,300 kidney transplants, with around 6,400 patients living with a functioning transplant. Each year, the registry reports on approximately 523 transplantations and a large number of dialysis treatments.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1991"
+ },
+ {
+ "name": "Swespine",
+ "registry_centre": [
+ "Registercentrum Sydost"
+ ],
+ "url": "http://www.swespine.se/",
+ "search_tags": [
+ "Swespine",
+ "spine",
+ "spine disorders"
+ ],
+ "Information": "It monitors spine surgeries performed across Sweden's orthopedic and neurosurgery clinics. By 2023, the registry included around 192,800 registered operations, with approximately 10,000 new spine surgeries added each year. The registry covers about 95% of the relevant clinics in Sweden, with a completeness rate of 85%, meaning a high proportion of patients who undergo spine surgery are captured.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "1998"
+ },
+ {
+ "name": "Swibreg",
+ "registry_centre": [
+ "Registercentrum Sydost"
+ ],
+ "url": "https://www.swibreg.se/",
+ "search_tags": [
+ "Swibreg"
+ ],
+ "Information": "Swibreg, the Swedish Inflammatory Bowel Disease Registry, was established to monitor and improve the care of individuals with inflammatory bowel diseases (IBD) like Crohn’s disease and ulcerative colitis. It tracks treatment outcomes, disease activity, and patient-reported quality of life across local, regional, and national levels. Swibreg currently includes data from over 64,000 registered patients.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2013"
+ },
+ {
+ "name": "Svenska Palliativregistret",
+ "registry_centre": [
+ "Registercentrum Sydost"
+ ],
+ "url": "https://palliativregistret.se/",
+ "search_tags": [
+ "Svenska",
+ "Palliativregistret",
+ "pallitative"
+ ],
+ "Information": "Designed to improve palliative care for patients at the end of life. The registry aims to cover all deaths in Sweden, regardless of diagnosis, age, or place of death. The registry includes data from approximately 90,000 deaths per year, contributing to continuous improvements in palliative care across various healthcare units. Variables collected include symptom management, patient and family support, and care preferences.",
+ "category": [
+ "National quality registry"
+ ],
+ "start_date": "2005"
+ },
+ {
+ "name": "Nationellt kvalitetsregister akut lymfatisk leukemi",
+ "registry_centre": [
+ "RCC Mellansverige"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/blod-lymfom-myelom/akut-lymfatiskt-leukemi-all/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister akut lymfatisk leukemi"
+ ],
+ "Information": "Established to support the treatment and care of patients diagnosed with this aggressive form of blood cancer, the registry collects comprehensive data on demographics, diagnosis, treatment protocols, and patient outcomes. Data variables include genetic markers, chemotherapy protocols, and remission rates, helping healthcare providers make informed decisions for better outcomes.",
+ "category": [
+ "National cancer quality registry",
+ "leukemi",
+ "leukemia"
+ ],
+ "start_date": "1997"
+ },
+ {
+ "name": "Akut myeloisk leukemi (AML) inklusive akut oklassificerad leukemi (AUL)",
+ "registry_centre": [
+ "RCC Mellansverige"
+ ],
+ "url": "https://cancercentrum.se/samverkan/vara-uppdrag/kunskapsstyrning/kvalitetsregister/",
+ "search_tags": [
+ "Akut myeloisk leukemi (AML) inklusive akut oklassificerad leukemi (AUL)"
+ ],
+ "Information": "Focuses on collecting detailed data related to acute myeloid leukemia (AML) and acute undifferentiated leukemia (AUL) in Sweden. This national cancer quality registry collects information on patient demographics, genetic markers, treatment protocols, and outcomes, with the aim of improving the care and survival of patients with these aggressive hematologic malignancies. Includes data from diagnostic processes, chemotherapy, bone marrow transplants, and patient follow-up care. Coverage is comprehensive across Sweden, including nearly all diagnosed patients.",
+ "category": [
+ "National cancer quality registry",
+ "leukemia",
+ "AUL",
+ "AML"
+ ],
+ "start_date": "1997"
+ },
+ {
+ "name": "Nationellt Kvalitetsregister för Bröstcancer NKBC",
+ "registry_centre": [
+ "RCC Stockholm Gotland"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/brost/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt Kvalitetsregister för Bröstcancer NKBC"
+ ],
+ "Information": "It collects comprehensive data on breast cancer patients, covering diagnosis, treatments, and outcomes. The registry includes data on tumour characteristics, surgical interventions, radiotherapy, chemotherapy, and hormone therapies, as well as patient demographics. NKBC is crucial for improving the quality of breast cancer care across the country by enabling continuous monitoring and benchmarking of clinical practices. The registry includes nearly all diagnosed breast cancer cases in Sweden.",
+ "category": [
+ "National cancer quality registry",
+ "breast cancer",
+ "bröstcancer"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "Svenska kvalitetsregistret för gynekologisk cancer",
+ "registry_centre": [
+ "RCC Väst"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/gynekologi/kvalitetsregister/",
+ "search_tags": [
+ "Svenska kvalitetsregistret för gynekologisk cancer"
+ ],
+ "Information": "A registry for gynaecological cancers, covering cancers of the ovaries, uterus, cervix, and vulva. collects detailed information on patient demographics, tumour characteristics, treatments (surgical, radiological, and chemotherapeutic), and follow-up outcomes. Its aim is to enhance the quality of care provided to women diagnosed with gynaecological cancers through systematic data collection and analysis. By monitoring treatment efficacy and patient outcomes across the country, the registry facilitates improvements in clinical practices and supports research efforts. It includes nearly all gynaecological cancer cases treated in Sweden.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "Nationellt kvalitetsregister hudmelanom (SweMR)",
+ "registry_centre": [
+ "RCC Syd"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/hud-och-melanom/malignt-melanom/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister hudmelanom (SweMR)"
+ ],
+ "Information": "Focuses on tracking and improving the care and outcomes of patients diagnosed with skin melanoma. The registry collects extensive data on tumour characteristics, treatment approaches (such as surgery and immunotherapy), and patient follow-up information. Key variables include Breslow thickness, ulceration, and metastasis status, all of which are critical for prognosis. The registry covers nearly all melanoma cases diagnosed in Sweden",
+ "category": [
+ "National cancer quality registry",
+ "melanoma",
+ "skin cancer"
+ ],
+ "start_date": "2003"
+ },
+ {
+ "name": "Svenskt kvalitetsregister för huvud- och halscancer",
+ "registry_centre": [
+ "RCC Mellansverige"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/huvud-och-hals/kvalitetsregister/",
+ "search_tags": [
+ "Svenskt kvalitetsregister för huvud- och halscancer",
+ "throat cancer",
+ "cancer"
+ ],
+ "Information": "The registry focuses on collecting data from patients diagnosed with cancers of the oral cavity, pharynx, larynx, salivary glands, and other related areas. It gathers comprehensive data on tumour characteristics, treatment methods (such as surgery, radiotherapy, and chemotherapy), and patient outcomes. The registry is instrumental in improving the quality of care by enabling continuous monitoring of treatment effectiveness and survival rates. Covers nearly all cases of head and neck cancer in Sweden.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "Svenska Hypofysregistret",
+ "registry_centre": [
+ "RCC Mellansverige"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/hjarna-ryggmarg-och-hypofys/hypofys/kvalitetsregister-for-hypofystumorer/",
+ "search_tags": [
+ "Svenska Hypofysregistret",
+ "pituitary gland",
+ "cancer"
+ ],
+ "Information": "The Svenska Hypofysregistret is Sweden's national quality registry for pituitary tumours and other related conditions affecting the pituitary gland. The registry collects data on patient demographics, tumour types, treatment protocols (such as surgery, radiotherapy, and medical treatments), and long-term outcomes. It includes detailed information about hormonal imbalances caused by pituitary disorders and tracks the effects of different treatment approaches on patient recovery and quality of life. The registry covers cases from various healthcare providers across Sweden, ensuring that nearly all pituitary tumour patients are included.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2011"
+ },
+ {
+ "name": "Nationellt kvalitetsregister kronisk lymfatisk leukemi",
+ "registry_centre": [
+ "RCC Stockholm Gotland"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/blod-lymfom-myelom/kronisk-lymfatisk-leukemi-kll/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister kronisk lymfatisk leukemi"
+ ],
+ "Information": "The registry aims to collect comprehensive data on patients diagnosed with CLL, including demographic information, genetic markers, treatment approaches, and patient outcomes. Key variables tracked include treatment response, disease progression, and long-term survival rates. The registry provides insights into how different therapeutic strategies affect patient outcomes and supports ongoing clinical research.",
+ "category": [
+ "National cancer quality registry",
+ "CLL",
+ "leukemia"
+ ],
+ "start_date": "2007"
+ },
+ {
+ "name": "Svenska registret för cancer i lever, gallblåsa och gallvägar (SweLiv)",
+ "registry_centre": [
+ "RCC Väst"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/lever-och-galla/kvalitetsregister/",
+ "search_tags": [
+ "Svenska registret för cancer i lever, gallblåsa och gallvägar (SweLiv)",
+ "liver",
+ "gallbladder",
+ "cancer"
+ ],
+ "Information": "Sweden’s national quality registry for cancers of the liver, gallbladder, and bile ducts. The registry collects data on patient demographics, tumour characteristics, treatments such as surgery, chemotherapy, and radiotherapy, and long-term outcomes, including survival rates. SweLiv covers nearly all cases of liver, gallbladder, and biliary cancers treated in Sweden, providing a comprehensive dataset that helps guide clinical practice and supports research efforts to improve treatment strategies.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2009"
+ },
+ {
+ "name": "Nationellt kvalitetsregister lymfom",
+ "registry_centre": [
+ "RCC Stockholm Gotland"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/blod-lymfom-myelom/lymfom-lymfkortelcancer/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister lymfom"
+ ],
+ "Information": "Sweden’s national quality registry for lymphoma, covering various types of lymphatic cancers such as Hodgkin's lymphoma and non-Hodgkin's lymphoma. Collects detailed data on patient demographics, tumour characteristics, treatment methods (including chemotherapy, immunotherapy, and radiation), and long-term outcomes. It provides comprehensive national coverage, capturing nearly all lymphoma cases treated in Sweden. ",
+ "category": [
+ "National cancer quality registry",
+ "Hodking's lymphoma",
+ "lymphoma"
+ ],
+ "start_date": "2000"
+ },
+ {
+ "name": "Nationellt kvalitetsregister myelodysplastiskt syndrom",
+ "registry_centre": [
+ "RCC Mellansverige"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/blod-lymfom-myelom/myelodysplastiskt-syndrom-mds/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister myelodysplastiskt syndrom",
+ "blood disorder",
+ "myelodysplastic"
+ ],
+ "Information": "A quality registry for myelodysplastic syndromes, a group of blood disorders that affect the bone marrow and lead to inefficient blood cell production. Collects data on patient demographics, genetic mutations, disease subtypes, treatment protocols (such as supportive care, chemotherapy, and stem cell transplantation), and long-term outcomes. The registry covers nearly all diagnosed cases of MDS in Sweden.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "Nationellt kvalitetsregister myeloproliferativa sjukdomar",
+ "registry_centre": [
+ "RCC Mellansverige"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/blod-lymfom-myelom/myeloproliferativa-sjukdomar-mpn/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister myeloproliferativa sjukdomar",
+ "MPN",
+ "myeloproliferative"
+ ],
+ "Information": "This MPN registry collects data on patient demographics, disease subtypes, genetic markers (such as JAK2 mutations), treatments (including cytoreductive therapy, interferon, and bone marrow transplants), and long-term outcomes like disease progression and survival rates. Covering nearly all diagnosed cases in Sweden, this registry provides valuable insights for standardising treatment protocols and enhancing patient care.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "Nationellt kvalitetsregister myelom",
+ "registry_centre": [
+ "RCC Väst"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/blod-lymfom-myelom/myelom/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister myelom",
+ "myeloma"
+ ],
+ "Information": "Sweden’s national quality registry for multiple myeloma, a cancer of plasma cells. Collects comprehensive data on patients with myeloma, including patient demographics, genetic markers, disease stage, and treatment regimens such as chemotherapy, immunotherapy, and stem cell transplantation. ",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2008"
+ },
+ {
+ "name": "Nationellt kvalitetsregister neuroendokrina buktumörer (GEP-NET)",
+ "registry_centre": [
+ "RCC Mellansverige"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/neuroendokrina-buktumorer/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister neuroendokrina buktumörer (GEP-NET)",
+ "GEP-NET"
+ ],
+ "Information": "The registry collects extensive data on patient demographics, tumour characteristics, genetic markers, treatments (such as surgery, targeted therapies, and peptide receptor radionuclide therapy), and patient outcomes like survival rates and tumour progression. GEP-NET provides nearly complete coverage of cases in Sweden.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2010"
+ },
+ {
+ "name": "Cancer utan känd primärtumör, CUP",
+ "registry_centre": [
+ "RCC Norr"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/okand-primartumor/",
+ "search_tags": [
+ "Cancer utan känd primärtumör, CUP",
+ "CUP",
+ "primary origin"
+ ],
+ "Information": "Sweden's national quality registry for cancer of unknown primary origin. It collects detailed data on patient demographics, diagnostic procedures, treatment approaches (such as chemotherapy, radiotherapy, and palliative care), and patient outcomes.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2013"
+ },
+ {
+ "name": "Forskningsregister för skelettmetastaser",
+ "registry_centre": [
+ "RCC Stockholm Gotland"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/overgripande-kunskapsstod/skelettmetastaser/",
+ "search_tags": [
+ "Forskningsregister för skelettmetastaser",
+ "bone metastases",
+ "cancer"
+ ],
+ "Information": "Focuses on bone metastases and collects data on cancer type, treatment approaches (such as radiotherapy, surgery, or medication to strengthen bones), and patient outcomes like pain relief, mobility, and survival. The registry covers nearly all cases of skeletal metastases treated in Sweden, making it an essential tool for improving patient care and treatment strategies.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2009"
+ },
+ {
+ "name": "Nationellt kvalitetsregister sköldkörtelcancer",
+ "registry_centre": [
+ "RCC Väst"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/skoldkortel/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister sköldkörtelcancer",
+ "thyroid cancer",
+ "thyroid"
+ ],
+ "Information": "Sweden’s national quality registry for thyroid cancer, established to monitor and improve the care and outcomes for patients diagnosed with this type of cancer. The registry collects comprehensive data on patient demographics, tumour characteristics, genetic markers, treatment modalities (such as surgery, radioactive iodine therapy, and hormone replacement), and patient outcomes, including survival rates and recurrence.",
+ "category": [
+ "National cancer quality registry"
+ ],
+ "start_date": "2003"
+ },
+ {
+ "name": "SveReKKS - kvalitetsregister",
+ "registry_centre": [
+ "RCC Väst"
+ ],
+ "url": "https://cancercentrum.se/samverkan/vara-uppdrag/prevention-och-tidig-upptackt/Screening-tjock-och-andtarmscancer/sverekks/",
+ "search_tags": [
+ "SveReKKS - kvalitetsregister"
+ ],
+ "Information": "Focuses on colorectal cancer screening and prevention. Collects detailed data on screening participation rates, diagnostic results, follow-up procedures, and treatment outcomes. This registry supports Sweden’s organised colorectal cancer screening program, aimed at early detection and treatment of precancerous lesions and cancer in the colon and rectum. ",
+ "category": [
+ "National cancer quality registry",
+ "colorectal cancer"
+ ],
+ "start_date": "2017"
+ },
+ {
+ "name": "Nationellt kvalitetsregister för analcancer",
+ "registry_centre": [
+ "RCC Norr"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/tjocktarm-andtarm-och-anal/anal/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för analcancer"
+ ],
+ "Information": "Sweden’s national quality registry for anal cancer. It was established to improve the diagnosis, treatment, and outcomes of patients with this relatively rare form of cancer. The registry collects data on patient demographics, tumour characteristics, treatment methods (such as chemotherapy, radiotherapy, and surgery), and long-term patient outcomes, including survival rates and recurrence.",
+ "start_date": "2015",
+ "category": [
+ "National cancer quality registry",
+ "anal cancer"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för barncancer",
+ "registry_centre": [
+ "RCC Stockholm Gotland"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/barn/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för barncancer",
+ "peadiatric cancer",
+ "cancer"
+ ],
+ "Information": "Established to improve the care and outcomes for children diagnosed with cancer, it gathers detailed information on patient demographics, cancer types, treatment protocols (such as chemotherapy, radiotherapy, and surgery), and long-term outcomes. The registry covers nearly all cases of paediatric cancer across Sweden, tracking patient survival rates, treatment effectiveness, and any late effects of therapy.",
+ "start_date": "2011",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för bukspottkörtelcancer (Pankreasregistret)",
+ "registry_centre": [
+ "RCC Syd"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/bukspottkortel/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för bukspottkörtelcancer (Pankreasregistret)",
+ "pancreatic cancer"
+ ],
+ "Information": "The registry collects comprehensive data on patient demographics, tumour characteristics, genetic markers, treatment modalities (such as surgery, chemotherapy, and radiotherapy), and long-term outcomes, including survival rates. Covers nearly all pancreatic cancer cases in Sweden.",
+ "start_date": "2011",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationella Kvalitetsregistret för Cervixcancerprevention (NKCx)",
+ "registry_centre": [
+ "RCC Stockholm Gotland"
+ ],
+ "url": "https://cancercentrum.se/samverkan/vara-uppdrag/prevention-och-tidig-upptackt/gynekologisk-cellprovskontroll/kvalitetsregister/",
+ "search_tags": [
+ "Nationella Kvalitetsregistret för Cervixcancerprevention (NKCx)"
+ ],
+ "Information": "Includes data on screening, diagnosis, and treatment for cervical cancer across Sweden. It collects information on screening participation, follow-up procedures, and patient outcomes to monitor and improve the effectiveness of the national cervical cancer screening program. The registry covers nearly all eligible women in Sweden who participate in routine screening.",
+ "start_date": "1999",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för hjärntumörer och centrala nervsystemet",
+ "registry_centre": [
+ "RCC Norr"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/hjarna-ryggmarg-och-hypofys/hjarna-och-ryggmarg/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för hjärntumörer och centrala nervsystemet",
+ "CNS",
+ "brain tumour"
+ ],
+ "Information": "Sweden's national quality registry for brain tumours and central nervous system (CNS) cancers. t collects comprehensive data on patient demographics, tumour characteristics, genetic markers, treatment methods (such as surgery, radiotherapy, and chemotherapy), and long-term outcomes like survival rates and neurological function.",
+ "start_date": "2009",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för KML",
+ "registry_centre": [
+ "RCC Mellansverige"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/blod-lymfom-myelom/kronisk-myeloisk-leukemi-kml/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för KML",
+ "chronic lyeloid leukemia"
+ ],
+ "Information": "Collects detailed data on patients diagnosed with this specific type of leukemia, tracking treatment methods (such as tyrosine kinase inhibitors), disease progression, and long-term patient outcomes, including survival rates and quality of life. It covers most patients diagnosed with KML in the country. ",
+ "start_date": "2002",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för lungcancer",
+ "registry_centre": [
+ "RCC Mellansverige"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/lunga-och-lungsack/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för lungcancer",
+ "lung cancer"
+ ],
+ "Information": "It collects comprehensive data on patient demographics, tumour characteristics, diagnostic procedures, treatment approaches (such as surgery, radiotherapy, chemotherapy, and immunotherapy), and long-term outcomes, including survival rates. Covers almost all lung cancer cases in Sweden.",
+ "start_date": "2002",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för matstrups- och magsäckscancer (NREV)",
+ "registry_centre": [
+ "RCC Syd"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/matstrupe-och-magsack/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för matstrups- och magsäckscancer (NREV)",
+ "gastric cancers",
+ "cancer"
+ ],
+ "Information": "Sweden’s national quality registry for oesophageal and gastric cancers. It collects detailed data on patient demographics, tumour characteristics, diagnostic procedures, treatment modalities (including surgery, chemotherapy, and radiotherapy), and patient outcomes such as survival rates and post-treatment quality of life.",
+ "start_date": "2007",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för njurcancer",
+ "registry_centre": [
+ "RCC Norr"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/njure/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för njurcancer",
+ "kidney cancer"
+ ],
+ "Information": "The registry tracks patient demographics, tumour characteristics, treatment modalities (such as surgery, targeted therapies, and immunotherapies), and long-term outcomes, including survival rates and quality of life. By covering nearly all kidney cancer cases in Sweden, the registry plays a crucial role in improving treatment standards, facilitating clinical research, and informing national guidelines for managing kidney cancer.",
+ "start_date": "2005",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationella kvalitetsregistret för organiserad prostatacancertestning (SweOPT)",
+ "registry_centre": [
+ "RCC Väst"
+ ],
+ "url": "https://cancercentrum.se/samverkan/vara-uppdrag/prevention-och-tidig-upptackt/prostatacancertestning/kvalitetsregister/",
+ "search_tags": [
+ "Nationella kvalitetsregistret för organiserad prostatacancertestning (SweOPT)",
+ "prostate cancer",
+ "prostate"
+ ],
+ "Information": "The registry gathers comprehensive data on screening participation, test results (such as PSA levels), diagnostic procedures, and follow-up treatments, ensuring consistency and quality in prostate cancer testing across Sweden.",
+ "start_date": "2023",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för sarkom",
+ "registry_centre": [
+ "RCC Syd"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/sarkom/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för sarkom",
+ "ewings sarcoma",
+ "sarcoma"
+ ],
+ "Information": "The registry aims to improve the diagnosis, treatment, and outcomes for patients with various forms of sarcoma, including osteosarcoma, Ewing’s sarcoma, and soft tissue sarcomas. It collects data on patient demographics, tumour characteristics, surgical interventions, chemotherapy, and radiotherapy treatments, as well as long-term outcomes such as recurrence rates and survival.",
+ "start_date": "2009",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för testikelcancer seminom",
+ "registry_centre": [
+ "RCC Syd"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/testikel/kvalitetsregister/#:~:text=Det%20nationella%20kvalitetsregistret%20för%20seminom,behandling%20av%20testikelcancer%20i%20Sverige.",
+ "search_tags": [
+ "Nationellt kvalitetsregister för testikelcancer seminom",
+ "prostate cancer"
+ ],
+ "Information": "The registry aims to improve the quality of care by allowing clinics and regions to compare their data with national statistics, providing insights into survival rates, tumour stages, and treatment effectiveness. It also facilitates research, including biobanking initiatives, by providing information on biological samples",
+ "start_date": "2000",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för tjock- och ändtarmscancer",
+ "registry_centre": [
+ "RCC Sydöst"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/tjocktarm-andtarm-och-anal/tjock--och-andtarm/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för tjock- och ändtarmscancer",
+ "colorectal cancer"
+ ],
+ "Information": "It collects comprehensive data on patients diagnosed with colorectal cancer, focusing on diagnosis, surgical treatments, radiotherapy, chemotherapy, and outcomes. The aim is to improve treatment protocols and outcomes by comparing data across hospitals and regions. The registry covers all major hospitals in Sweden and ensures complete national coverage. As of recent years, it tracks thousands of new cases annually, with around 6,000 new patients added each year.",
+ "start_date": "2007",
+ "category": [
+ "National cancer quality registry"
+ ]
+ },
+ {
+ "name": "Nationellt kvalitetsregister för urinblåsecancer",
+ "registry_centre": [
+ "RCC Stockholm Gotland"
+ ],
+ "url": "https://cancercentrum.se/samverkan/cancerdiagnoser/urinblasa-urinvagar/kvalitetsregister/",
+ "search_tags": [
+ "Nationellt kvalitetsregister för urinblåsecancer",
+ "bladder cancer"
+ ],
+ "Information": "It collects detailed information on patients diagnosed with bladder cancer, including tumour stage, grade, treatment methods (such as surgery, radiotherapy, chemotherapy, or immunotherapy), and long-term outcomes. The primary aim is to improve clinical practice by tracking treatments and outcomes across all hospitals in Sweden, ensuring uniform quality standards. The registry also supports research by providing data for evaluating treatment effectiveness. Annually, around 2,000 new bladder cancer cases are registered.",
+ "start_date": "1997",
+ "category": [
+ "National cancer quality registry"
+ ]
+ }
+]
\ No newline at end of file
diff --git a/pmp-frontend-app/src/assets/Partner logo/elixir-tess.svg b/pmp-frontend-app/src/assets/Partner logo/elixir-tess.svg
new file mode 100644
index 0000000..053344c
--- /dev/null
+++ b/pmp-frontend-app/src/assets/Partner logo/elixir-tess.svg
@@ -0,0 +1,20 @@
+
diff --git a/pmp-frontend-app/src/assets/Partner logo/gms-logo.png b/pmp-frontend-app/src/assets/Partner logo/gms-logo.png
new file mode 100644
index 0000000..cc35610
Binary files /dev/null and b/pmp-frontend-app/src/assets/Partner logo/gms-logo.png differ
diff --git a/pmp-frontend-app/src/assets/Partner logo/pmc-logo.png b/pmp-frontend-app/src/assets/Partner logo/pmc-logo.png
new file mode 100644
index 0000000..3079404
Binary files /dev/null and b/pmp-frontend-app/src/assets/Partner logo/pmc-logo.png differ
diff --git a/pmp-frontend-app/src/assets/Partner logo/sll_dp_outline.svg b/pmp-frontend-app/src/assets/Partner logo/sll_dp_outline.svg
new file mode 100644
index 0000000..812cfc6
--- /dev/null
+++ b/pmp-frontend-app/src/assets/Partner logo/sll_dp_outline.svg
@@ -0,0 +1,134 @@
+
+
+
diff --git a/pmp-frontend-app/src/assets/Partner logo/swe_pathogens_logo.png b/pmp-frontend-app/src/assets/Partner logo/swe_pathogens_logo.png
new file mode 100644
index 0000000..fa2650c
Binary files /dev/null and b/pmp-frontend-app/src/assets/Partner logo/swe_pathogens_logo.png differ
diff --git a/pmp-frontend-app/src/assets/images/ClinicalData.png b/pmp-frontend-app/src/assets/images/ClinicalData.png
new file mode 100644
index 0000000..2846491
Binary files /dev/null and b/pmp-frontend-app/src/assets/images/ClinicalData.png differ
diff --git a/pmp-frontend-app/src/assets/images/EventsTrainingImage.png b/pmp-frontend-app/src/assets/images/EventsTrainingImage.png
new file mode 100644
index 0000000..e2c2d67
Binary files /dev/null and b/pmp-frontend-app/src/assets/images/EventsTrainingImage.png differ
diff --git a/pmp-frontend-app/src/assets/images/dataSourcesIndexImage.png b/pmp-frontend-app/src/assets/images/dataSourcesIndexImage.png
index ddce966..fcf5d5a 100644
Binary files a/pmp-frontend-app/src/assets/images/dataSourcesIndexImage.png and b/pmp-frontend-app/src/assets/images/dataSourcesIndexImage.png differ
diff --git a/pmp-frontend-app/src/assets/images/hedestamIndexImage.png b/pmp-frontend-app/src/assets/images/hedestamIndexImage.png
index 7f45683..d15bea6 100644
Binary files a/pmp-frontend-app/src/assets/images/hedestamIndexImage.png and b/pmp-frontend-app/src/assets/images/hedestamIndexImage.png differ
diff --git a/pmp-frontend-app/src/components/FooterComponent.tsx b/pmp-frontend-app/src/components/FooterComponent.tsx
index 7875166..b748de3 100644
--- a/pmp-frontend-app/src/components/FooterComponent.tsx
+++ b/pmp-frontend-app/src/components/FooterComponent.tsx
@@ -9,12 +9,13 @@ export default function FooterComponent(): ReactElement {
'l1': { text: 'Data Sources', classes: LINK_CLASSES, link: '/datasources' },
'l2': { text: 'Events & Trainings', classes: LINK_CLASSES, link: '/eventsandtrainings' },
'l3': { text: 'Access Clinical Data', classes: LINK_CLASSES, link: '/accessclinicaldata' },
+ 'l4': { text: 'Clinical Registries', classes: LINK_CLASSES, link: '/registry' },
};
let linksCol2: { [id: string] : ILink; } = {
- 'l4': { text: 'About Us', classes: LINK_CLASSES, link: '/about' },
- 'l5': { text: 'Contact', classes: LINK_CLASSES, link: '/contact' },
- 'l6': { text: 'Privacy Policy', classes: LINK_CLASSES, link: '/privacy' },
+ 'l5': { text: 'About Us', classes: LINK_CLASSES, link: '/about' },
+ 'l6': { text: 'Contact', classes: LINK_CLASSES, link: '/contact' },
+ 'l7': { text: 'Privacy Policy', classes: LINK_CLASSES, link: '/privacy' },
};
let svgs: { [id: string] : ISVG; } = {
diff --git a/pmp-frontend-app/src/components/HeaderComponent.tsx b/pmp-frontend-app/src/components/HeaderComponent.tsx
index 8a4fb28..97e201c 100644
--- a/pmp-frontend-app/src/components/HeaderComponent.tsx
+++ b/pmp-frontend-app/src/components/HeaderComponent.tsx
@@ -3,14 +3,14 @@ import { ILink } from '../interfaces/types';
import { LINK_CLASSES } from '../constants';
import sciLifeLogo from '../assets/SciLifeLab logo/Precisionmedicineportal_logo_white.png';
import { useLocation } from 'react-router-dom';
-import { AboutPageContent, ContactPageContent, DataSourcesPageContent, EventsAndTrainingsPageContent, HomePageContent, PrivacyPageContent, ClinicalDataPageContent } from '../content/content';
+import { AboutPageContent, ContactPageContent, DataSourcesPageContent, EventsAndTrainingsPageContent, HomePageContent, PrivacyPageContent, ClinicalDataPageContent, RegistryPageContent } from '../content/content';
export default function HeaderComponent() {
let links: { [id: string] : ILink; } = {
'l1': { text: 'Data Sources', classes: LINK_CLASSES, link: 'datasources' },
'l2': { text: 'Events & Trainings', classes: LINK_CLASSES, link: 'eventsandtrainings' },
- 'l3': { text: 'Access Clinical Data', classes: LINK_CLASSES, link: '/accessclinicaldata' },
+ /*'l3': { text: 'Access Clinical Data', classes: LINK_CLASSES, link: '/accessclinicaldata' },*/
'l4': { text: 'Contact', classes: LINK_CLASSES, link: 'contact' },
'l5': { text: 'About Us', classes: LINK_CLASSES, link: 'about' },
};
@@ -56,6 +56,9 @@ export default function HeaderComponent() {
case "/accessclinicaldata":
textBar = ClinicalDataPageContent.textBar;
break;
+ case "/registry":
+ textBar = RegistryPageContent.textBar;
+ break;
default:
textBar = "";
break;
@@ -87,7 +90,7 @@ export default function HeaderComponent() {
))} */}
-
+
{textBar}
diff --git a/pmp-frontend-app/src/components/ImageCarouselAlternativeComponent.tsx b/pmp-frontend-app/src/components/ImageCarouselAlternativeComponent.tsx
index 9d9af73..b4ae0e6 100644
--- a/pmp-frontend-app/src/components/ImageCarouselAlternativeComponent.tsx
+++ b/pmp-frontend-app/src/components/ImageCarouselAlternativeComponent.tsx
@@ -1,29 +1,91 @@
import { ReactElement } from "react";
import { Link } from 'react-router-dom';
-import eventsAndTrainingsImg from '../assets/images/eventsAndTrainingsIndexImage.png';
import dataSourcesImg from '../assets/images/dataSourcesIndexImage.png';
import hedestamImg from '../assets/images/hedestamIndexImage.png';
+import eventsAndTrainingsImg from '../assets/images/eventsAndTrainingsIndexImage.png';
export default function ImageCarouselAlternativeComponent(): ReactElement {
return (
-
-
-
-
-
+
+ {/* Card Section */}
+
{/* Add mt-8 or your preferred value */}
+ {/* KIARVA Card */}
+
+
Stay updated with the latest events and training opportunities.
+
+
+
-
-
-
-
+
+ {/* How to Access Clinical Data and RAGnar Introduction Section */}
+
+ {/* How to Access Clinical Data Card */}
+
+
+
How to access clinical data in Sweden
+
Human data for research can be accessed from various sources such as medical records, quality registries, and research databases.
+
+
+
+ {/* RAGnar Introduction Section */}
+
+
Introducing RAGnar
+
+ Meet RAGnar!
+
+
-
-
-
-
+
+ {/* News Section with Dates and Multiple Items */}
+
+
What's new
+
+ {/* News Item 1 */}
+
+
2024-08-20
+
Precision medicine portal official launch
+
We are finally live!
+
+ {/* News Item 2 */}
+
+
2024-08-15
+
KIARVA
+
We are excited to introduce KIARVA, Karolinska Institutet Adaptive Immune Receptor Gene Variant Atlas, a resource by Hedestam's research group at Karolinska Institutet