type: codesystemcodesystem: 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 conference call | A 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>