Release 5 Preview #2

This page is part of the FHIR Specification (v4.4.0: R5 Preview #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B

Evidencevariable-example-fatal-ICH-in-7-days.xml

Clinical Decision Support Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

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

Jump past Narrative

Fatal Intracranial Hemorrhage Within Seven Days (id = "example-fatal-ICH-in-7-days")

<?xml version="1.0" encoding="UTF-8"?>

<EvidenceVariable xmlns="http://hl7.org/fhir">
  <id value="example-fatal-ICH-in-7-days"/> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p> 
        &quot;Fatal Intracranial Hemorrhage Within Seven Days&quot; is an outcome used
         in expressing what an Evidence is about.
      </p> 
  </div> 
  </text> 
  <title value="Fatal Intracranial Hemorrhage Within Seven Days"/> 
  <status value="draft"/> 
  <note> 
    <text value="Death must be due to intracranial hemorrhage"/> 
  </note> 
  <type value="dichotomous"/> 
  <actual value="true"/> 
  <characteristicCombination value="intersection"/> 
  <characteristic> 
    <description value="intracranial hemorrhage within 7 days"/> 
    <definitionCodeableConcept> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="1386000"/> 
        <display value="Intracranial hemorrhage (disorder)"/> 
      </coding> 
    </definitionCodeableConcept> 
    <timeFromStart> 
      <description value="within 7 days"/> 
      <range> 
        <low> 
          <value value="0"/> 
          <unit value="day"/> 
          <system value="http://unitsofmeasure.org"/> 
          <code value="d"/> 
        </low> 
        <high> 
          <value value="7"/> 
          <unit value="day"/> 
          <system value="http://unitsofmeasure.org"/> 
          <code value="d"/> 
        </high> 
      </range> 
    </timeFromStart> 
  </characteristic> 
  <characteristic> 
    <description value="death within 7 days"/> 
    <definitionCodeableConcept> 
      <coding> 
        <system value="http://snomed.info/sct"/> 
        <code value="419620001"/> 
        <display value="Death (event)"/> 
      </coding> 
    </definitionCodeableConcept> 
    <timeFromStart> 
      <description value="within 7 days"/> 
      <range> 
        <low> 
          <value value="0"/> 
          <unit value="day"/> 
          <system value="http://unitsofmeasure.org"/> 
          <code value="d"/> 
        </low> 
        <high> 
          <value value="7"/> 
          <unit value="day"/> 
          <system value="http://unitsofmeasure.org"/> 
          <code value="d"/> 
        </high> 
      </range> 
    </timeFromStart> 
  </characteristic> 
</EvidenceVariable> 

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.