FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example EvidenceVariable/example-outcome-death-or-major-injury (Turtle)

Clinical Decision Support Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification)

Outcome: Death or Major Traumatic Injury on Impact

@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 -------------------------------------------------------------------

<http://hl7.org/fhir/EvidenceVariable/example-outcome-death-or-major-injury> a fhir:EvidenceVariable ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-outcome-death-or-major-injury"] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "cds"
     ]
  ] ) ; # 
  fhir:url [ fhir:v "https://fevir.net/resources/EvidenceVariable/297743"^^xsd:anyURI] ; # 
  fhir:identifier ( [
     fhir:type [
       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/297743" ] ;
     fhir:assigner [
       fhir:display [ fhir:v "Computable Publishing LLC" ]
     ]
  ] ) ; # 
  fhir:title [ fhir:v "Outcome: Death or Major Traumatic Injury on Impact"] ; # 
  fhir:shortTitle [ fhir:v "Death or Major Traumatic Injury on Impact"] ; # 
  fhir:citeAs [ fhir:v "Outcome: Death or Major Traumatic Injury on Impact [Database Entry: FHIR EvidenceVariable Resource]. Contributors: Joanne Dehnbostel [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 297743. Revised 2025-02-15. Available at: https://fevir.net/resources/EvidenceVariable/297743. Computable resource at: https://fevir.net/resources/EvidenceVariable/297743#json."] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:author ( [
     fhir:name [ fhir:v "Joanne Dehnbostel" ]
  ] ) ; # 
  fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Example of VariableDefinition for 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:actual [ fhir:v true] ; # 
  fhir:definition [
     fhir:concept [
       fhir:coding ( [
         a sct:417746004 ;
         fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "417746004" ] ;
         fhir:display [ fhir:v "Traumatic injury" ]
       ] ) ;
       fhir:text [ fhir:v "Death or Major Traumatic Injury" ]
     ]
  ] ; # 
  fhir:definitionModifier ( [
     fhir:code [
       fhir:coding ( [
         fhir:system [ fhir:v "http://snomed.info/ct"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "246112005" ] ;
         fhir:display [ fhir:v "Severity" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         a sct:371924009 ;
         fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "371924009" ] ;
         fhir:display [ fhir:v "Moderate to severe" ]
       ] ) ;
       fhir:text [ fhir:v "Major or Fatal (in the context of severity of traumatic injury)" ]
     ]
  ] ) ; # 
  fhir:handling [ fhir:v "boolean"] ; # 
  fhir:timing [
     fhir:contextCode [
       fhir:text [ fhir:v "impact" ]
     ] ;
     fhir:offset [
       a fhir:Duration ;
       fhir:value [ fhir:v "0"^^xsd:decimal ]
     ] ;
     fhir:text [ fhir:v "on impact" ]
  ] . # 

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.