Clinical Practice Guidelines (CPG) on EBMonFHIR
1.0.2 - qa-preview

This page is part of the CPG-on-EBMonFHIR Implementation Guide (1.0.2).

: Example Certainty Of Evidence Rating - JSON Representation

Raw json | Download

{
  "resourceType" : "ArtifactAssessment",
  "id" : "ExampleCertaintyOfEvidenceRating",
  "meta" : {
    "profile" : [
      🔗 "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/certainty-of-evidence-rating"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ArtifactAssessment ExampleCertaintyOfEvidenceRating</b></p><a name=\"ExampleCertaintyOfEvidenceRating\"> </a><a name=\"hcExampleCertaintyOfEvidenceRating\"> </a><a name=\"ExampleCertaintyOfEvidenceRating-en-US\"> </a><p><b>ArtifactAssessment Version</b>: 0.1.1</p><p><b>ArtifactAssessment Publication Status</b>: active</p><p><b>date</b>: 2022-03-11</p><p><b>artifact</b>: <a href=\"Evidence-ExampleStudyOutcomeEvidence.html\">Evidence ExampleStudyOutcomeEvidence</a></p><blockquote><p><b>content</b></p><p><b>informationType</b>: Rating</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/certainty-type Overall}\">Overall certainty</span></p><p><b>classifier</b>: <span title=\"Codes:{http://hl7.org/fhir/certainty-rating moderate}\">Moderate quality</span></p></blockquote><blockquote><p><b>content</b></p><p><b>informationType</b>: Rating</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/certainty-type RiskOfBias}\">Risk of bias</span></p><p><b>classifier</b>: <span title=\"Codes:{http://hl7.org/fhir/certainty-rating serious-concern}\">serious concern</span></p></blockquote><blockquote><p><b>content</b></p><p><b>informationType</b>: Rating</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/certainty-type Imprecision}\">Imprecision</span></p><p><b>classifier</b>: <span title=\"Codes:{http://hl7.org/fhir/certainty-rating serious-concern}\">serious concern</span></p></blockquote><blockquote><p><b>content</b></p><p><b>informationType</b>: Rating</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/certainty-type LargeEffect}\">Large effect</span></p><p><b>classifier</b>: <span title=\"Codes:{http://hl7.org/fhir/certainty-rating upcode2}\">increase rating: +2</span></p></blockquote><blockquote><p><b>content</b></p><p><b>informationType</b>: Rating</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/certainty-type PlausibleConfounding}\">Plausible confounding</span></p><p><b>classifier</b>: <span title=\"Codes:{http://hl7.org/fhir/certainty-rating upcode1}\">increase rating: +1</span></p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/ceosys-extension-artifact-assessment-version",
      "valueString" : "0.1.1"
    },
    {
      "url" : "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/ceosys-extension-artifact-assessment-publication-status",
      "valueCode" : "active"
    }
  ],
  "date" : "2022-03-11",
  "artifactReference" : {
    🔗 "reference" : "Evidence/ExampleStudyOutcomeEvidence"
  },
  "content" : [
    {
      "informationType" : "rating",
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/certainty-type",
            "code" : "Overall",
            "display" : "Overall certainty"
          }
        ]
      },
      "classifier" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/certainty-rating",
              "code" : "moderate",
              "display" : "Moderate quality"
            }
          ]
        }
      ]
    },
    {
      "informationType" : "rating",
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/certainty-type",
            "code" : "RiskOfBias",
            "display" : "Risk of bias"
          }
        ]
      },
      "classifier" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/certainty-rating",
              "code" : "serious-concern",
              "display" : "serious concern"
            }
          ]
        }
      ]
    },
    {
      "informationType" : "rating",
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/certainty-type",
            "code" : "Imprecision",
            "display" : "Imprecision"
          }
        ]
      },
      "classifier" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/certainty-rating",
              "code" : "serious-concern",
              "display" : "serious concern"
            }
          ]
        }
      ]
    },
    {
      "informationType" : "rating",
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/certainty-type",
            "code" : "LargeEffect",
            "display" : "Large effect"
          }
        ]
      },
      "classifier" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/certainty-rating",
              "code" : "upcode2",
              "display" : "increase rating: +2"
            }
          ]
        }
      ]
    },
    {
      "informationType" : "rating",
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/certainty-type",
            "code" : "PlausibleConfounding",
            "display" : "Plausible confounding"
          }
        ]
      },
      "classifier" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/certainty-rating",
              "code" : "upcode1",
              "display" : "increase rating: +1"
            }
          ]
        }
      ]
    }
  ]
}