--- type: "valueset" title: "Encounter Type" valueset: "encounter-type" --- # Encounter Type - **Official URL**: http://hl7.org/fhir/ValueSet/encounter-type - **Version**: 6.0.0 - **Status**: active - **Name**: EncounterType - **Title**: Encounter Type - **Publisher**: FHIR Project team - **Description**: This example value set defines a set of codes that can be used to indicate the type of encounter: a specific code indicating type of service provided. ## Content (Compose) - **System**: http://terminology.hl7.org/CodeSystem/encounter-type ## 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 example value set defines a set of codes that can be used to indicate the type of encounter: a specific code indicating type of service provided."/> <compose> <include> <system value="http://terminology.hl7.org/CodeSystem/encounter-type"/> </include> </compose> </ValueSet> ```