--- type: "codesystem" title: "Service Mode" codesystem: "service-mode" --- # Service Mode - **Official URL**: http://hl7.org/fhir/service-mode - **Version**: 6.0.0 - **Status**: active - **Name**: ServiceMode - **Title**: Service Mode - **Publisher**: HL7 (FHIR Project) - **Description**: An example set of Service Modes that could be applicable to use to characterize HealthcareServices or PractitionerRoles while searching - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | in-person | In Person | The service will be provided in person | | telephone | Telephone | The service will be provided by a teleconferencing facility or regular telephone | | videoconference | Video Conference | The service will be provided over a video-conference facility | | chat | Chat/Messaging | This service will be provided via a realtime chat/messaging conversation | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2023-02-20"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="An example set of Service Modes that could be applicable to use to characterize HealthcareServices or PractitionerRoles while searching"/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/service-mode"/> <content value="complete"/> <concept> <code value="in-person"/> <display value="In Person"/> <definition value="The service will be provided in person"/> </concept> <concept> <code value="telephone"/> <display value="Telephone"/> <definition value="The service will be provided by a teleconferencing facility or regular telephone"/> </concept> <concept> <code value="videoconference"/> <display value="Video Conference"/> <definition value="The service will be provided over a video-conference facility"/> </concept> <concept> <code value="chat"/> <display value="Chat/Messaging"/> <definition value="This service will be provided via a realtime chat/messaging conversation"/> </concept> </CodeSystem> ```