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

: Recommendation Synthesis Type - TTL Representation

Active as of 2025-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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cs-recommendation-synthesis-type"] ; # 
  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-recommendation-synthesis-type</b></p><a name=\"cs-recommendation-synthesis-type\"> </a><a name=\"hccs-recommendation-synthesis-type\"> </a><p>This case-insensitive code system <code>http://fhir.awmf.org/awmf.ig/CodeSystem/cs-recommendation-synthesis-type</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\">evidence-based<a name=\"cs-recommendation-synthesis-type-evidence-based\"> </a></td><td>Evidence-based</td><td>Evidence-based recommendation</td><td>Evidenzbasiert</td></tr><tr><td style=\"white-space:nowrap\">expert-consensus<a name=\"cs-recommendation-synthesis-type-expert-consensus\"> </a></td><td>Expert Consensus</td><td>Expert consensus recommendation</td><td>Konsensbasiert</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-recommendation-synthesis-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "RecommendationSynthesisTypeCS"] ; # 
  fhir:title [ fhir:v "Recommendation Synthesis Type"] ; # 
  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 values representing the synthesis type of a recommendation"] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "evidence-based" ] ;
fhir:display [ fhir:v "Evidence-based" ] ;
fhir:definition [
fhir:v "Evidence-based recommendation" ;
      ( 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 "Evidenzbasierte Empfehlung"           ]         ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]       ] )     ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Evidenzbasiert" ]     ] )
  ] [
fhir:code [ fhir:v "expert-consensus" ] ;
fhir:display [ fhir:v "Expert Consensus" ] ;
fhir:definition [
fhir:v "Expert consensus recommendation" ;
      ( 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 "Konsensbasierte Empfehlung"           ]         ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ]       ] )     ] ;
    ( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Konsensbasiert" ]     ] )
  ] ) . #