--- type: "valueset" title: "Participant Type" valueset: "encounter-participant-type" --- # Participant Type - **Official URL**: http://hl7.org/fhir/ValueSet/encounter-participant-type - **Version**: 6.0.0 - **Status**: active - **Name**: ParticipantType - **Title**: Participant Type - **Publisher**: FHIR Project team - **Description**: This value set defines a set of codes that can be used to indicate how an individual participates in an encounter. ## Content (Compose) - **System**: http://terminology.hl7.org/CodeSystem/v3-ParticipationType | **Filters**: concept is-a _ParticipationAncillary - **System**: http://terminology.hl7.org/CodeSystem/v3-ParticipationType | **Filters**: concept is-a LOC - **System**: http://terminology.hl7.org/CodeSystem/participant-type ## ValueSet XML ```xml <status value="active"/> <experimental value="false"/> <publisher value="FHIR Project team"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="This value set defines a set of codes that can be used to indicate how an individual participates in an encounter."/> <compose> <include> <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/> <filter> <property value="concept"/> <op value="is-a"/> <value value="_ParticipationAncillary"/> </filter> </include> <include> <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/> <filter> <property value="concept"/> <op value="is-a"/> <value value="LOC"/> </filter> </include> <include> <system value="http://terminology.hl7.org/CodeSystem/participant-type"/> </include> <exclude> <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/> <concept> <code value="_ParticipationAncillary"/> </concept> <concept> <code value="ELOC"/> </concept> </exclude> </compose> </ValueSet> ```