View raw Markdown
type: codesystemcodesystem: virtual-service-type

Virtual Service Type

Concepts

CodeDisplayDefinition
zoomZoom web conferencingthe amount is the base price used for calculating the total price before applying surcharges, discount or taxes.
ms-teamsMicrosoft TeamsMicrosoft Teams web conferencing meeting
whatsappWhatsApp conference callA conference call using the WhatsApp conference call service

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="virtual-service-type"/>
  <meta>
    <lastUpdated value="2021-01-05T10:01:24.148+11:00"/>
  </meta>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="informative"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="0"/>
  </extension>
  <url value="http://hl7.org/fhir/virtual-service-type"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.1809"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="VirtualServiceType"/>
  <title value="Virtual Service Type"/>
  <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>