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

: Rating Benefits And Harms - JSON Representation

Draft as of 2025-08-06

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "vs-rating-benefits-and-harms",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vs-rating-benefits-and-harms</b></p><a name=\"vs-rating-benefits-and-harms\"> </a><a name=\"hcvs-rating-benefits-and-harms\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-cs-evidence-to-decision-certainty-rating.html\"><code>http://fhir.awmf.org/awmf.ig/CodeSystem/cs-evidence-to-decision-certainty-rating</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-cs-evidence-to-decision-certainty-rating.html#cs-evidence-to-decision-certainty-rating-small-net-benefit\">small-net-benefit</a></td><td>Small net benefit</td><td>Small net benefit, or little difference between alternatives</td></tr><tr><td><a href=\"CodeSystem-cs-evidence-to-decision-certainty-rating.html#cs-evidence-to-decision-certainty-rating-substantial-net-benefit\">substantial-net-benefit</a></td><td>Substantial net benefit</td><td>Substantial net benefits of the recommended alternative</td></tr><tr><td><a href=\"CodeSystem-cs-evidence-to-decision-certainty-rating.html#cs-evidence-to-decision-certainty-rating-important-harms\">important-harms</a></td><td>Important harms</td><td>Important harms</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.awmf.org/awmf.ig/ValueSet/vs-rating-benefits-and-harms",
  "version" : "0.1.0",
  "name" : "RatingBenefitAndHarms",
  "title" : "Rating Benefits And Harms",
  "status" : "draft",
  "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" : "ValueSet listing values to represent the summary of the most important benefits and harms",
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir.awmf.org/awmf.ig/CodeSystem/cs-evidence-to-decision-certainty-rating",
        "concept" : [
          {
            "code" : "small-net-benefit",
            "display" : "Small net benefit"
          },
          {
            "code" : "substantial-net-benefit",
            "display" : "Substantial net benefit"
          },
          {
            "code" : "important-harms",
            "display" : "Important harms"
          }
        ]
      }
    ]
  }
}