Dissolve-E: FHIR Implementation Guide for the AWMF Guideline Registry
0.1.0 - qa-preview
Dissolve-E: FHIR Implementation Guide for the AWMF Guideline Registry - Downloaded Version 0.1.0 See the Directory of published versions
| Active as of 2025-08-06 |
@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 "cs-level-of-consensus"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cs-level-of-consensus</b></p><a name=\"cs-level-of-consensus\"> </a><a name=\"hccs-level-of-consensus\"> </a><p>This case-insensitive code system <code>http://fhir.awmf.org/awmf.ig/CodeSystem/cs-level-of-consensus</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><td><b>Deutsch (German, de)</b></td></tr><tr><td style=\"white-space:nowrap\">strong-consensus<a name=\"cs-level-of-consensus-strong-consensus\"> </a></td><td>Strong consensus</td><td>Agreement by >95% of participants.</td><td>Starker Konsens</td></tr><tr><td style=\"white-space:nowrap\">consensus<a name=\"cs-level-of-consensus-consensus\"> </a></td><td>Consensus</td><td>Agreement by >75-95% of participants.</td><td>Konsens</td></tr><tr><td style=\"white-space:nowrap\">majority-agreement<a name=\"cs-level-of-consensus-majority-agreement\"> </a></td><td>Majority agreement</td><td>Agreement by >50-75% of participants.</td><td>Mehrheitliche Zustimmung</td></tr><tr><td style=\"white-space:nowrap\">no-majority-agreement<a name=\"cs-level-of-consensus-no-majority-agreement\"> </a></td><td>No majority agreement</td><td>Agreement by ≤50% of participants.</td><td>Keine mehrheitliche Zustimmung</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-level-of-consensus"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "LevelOfConsensusCS"] ; #
fhir:title [ fhir:v "Level of Consensus"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-08-06T18:15:04+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "AWMF e.V."] ; #
fhir:contact ( [
fhir:name [ fhir:v "AWMF e.V." ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.awmf.org" ] ] )
] ) ; #
fhir:description [ fhir:v "CodeSystem defining the values representing the level of consensus for a recommendation."] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "strong-consensus" ] ;
fhir:display [ fhir:v "Strong consensus" ] ;
fhir:definition [
fhir:v "Agreement by >95% of participants." ;
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "de" ] ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Zustimmung von > 95 % der Teilnehmenden" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] ) ] ;
( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:use [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/designation-usage"^^xsd:anyURI ] ;
fhir:code [ fhir:v "display" ] ;
fhir:display [ fhir:v "Display" ] ] ;
fhir:value [ fhir:v "Starker Konsens" ] ] )
] [
fhir:code [ fhir:v "consensus" ] ;
fhir:display [ fhir:v "Consensus" ] ;
fhir:definition [
fhir:v "Agreement by >75-95% of participants." ;
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "de" ] ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Zustimmung von > 75 - 95 % der Teilnehmenden" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] ) ] ;
( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:use [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/designation-usage"^^xsd:anyURI ] ;
fhir:code [ fhir:v "display" ] ;
fhir:display [ fhir:v "Display" ] ] ;
fhir:value [ fhir:v "Konsens" ] ] )
] [
fhir:code [ fhir:v "majority-agreement" ] ;
fhir:display [ fhir:v "Majority agreement" ] ;
fhir:definition [
fhir:v "Agreement by >50-75% of participants." ;
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "de" ] ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Zustimmung von > 50 - 75 % der Teilnehmenden" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] ) ] ;
( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:use [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/designation-usage"^^xsd:anyURI ] ;
fhir:code [ fhir:v "display" ] ;
fhir:display [ fhir:v "Display" ] ] ;
fhir:value [ fhir:v "Mehrheitliche Zustimmung" ] ] )
] [
fhir:code [ fhir:v "no-majority-agreement" ] ;
fhir:display [ fhir:v "No majority agreement" ] ;
fhir:definition [
fhir:v "Agreement by ≤50% of participants." ;
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "lang"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "de" ] ] [
fhir:url [ fhir:v "content"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Zustimmung von ≤ 50 % der Teilnehmenden" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] ) ] ;
( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:use [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/designation-usage"^^xsd:anyURI ] ;
fhir:code [ fhir:v "display" ] ;
fhir:display [ fhir:v "Display" ] ] ;
fhir:value [ fhir:v "Keine mehrheitliche Zustimmung" ] ] )
] ) . #
IG © 2024+ AWMF e.V.. Package awmf.ig#0.1.0 based on FHIR 6.0.0-ballot3. Generated 2025-08-06
Links: Table of Contents |
QA Report