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

: Recommendation Direction - JSON Representation

Active as of 2026-01-29

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "cs-recommendation-direction",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cs-recommendation-direction</b></p><a name=\"cs-recommendation-direction\"> </a><a name=\"hccs-recommendation-direction\"> </a><p>This case-insensitive code system <code>http://fhir.awmf.org/awmf.ig/CodeSystem/cs-recommendation-direction</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></tr><tr><td style=\"white-space:nowrap\">for<a name=\"cs-recommendation-direction-for\"> </a></td><td>For</td><td>The recommendation is in favor of the intervention.</td></tr><tr><td style=\"white-space:nowrap\">against<a name=\"cs-recommendation-direction-against\"> </a></td><td>Against</td><td>The recommendation is against the intervention.</td></tr></table></div>"
  },
  "url" : "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-recommendation-direction",
  "version" : "0.2.0",
  "name" : "RecommendationDirectionCS",
  "title" : "Recommendation Direction",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-01-29T18:27:10+00:00",
  "publisher" : "AWMF e.V.",
  "contact" : [
    {
      "name" : "AWMF e.V.",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.awmf.org"
        }
      ]
    }
  ],
  "description" : "CodeSystem defining the direction of a clinical recommendation.",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "for",
      "display" : "For",
      "definition" : "The recommendation is in favor of the intervention."
    },
    {
      "code" : "against",
      "display" : "Against",
      "definition" : "The recommendation is against the intervention."
    }
  ]
}