--- type: "example" title: "EventDefinition Example: eventdefinition-example-named" resource: "EventDefinition" example: "eventdefinition-example-named" --- # EventDefinition Example: eventdefinition-example-named ## Example XML ```xml <status value="draft"/> <experimental value="true"/> <description value="Example of an EventDefinition using the named event approach."/> <purpose value="Monitor when 3 consecutive negative stick tests have occurred using a named event."/> <trigger> <type value="named-event"/> <code> <coding> <system value="http://example.org/CodeSystem/events"/> <code value="three-consecutive-negative-stick-tests"/> <display value="3 consecutive negative stick tests"/> </coding> </code> </trigger> </EventDefinition> ```