--- type: "valueset" title: "AdverseEvent Participant Function" valueset: "adverse-event-participant-function" --- # AdverseEvent Participant Function - **Official URL**: http://hl7.org/fhir/ValueSet/adverse-event-participant-function - **Version**: 6.0.0 - **Status**: active - **Name**: AdverseEventParticipantFunction - **Title**: AdverseEvent Participant Function - **Publisher**: FHIR Project team - **Description**: This value set includes codes that describe the type of involvement of the actor in the adverse event. ## Content (Compose) - **System**: http://terminology.hl7.org/CodeSystem/v3-ParticipationType | **Concepts**: INF, PART, WIT, AUT ## ValueSet XML ```xml <status value="active"/> <experimental value="true"/> <publisher value="FHIR Project team"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="This value set includes codes that describe the type of involvement of the actor in the adverse event."/> <compose> <include> <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/> <concept> <code value="INF"/> </concept> <concept> <code value="PART"/> </concept> <concept> <code value="WIT"/> </concept> <concept> <code value="AUT"/> </concept> </include> </compose> </ValueSet> ```