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

: DichotomousIntendedOutcome: Death or Major Traumatic Injury within 30 days - TTL Representation

Page standards status: Informative

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:EvidenceVariable ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "298615"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "9" ] ;
fhir:lastUpdated [ fhir:v "2025-01-10T05:56:22.275Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ebm/StructureDefinition/dichotomous-intended-outcome"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ebm/StructureDefinition/dichotomous-intended-outcome>     ] )
  ] ; # 
  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:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "code"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a sct:246112005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "246112005" ] ;
fhir:display [ fhir:v "Severity (attribute)" ]         ] )       ]     ] [
fhir:url [ fhir:v "value"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
a sct:24484000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24484000" ] ;
fhir:display [ fhir:v "Severe (severity modifier) (qualifier value)" ]         ] )       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/uv/ebm/StructureDefinition/evidence-variable-definition-modifier"^^xsd:anyURI ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "offsetRange"^^xsd:anyURI ] ;
fhir:value [
a fhir:Range ;
fhir:low [
fhir:value [ fhir:v "0"^^xsd:decimal ]         ] ;
fhir:high [
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:unit [ fhir:v "days" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]         ]       ]     ] [
fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "within 30 days"       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/uv/ebm/StructureDefinition/characteristic-timing"^^xsd:anyURI ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "cite-as"       ]     ] [
fhir:url [ fhir:v "targetMarkdown"^^xsd:anyURI ] ;
fhir:value [
a fhir:markdown ;
fhir:v "DichotomousIntendedOutcome: Death or Major Traumatic Injury within 30 days [Database Entry: FHIR EvidenceVariable Resource]. Contributors: Brian S. Alper [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 298615. Revised 2025-01-09. Available at: https://fevir.net/resources/EvidenceVariable/298615. Computable resource at: https://fevir.net/resources/EvidenceVariable/298615#json."       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/uv/ebm/StructureDefinition/relates-to"^^xsd:anyURI ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "derived-from"       ]     ] [
fhir:url [ fhir:v "targetReference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "EvidenceVariable/297745" ] ;
fhir:type [ fhir:v "EvidenceVariable"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Death or Major Traumatic Injury 30 days after Impact" ]       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/uv/ebm/StructureDefinition/relates-to"^^xsd:anyURI ]
  ] ) ; # 
  fhir:url [ fhir:v "https://fevir.net/resources/EvidenceVariable/298615"^^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/298615" ] ;
fhir:assigner [
fhir:display [ fhir:v "Computable Publishing LLC" ]     ]
  ] [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.44.24.13" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0-ballot2"] ; # 
  fhir:name [ fhir:v "DichotomousIntendedOutcome_Death_or_Major_Traumatic_Injury_within_30_days"] ; # 
  fhir:title [ fhir:v "DichotomousIntendedOutcome: Death or Major Traumatic Injury within 30 days"] ; # 
  fhir:shortTitle [ fhir:v "Death or Injury at 30 days"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-03-27T17:53:24+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Clinical Decision Support" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Example of DichotomousIntendedOutcome for the EBMonFHIR IG"] ; # 
  fhir:useContext ( [
fhir:code [
fhir:system [ fhir:v "https://fevir.net/resources/CodeSystem/179423"^^xsd:anyURI ] ;
fhir:code [ fhir:v "evidence-communication" ] ;
fhir:display [ fhir:v "Evidence Communication" ]     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://fevir.net/resources/CodeSystem/179423"^^xsd:anyURI ] ;
fhir:code [ fhir:v "VariableDefinition" ] ;
fhir:display [ fhir:v "VariableDefinition" ]       ] )     ]
  ] ) ; # 
  fhir:copyright [ fhir:v "https://creativecommons.org/licenses/by-nc-sa/4.0/"] ; # 
  fhir:author ( [
fhir:name [ fhir:v "Brian S. Alper" ]
  ] ) ; # 
  fhir:actual [ fhir:v false] ; # 
  fhir:handling [ fhir:v "dichotomous"] . #