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

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

: Example Study Outcome Evidence - JSON Representation

Active as of 2025-03-04

Raw json | Download

{
  "resourceType" : "Evidence",
  "id" : "ExampleStudyOutcomeEvidence",
  "meta" : {
    "profile" : [
      🔗 "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/study-outcome-evidence"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Evidence ExampleStudyOutcomeEvidence</b></p><a name=\"ExampleStudyOutcomeEvidence\"> </a><a name=\"hcExampleStudyOutcomeEvidence\"> </a><a name=\"ExampleStudyOutcomeEvidence-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-study-outcome-evidence.html\">Study Outcome Evidence</a></p></div><p><b>url</b>: <a href=\"Evidence-ExampleStudyOutcomeEvidence.html\">Evidence ExampleStudyOutcomeEvidence</a></p><p><b>name</b>: ExampleStudyOutcomeEvidence</p><p><b>status</b>: Active</p><p><b>date</b>: 2025-03-04 10:04:34+0000</p><h3>RelatedArtifacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>ResourceReference</b></td></tr><tr><td style=\"display: none\">*</td><td>Citation</td><td><a href=\"Citation-ExampleStudyCitation.html\">Citation ExampleCitation</a></td></tr></table><blockquote><p><b>variableDefinition</b></p><p><b>variableRole</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/variable-role population}\">population</span></p><p><b>observed</b>: <a href=\"Group-ExampleStudyCohort.html\">Group: type = person; membership = definitional; quantity = 20</a></p><p><b>intended</b>: <a href=\"EvidenceVariable-ExampleStudyEligibilityCriteria.html\">EvidenceVariable ExampleStudyEligibilityCriteria</a></p></blockquote><blockquote><p><b>variableDefinition</b></p><p><b>variableRole</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/variable-role measuredVariable}\">measured variable</span></p><p><b>observed</b>: <a href=\"EvidenceVariable-ExampleOutcome.html\">EvidenceVariable Mortality</a></p></blockquote><p><b>synthesisType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/synthesis-type NotApplicable}\">not applicable</span></p></div>"
  },
  "url" : "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/Evidence/ExampleStudyOutcomeEvidence",
  "name" : "ExampleStudyOutcomeEvidence",
  "status" : "active",
  "date" : "2025-03-04T10:04:34+00:00",
  "relatedArtifact" : [
    {
      "type" : "citation",
      "resourceReference" : {
        🔗 "reference" : "Citation/ExampleStudyCitation"
      }
    }
  ],
  "variableDefinition" : [
    {
      "variableRole" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/variable-role",
            "code" : "population"
          }
        ]
      },
      "observed" : {
        🔗 "reference" : "Group/ExampleStudyCohort"
      },
      "intended" : {
        🔗 "reference" : "EvidenceVariable/ExampleStudyEligibilityCriteria"
      }
    },
    {
      "variableRole" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/variable-role",
            "code" : "measuredVariable"
          }
        ]
      },
      "observed" : {
        🔗 "reference" : "EvidenceVariable/ExampleOutcome"
      }
    }
  ],
  "synthesisType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/synthesis-type",
        "code" : "NotApplicable"
      }
    ]
  }
}