FHIR CI-Build

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

Example EventDefinition/example (XML)

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

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

Example of eventdefinition (id = "example")

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

<EventDefinition xmlns="http://hl7.org/fhir">
  <id value="example"/> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cds"/> 
  </extension> 
  <status value="draft"/> 
  <publisher value="HL7 International / Clinical Decision Support"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://www.hl7.org/Special/committees/dss"/> 
    </telecom> 
  </contact> 
  <purpose value="Monitor all admissions to Emergency"/> 
  <trigger> 
    <type value="named-event"/> 
    <name value="monitor-emergency-admissions"/> 
    <data> 
      <type value="Encounter"/> 
    </data> 
    <condition> 
      <description value="Encounter Location = emergency (active/completed encounters, current or previous)"/> 
      <language value="text/fhirpath"/> 
      <expression value="(%current | %previous).location.where(location = 'Location/emergency' and status
       in {'active', 'completed'}).exists()"/> 
    </condition> 
  </trigger> 
</EventDefinition> 

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.