Dissolve-E: AWMF Guideline Registry
0.2.0 - ci-build

Dissolve-E: AWMF Guideline Registry - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Level of Consensus - TTL Representation

Active as of 2026-08-06

Raw ttl | Download


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/cs-level-of-consensus> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cs-level-of-consensus"] ; # 
  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 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 &gt;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 &gt;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 &gt;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:l <http://fhir.awmf.org/awmf.ig/CodeSystem/cs-level-of-consensus>
  ] ; # 
  fhir:version [ fhir:v "0.2.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 "2026-08-06T17:09:42+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:l fhir:lang
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "de"
           ]
         ] [
           fhir:url [
             fhir:v "content"^^xsd:anyURI ;
             fhir:l fhir:content
           ] ;
           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:l <http://hl7.org/fhir/StructureDefinition/translation>
         ]
       ] )
     ] ;
     fhir:designation ( [
       fhir:language [ fhir:v "de" ] ;
       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:l fhir:lang
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "de"
           ]
         ] [
           fhir:url [
             fhir:v "content"^^xsd:anyURI ;
             fhir:l fhir:content
           ] ;
           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:l <http://hl7.org/fhir/StructureDefinition/translation>
         ]
       ] )
     ] ;
     fhir:designation ( [
       fhir:language [ fhir:v "de" ] ;
       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:l fhir:lang
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "de"
           ]
         ] [
           fhir:url [
             fhir:v "content"^^xsd:anyURI ;
             fhir:l fhir:content
           ] ;
           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:l <http://hl7.org/fhir/StructureDefinition/translation>
         ]
       ] )
     ] ;
     fhir:designation ( [
       fhir:language [ fhir:v "de" ] ;
       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:l fhir:lang
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "de"
           ]
         ] [
           fhir:url [
             fhir:v "content"^^xsd:anyURI ;
             fhir:l fhir:content
           ] ;
           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:l <http://hl7.org/fhir/StructureDefinition/translation>
         ]
       ] )
     ] ;
     fhir:designation ( [
       fhir:language [ fhir:v "de" ] ;
       fhir:value [ fhir:v "Keine mehrheitliche Zustimmung" ]
     ] )
  ] ) . #