Clinical Practice Guidelines (CPG) on EBMonFHIR
0.8.0-snapshot - ci-build

Clinical Practice Guidelines (CPG) on EBMonFHIR - Local Development build (v0.8.0-snapshot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Outcome Evidence Synthesis - TTL Representation

Active as of 2024-05-15

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Evidence ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleOutcomeEvidenceSynthesis"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/outcome-evidence-synthesis"^^xsd:anyURI ;
fhir:link <https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/outcome-evidence-synthesis>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Evidence</b><a name=\"ExampleOutcomeEvidenceSynthesis\"> </a><a name=\"hcExampleOutcomeEvidenceSynthesis\"> </a></p><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\">ResourceEvidence &quot;ExampleOutcomeEvidenceSynthesis&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-outcome-evidence-synthesis.html\">Outcome Evidence Synthesis</a></p></div><p><b>url</b>: <code>https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/Evidence/ExampleOutcomeEvidenceSynthesis</code></p><p><b>name</b>: ExampleOutcomeEvidenceSynthesis</p><p><b>status</b>: active</p><p><b>date</b>: 2024-05-15 06:48:35+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/ExampleStudyCitation</a> &quot;ExampleCitation&quot;</td></tr></table><blockquote><p><b>variableDefinition</b></p><p><b>variableRole</b>: population <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-variable-role.html\">EvidenceVariableRole</a>#population)</span></p><p><b>observed</b>: <a href=\"Group-ExampleEvidenceSynthesisCohorts.html\">Group/ExampleEvidenceSynthesisCohorts</a></p><p><b>intended</b>: <a href=\"EvidenceVariable-ExampleStudyEligibilityCriteria.html\">EvidenceVariable/ExampleStudyEligibilityCriteria</a> &quot;ExampleStudyEligibilityCriteria&quot;</p></blockquote><blockquote><p><b>variableDefinition</b></p><p><b>variableRole</b>: measured variable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-variable-role.html\">EvidenceVariableRole</a>#measuredVariable)</span></p><p><b>observed</b>: <a href=\"EvidenceVariable-ExampleOutcome.html\">EvidenceVariable/ExampleOutcome</a> &quot;Mortality&quot;</p></blockquote><p><b>synthesisType</b>: not applicable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-synthesis-type.html\">SynthesisType</a>#NotApplicable)</span></p></div>"
  ] ; # 
  fhir:url [ fhir:v "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/Evidence/ExampleOutcomeEvidenceSynthesis"^^xsd:anyURI] ; # 
  fhir:name [ fhir:v "ExampleOutcomeEvidenceSynthesis"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-05-15T06:48:35+00:00"^^xsd:dateTime] ; # 
  fhir:relatedArtifact ( [
fhir:type [ fhir:v "citation" ] ;
fhir:resourceReference [
fhir:reference [ fhir:v "Citation/ExampleStudyCitation" ]     ]
  ] ) ; # 
  fhir:variableDefinition ( [
fhir:variableRole [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/variable-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "population" ]       ] )     ] ;
fhir:observed [
fhir:reference [ fhir:v "Group/ExampleEvidenceSynthesisCohorts" ]     ] ;
fhir:intended [
fhir:reference [ fhir:v "EvidenceVariable/ExampleStudyEligibilityCriteria" ]     ]
  ] [
fhir:variableRole [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/variable-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "measuredVariable" ]       ] )     ] ;
fhir:observed [
fhir:reference [ fhir:v "EvidenceVariable/ExampleOutcome" ]     ]
  ] ) ; # 
  fhir:synthesisType [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/synthesis-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NotApplicable" ]     ] )
  ] . #