Inera Core Implementation Guide
0.2.0 - ci-build
Sweden
Inera Core Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft as of 2025-12-09 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "section-presentation-style"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem section-presentation-style</b></p><a name=\"section-presentation-style\"> </a><a name=\"hcsection-presentation-style\"> </a><p>This case-sensitive code system <code>https://inera.se/fhir/core/CodeSystem/section-presentation-style</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">info-box<a name=\"section-presentation-style-info-box\"> </a></td><td>Information Box</td><td><div><p>Renderingshint: Grå bakgrund med informationsikon (ℹ️).</p>\n<p>Exempel CSS:\nbackground-color: #f0f0f0;\nborder-left: 4px solid #0066cc;</p>\n<p>Används för: Viktig information som kräver uppmärksamhet (inte brådskande).</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">warning-box<a name=\"section-presentation-style-warning-box\"> </a></td><td>Warning Box</td><td><div><p>Renderingshint: Gul bakgrund med varningsikon (⚠️).</p>\n<p>Exempel CSS:\nbackground-color: #fff3cd;\nborder-left: 4px solid #ffc107;</p>\n<p>Används för: Varningar och försiktighetsråd som kräver noggrann uppmärksamhet.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">framed-box<a name=\"section-presentation-style-framed-box\"> </a></td><td>Framed Box</td><td><div><p>Renderingshint: Vit bakgrund med border/ram.</p>\n<p>Exempel CSS:\nborder: 2px solid #333;\npadding: 1em;</p>\n<p>Används för: Uppmärksammat innehåll utan implikation av brådskande.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">collapsible<a name=\"section-presentation-style-collapsible\"> </a></td><td>Collapsible Section</td><td><div><p>Renderingshint: Initialt kollapsad, expanderbar med interaktion.</p>\n<p>Exempel: Expanderbar accordion med ▶/▼ ikon.</p>\n<p>Används för: Kompletterande information som användaren kan välja att läsa.</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://inera.se/fhir/core/CodeSystem/section-presentation-style"^^xsd:anyURI ;
fhir:l <https://inera.se/fhir/core/CodeSystem/section-presentation-style>
] ; #
fhir:version [ fhir:v "0.2.0"] ; #
fhir:name [ fhir:v "SectionPresentationStyle"] ; #
fhir:title [ fhir:v "Section Presentation Style"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2025-12-09"^^xsd:date] ; #
fhir:publisher [ fhir:v "Inera AB"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Inera AB" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.inera.se" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@inera.se" ] ] )
] [
fhir:name [ fhir:v "Inera AB" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.inera.se" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@inera.se" ] ] )
] ) ; #
fhir:description [ fhir:v "Renderingshints för visuell presentation av dokumentsektioner.\n\nDessa koder är **rekommendationer** för hur en sektion kan visas, inte krav.\nOlika klienter kan implementera dessa på olika sätt baserat på sina UI-riktlinjer.\n\n**Källa**: 1177 Inkorg visuella mönster för DocBook emphasis[@role]"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "SE" ] ;
fhir:display [ fhir:v "Sweden" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "info-box" ] ;
fhir:display [ fhir:v "Information Box" ] ;
fhir:definition [ fhir:v "Renderingshint: Grå bakgrund med informationsikon (ℹ️).\n\nExempel CSS:\nbackground-color: #f0f0f0;\nborder-left: 4px solid #0066cc;\n\nAnvänds för: Viktig information som kräver uppmärksamhet (inte brådskande)." ]
] [
fhir:code [ fhir:v "warning-box" ] ;
fhir:display [ fhir:v "Warning Box" ] ;
fhir:definition [ fhir:v "Renderingshint: Gul bakgrund med varningsikon (⚠️).\n\nExempel CSS:\nbackground-color: #fff3cd;\nborder-left: 4px solid #ffc107;\n\nAnvänds för: Varningar och försiktighetsråd som kräver noggrann uppmärksamhet." ]
] [
fhir:code [ fhir:v "framed-box" ] ;
fhir:display [ fhir:v "Framed Box" ] ;
fhir:definition [ fhir:v "Renderingshint: Vit bakgrund med border/ram.\n\nExempel CSS:\nborder: 2px solid #333;\npadding: 1em;\n\nAnvänds för: Uppmärksammat innehåll utan implikation av brådskande." ]
] [
fhir:code [ fhir:v "collapsible" ] ;
fhir:display [ fhir:v "Collapsible Section" ] ;
fhir:definition [ fhir:v "Renderingshint: Initialt kollapsad, expanderbar med interaktion.\n\nExempel: Expanderbar accordion med ▶/▼ ikon.\n\nAnvänds för: Kompletterande information som användaren kan välja att läsa." ]
] ) . #
IG © 2025+ Inera AB. Package se.inera.core#0.2.0 based on FHIR 4.0.1. Generated 2025-12-16
Links: Table of Contents |
QA Report