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-recommendation-strength-awmf"] ; #
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-strength-awmf</b></p><a name=\"cs-recommendation-strength-awmf\"> </a><a name=\"hccs-recommendation-strength-awmf\"> </a><p>This case-insensitive code system <code>http://fhir.awmf.org/awmf.ig/CodeSystem/cs-recommendation-strength-awmf</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\">A<a name=\"cs-recommendation-strength-awmf-A\"> </a></td><td>Strong Recommendation</td><td>Uses wording such as 'shall' / 'shall not' (original: 'soll' / 'soll nicht').</td><td>Starke Empfehlung</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"cs-recommendation-strength-awmf-B\"> </a></td><td>Recommendation</td><td>Uses wording such as 'should' / 'should not' (original: 'sollte' / 'sollte nicht').</td><td>Empfehlung</td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"cs-recommendation-strength-awmf-0\"> </a></td><td>Open Recommendation</td><td>Uses wording such as 'may be considered' / 'may be omitted' (original: 'kann erwogen werden' / 'kann verzichtet werden').</td><td>Empfehlung offen</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-recommendation-strength-awmf"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "RecommendationStrengthAWMF"] ; #
fhir:title [ fhir:v "Recommendation Strength (AWMF)"] ; #
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 grading of recommendations according to German guideline methodology as used in AWMF S3 guidelines."] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "A" ] ;
fhir:display [ fhir:v "Strong Recommendation" ] ;
fhir:definition [
fhir:v "Uses wording such as 'shall' / 'shall not' (original: 'soll' / 'soll nicht')." ;
( 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 "Nutzung von Formulierungen mit 'soll' / 'soll nicht'" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] ) ] ;
( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Starke Empfehlung" ] ] )
] [
fhir:code [ fhir:v "B" ] ;
fhir:display [ fhir:v "Recommendation" ] ;
fhir:definition [
fhir:v "Uses wording such as 'should' / 'should not' (original: 'sollte' / 'sollte nicht')." ;
( 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 "Nutzung von Formulierungen mit 'sollte' / 'sollte nicht'" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] ) ] ;
( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Empfehlung" ] ] )
] [
fhir:code [ fhir:v "0" ] ;
fhir:display [ fhir:v "Open Recommendation" ] ;
fhir:definition [
fhir:v "Uses wording such as 'may be considered' / 'may be omitted' (original: 'kann erwogen werden' / 'kann verzichtet werden')." ;
( 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 "Nutzung von Formulierungen mit 'kann erwogen werden' / 'kann verzichtet werden'" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ] ] ) ] ;
( fhir:designation [
fhir:language [ fhir:v "de" ] ;
fhir:value [ fhir:v "Empfehlung offen" ] ] )
] ) . #
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