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 (JSON)

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

Raw JSON (canonical form + also see JSON Format Specification)

Outcome: Death or Major Traumatic Injury on Impact

{
  "resourceType" : "EvidenceVariable",
  "id" : "example-outcome-death-or-major-injury",
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cds"
  }],
  "url" : "https://fevir.net/resources/EvidenceVariable/297743",
  "identifier" : [{
    "type" : {
      "text" : "FEvIR Object Identifier"
    },
    "system" : "urn:ietf:rfc:3986",
    "value" : "https://fevir.net/FOI/297743",
    "assigner" : {
      "display" : "Computable Publishing LLC"
    }
  }],
  "title" : "Outcome: Death or Major Traumatic Injury on Impact",
  "shortTitle" : "Death or Major Traumatic Injury on Impact",
  "citeAs" : "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.",
  "status" : "active",
  "author" : [{
    "name" : "Joanne Dehnbostel"
  }],
  "publisher" : "HL7 International / Clinical Decision Support",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/dss"
    }]
  }],
  "description" : "Example of VariableDefinition for EBMonFHIR IG",
  "useContext" : [{
    "code" : {
      "system" : "https://fevir.net/resources/CodeSystem/179423",
      "code" : "evidence-communication",
      "display" : "Evidence Communication"
    },
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fevir.net/resources/CodeSystem/179423",
        "code" : "VariableDefinition",
        "display" : "VariableDefinition"
      }]
    }
  }],
  "copyright" : "https://creativecommons.org/licenses/by-nc-sa/4.0/",
  "actual" : true,
  "definition" : {
    "concept" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "417746004",
        "display" : "Traumatic injury"
      }],
      "text" : "Death or Major Traumatic Injury"
    }
  },
  "definitionModifier" : [{
    "code" : {
      "coding" : [{
        "system" : "http://snomed.info/ct",
        "code" : "246112005",
        "display" : "Severity"
      }]
    },
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "371924009",
        "display" : "Moderate to severe"
      }],
      "text" : "Major or Fatal (in the context of severity of traumatic injury)"
    }
  }],
  "handling" : "boolean",
  "timing" : {
    "contextCode" : {
      "text" : "impact"
    },
    "offsetDuration" : {
      "value" : 0
    },
    "text" : "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.