Evidence Based Medicine on FHIR Implementation Guide
1.0.0-ballot2 - STU 1 ballot International flag

Evidence Based Medicine on FHIR Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ebm/ and changes regularly. See the Directory of published versions

: Age with intervention - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "298035"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "5" ] ;
fhir:lastUpdated [ fhir:v "2025-02-13T15:37:03.898Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ebm/StructureDefinition/intervention-only-evidence"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ebm/StructureDefinition/intervention-only-evidence>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>[No data.]</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fevir.net/resources/Evidence/298035"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ACSN" ] ;
fhir:display [ fhir:v "Accession ID" ]       ] ) ;
fhir:text [ fhir:v "FEvIR Object Identifier" ]     ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "https://fevir.net/FOI/298035" ] ;
fhir:assigner [
fhir:display [ fhir:v "Computable Publishing LLC" ]     ]
  ] ) ; # 
  fhir:name [ fhir:v "Age_with_intervention"] ; # 
  fhir:title [ fhir:v "Age with intervention"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:author ( [
fhir:name [ fhir:v "Joanne Dehnbostel" ]
  ] ) ; # 
  fhir:publisher [ fhir:v "Computable Publishing LLC"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "support@computablepublishing.com" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "https://creativecommons.org/licenses/by-nc-sa/4.0/"] ; # 
  fhir:relatesTo ( [
fhir:type [ fhir:v "part-of" ] ;
fhir:target [
a fhir:Reference ;
fhir:reference [ fhir:v "Composition/307245" ] ;
fhir:type [ fhir:v "Composition"^^xsd:anyURI ] ;
fhir:display [ fhir:v "PARACHUTE Trial baseline characteristics" ]     ]
  ] [
fhir:type [ fhir:v "cite-as" ] ;
fhir:target [
a fhir:markdown ;
fhir:v "Age with intervention [Database Entry: FHIR Evidence Resource]. Contributors: Joanne Dehnbostel [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 298035. Revised 2025-02-12. Available at: https://fevir.net/resources/Evidence/298035. Computable resource at: https://fevir.net/resources/Evidence/298035#json."     ]
  ] ) ; # 
  fhir:description [ fhir:v "Median Age 38.1 Years (Standard Deviation 8.7 years)"] ; # 
  fhir:variableDefinition ( [
fhir:variableRole [ fhir:v "population" ] ;
fhir:observed [
fhir:reference [ fhir:v "Group/297487" ] ;
fhir:type [ fhir:v "Group"^^xsd:anyURI ] ;
fhir:display [ fhir:v "PARACHUTE trial participants assigned parachute" ]     ]
  ] [
fhir:variableRole [ fhir:v "outcome" ] ;
fhir:observed [
fhir:reference [ fhir:v "EvidenceVariable/297518" ] ;
fhir:type [ fhir:v "EvidenceVariable"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Age" ]     ]
  ] ) ; # 
  fhir:statistic ( [
fhir:statisticType [
      ( fhir:coding [
fhir:system [ fhir:v "https://fevir.net/sevco"^^xsd:anyURI ] ;
fhir:code [ fhir:v "STATO:0000574" ] ;
fhir:display [ fhir:v "Median" ]       ] )     ] ;
fhir:quantity [
fhir:value [ fhir:v 38.1 ] ;
fhir:unit [ fhir:v "years" ]     ] ;
fhir:sampleSize [
fhir:knownDataCount [ fhir:v "11"^^xsd:nonNegativeInteger ]     ] ;
    ( fhir:attributeEstimate [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "https://fevir.net/sevco"^^xsd:anyURI ] ;
fhir:code [ fhir:v "STATO:0000684" ] ;
fhir:display [ fhir:v "Standard deviation for sample" ]         ] )       ] ;
fhir:quantity [
fhir:value [ fhir:v 8.7 ] ;
fhir:unit [ fhir:v "years" ]       ]     ] )
  ] ) . #