The emergency services should be a case for the constitutional court

From the perspective of the Björn Steiger Foundation, emergency care in Germany has major defects and urgently needs a reform. With a constitutional complaint in Karlsruhe, the organization, which is committed to improving the rescue system, wants to achieve uniform standards nationwide. The documents are to be submitted electronically to the Federal Constitutional Court today, as the foundation announced. “The federal government does not meet its constitutional obligation to ensure a comprehensive, uniform and high-quality emergency services system,” said Foundation President Pierre-Enric Steiger of the German Press Agency. The aim of the constitutional complaint is to find that the current regulation violates the Basic Law – in order to be able to tackle a nationwide improvement. The state of Baden -Württemberg draws the state in court because a controversial new rescue law came into force there last August. From the foundation’s point of view, it does not represent any improvement. Plans for a reorganization of the emergency services with a nationwide uniform standards also had the broken coalition of the SPD, Greens and FDP. With that from the traffic lights, however, these plans are viable. The Björn Steiger Foundation based in Winnenden near Stuttgart has been committed to improving the emergency services for decades. Among other things, it was significantly involved in the introduction of the nationwide emergency number 110/112.

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!

Share to Spread
Subscribe for notification
Exit mobile version