--- type: "codesystem" title: "Virtual Service Type" codesystem: "virtual-service-type" --- # Virtual Service Type - **Official URL**: http://hl7.org/fhir/virtual-service-type - **Version**: 6.0.0 - **Status**: active - **Name**: VirtualServiceType - **Title**: Virtual Service Type - **Publisher**: HL7 (FHIR Project) - **Description**: Example codes for possible virtual service connection types. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | zoom | Zoom web conferencing | the amount is the base price used for calculating the total price before applying surcharges, discount or taxes. | | ms-teams | Microsoft Teams | Microsoft Teams web conferencing meeting | | whatsapp | WhatsApp conference call | A conference call using the WhatsApp conference call service | ## CodeSystem XML ```xml <status value="active"/> <experimental value="true"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <description value="Example codes for possible virtual service connection types."/> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/virtual-service-type"/> <content value="complete"/> <concept> <code value="zoom"/> <display value="Zoom web conferencing"/> <definition value="the amount is the base price used for calculating the total price before applying surcharges, discount or taxes."/> </concept> <concept> <code value="ms-teams"/> <display value="Microsoft Teams"/> <definition value="Microsoft Teams web conferencing meeting"/> </concept> <concept> <code value="whatsapp"/> <display value="WhatsApp conference call"/> <definition value="A conference call using the WhatsApp conference call service"/> </concept> </CodeSystem> ```