FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.netzwerk-universitaetsmedizin.ebm-cpg
Resource TypeEvidence
IdEvidence-ExampleOutcomeEvidenceSynthesis.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Evidence ExampleOutcomeEvidenceSynthesis

url: Evidence ExampleOutcomeEvidenceSynthesis

name: ExampleOutcomeEvidenceSynthesis

status: Active

date: 2025-03-04 10:04:34+0000

RelatedArtifacts

-TypeResourceReference
*CitationCitation ExampleCitation

variableDefinition

variableRole: population

observed: Group: type = person; membership = definitional; quantity = 20

intended: EvidenceVariable ExampleStudyEligibilityCriteria

variableDefinition

variableRole: measured variable

observed: EvidenceVariable Mortality

synthesisType: not applicable


Source1

{
  "resourceType": "Evidence",
  "id": "ExampleOutcomeEvidenceSynthesis",
  "meta": {
    "profile": [
      "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/outcome-evidence-synthesis"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/Evidence/ExampleOutcomeEvidenceSynthesis",
  "name": "ExampleOutcomeEvidenceSynthesis",
  "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/ExampleEvidenceSynthesisCohorts"
      },
      "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"
      }
    ]
  }
}