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 - JSON Representation

Raw json | Download

{
  "resourceType" : "EvidenceVariable",
  "id" : "298615",
  "meta" : {
    "versionId" : "11",
    "lastUpdated" : "2025-05-01T20:08:44.456Z",
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/ebm/StructureDefinition/dichotomous-intended-outcome"
    ]
  },
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>[No data.]</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/ebm/StructureDefinition/artifact-publication-status",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/cited-artifact-status-type",
            "code" : "active",
            "display" : "Active"
          }
        ]
      }
    }
  ],
  "url" : "https://fevir.net/resources/EvidenceVariable/298615",
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "ACSN",
            "display" : "Accession ID"
          }
        ],
        "text" : "FEvIR Object Identifier"
      },
      "system" : "https://fevir.net/FOI",
      "value" : "298615",
      "assigner" : {
        "display" : "Computable Publishing LLC"
      }
    }
  ],
  "name" : "DichotomousIntendedOutcome_Death_or_Major_Traumatic_Injury_within_30_days",
  "title" : "DichotomousIntendedOutcome: Death or Major Traumatic Injury within 30 days",
  "shortTitle" : "Death or Injury at 30 days",
  "citeAs" : "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-05-01. Available at: https://fevir.net/resources/EvidenceVariable/298615. Computable resource at: https://fevir.net/resources/EvidenceVariable/298615#json.",
  "status" : "active",
  "author" : [
    {
      "name" : "Brian S. Alper"
    }
  ],
  "publisher" : "Computable Publishing LLC",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "support@computablepublishing.com"
        }
      ]
    }
  ],
  "description" : "Example of DichotomousIntendedOutcome for the 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/",
  "relatesTo" : [
    {
      "type" : "derived-from",
      "targetReference" : {
        🔗 "reference" : "EvidenceVariable/297745",
        "type" : "EvidenceVariable",
        "display" : "Death or Major Traumatic Injury 30 days after Impact"
      }
    }
  ],
  "actual" : false,
  "definition" : {
    "concept" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "417746004",
          "display" : "Traumatic injury (disorder)"
        }
      ],
      "text" : "Death or Major Traumatic Injury"
    }
  },
  "definitionModifier" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "246112005",
            "display" : "Severity (attribute)"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "24484000",
            "display" : "Severe (severity modifier) (qualifier value)"
          }
        ],
        "text" : "including Death (event) (SNOMED-CT code: 419620001)"
      }
    }
  ],
  "handling" : "boolean",
  "timing" : {
    "offsetRange" : {
      "low" : {
        "value" : 0
      },
      "high" : {
        "value" : 30,
        "unit" : "days",
        "system" : "http://unitsofmeasure.org",
        "code" : "d"
      }
    },
    "text" : "within 30 days"
  }
}