--- type: "valueset" title: "Provenance Event History Agent Role Codes" valueset: "provenance-history-agent-type" --- # Provenance Event History Agent Role Codes - **Official URL**: http://hl7.org/fhir/ValueSet/provenance-history-agent-type - **Status**: active - **Name**: ProvenanceEventHistoryAgentRoleCodes - **Title**: Provenance Event History Agent Role Codes - **Publisher**: HL7 International / Security - **Description**: Types of roles indicating how a particular agent was involved with the creation or modification of a resource for use when exposing event history ## Content (Compose) - **System**: http://terminology.hl7.org/CodeSystem/v3-ParticipationType | **Concepts**: AUT, INF, VRF, ENT ## ValueSet XML ```xml <status value="active"/> <experimental value="false"/> <publisher value="HL7 International / Security"/> <contact> <telecom> <system value="url"/> <value value="http://www.hl7.org/Special/committees/secure"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Types of roles indicating how a particular agent was involved with the creation or modification of a resource for use when exposing event history"/> <compose> <include> <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/> <concept> <code value="AUT"/> <display value="Author"/> </concept> <concept> <code value="INF"/> <display value="Informant"/> </concept> <concept> <code value="VRF"/> <display value="Verifier"/> </concept> <concept> <code value="ENT"/> <display value="Data Enterer"/> </concept> </include> </compose> </ValueSet> ```