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 |
{
"resourceType" : "CodeSystem",
"id" : "cs-recommendation-synthesis-type",
"text" : {
"status" : "generated",
"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>"
},
"url" : "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-recommendation-synthesis-type",
"version" : "0.1.0",
"name" : "RecommendationSynthesisTypeCS",
"title" : "Recommendation Synthesis Type",
"status" : "active",
"experimental" : false,
"date" : "2025-08-06T18:15:04+00:00",
"publisher" : "AWMF e.V.",
"contact" : [
{
"name" : "AWMF e.V.",
"telecom" : [
{
"system" : "url",
"value" : "https://www.awmf.org"
}
]
}
],
"description" : "CodeSystem defining values representing the synthesis type of a recommendation",
"caseSensitive" : false,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "evidence-based",
"display" : "Evidence-based",
"definition" : "Evidence-based recommendation",
"_definition" : {
"extension" : [
{
"extension" : [
{
"url" : "lang",
"valueCode" : "de"
},
{
"url" : "content",
"valueString" : "Evidenzbasierte Empfehlung"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/translation"
}
]
},
"designation" : [
{
"language" : "de",
"value" : "Evidenzbasiert"
}
]
},
{
"code" : "expert-consensus",
"display" : "Expert Consensus",
"definition" : "Expert consensus recommendation",
"_definition" : {
"extension" : [
{
"extension" : [
{
"url" : "lang",
"valueCode" : "de"
},
{
"url" : "content",
"valueString" : "Konsensbasierte Empfehlung"
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/translation"
}
]
},
"designation" : [
{
"language" : "de",
"value" : "Konsensbasiert"
}
]
}
]
}