HL7 Terminology (THO)
6.3.0 - Publication International flag

HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 6.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions

: Virtual Healthcare Delivery Method - JSON Representation

Active as of 2025-04-27 Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "virtual-healthcare-delivery-method",
  "meta" : {
    "lastUpdated" : "2020-04-09T21:10:28.568+00:00",
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem virtual-healthcare-delivery-method</b></p><a name=\"virtual-healthcare-delivery-method\"> </a><a name=\"hcvirtual-healthcare-delivery-method\"> </a><a name=\"virtual-healthcare-delivery-method-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2020-04-09 21:10:28+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/virtual-healthcare-delivery-method</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">phone<a name=\"virtual-healthcare-delivery-method-phone\"> </a></td><td>Phone</td><td>Voice Telephone</td></tr><tr><td style=\"white-space:nowrap\">video<a name=\"virtual-healthcare-delivery-method-video\"> </a></td><td>Video Chat</td><td>Video Chat</td></tr><tr><td style=\"white-space:nowrap\">tdd<a name=\"virtual-healthcare-delivery-method-tdd\"> </a></td><td>TDD</td><td>Telecommunications Device for the Deaf</td></tr><tr><td style=\"white-space:nowrap\">sms<a name=\"virtual-healthcare-delivery-method-sms\"> </a></td><td>SMS</td><td>Short Message Service Text Messaging</td></tr><tr><td style=\"white-space:nowrap\">app<a name=\"virtual-healthcare-delivery-method-app\"> </a></td><td>App</td><td>Mobile Application</td></tr><tr><td style=\"white-space:nowrap\">web<a name=\"virtual-healthcare-delivery-method-web\"> </a></td><td>Website</td><td>Website accessed through browser</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pa"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/virtual-healthcare-delivery-method",
  "version" : "1.0.0",
  "name" : "VirtualHealthcareDeliveryMethod",
  "title" : "Virtual Healthcare Delivery Method",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-04-27T02:35:55+00:00",
  "publisher" : "Health Level Seven International",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org"
        },
        {
          "system" : "email",
          "value" : "hq@HL7.org"
        }
      ]
    }
  ],
  "description" : "This code system defines a set of codes for virtual healthcare service delivery method.",
  "copyright" : "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/virtual-healthcare-delivery-method",
  "content" : "complete",
  "concept" : [
    {
      "code" : "phone",
      "display" : "Phone",
      "definition" : "Voice Telephone"
    },
    {
      "code" : "video",
      "display" : "Video Chat",
      "definition" : "Video Chat"
    },
    {
      "code" : "tdd",
      "display" : "TDD",
      "definition" : "Telecommunications Device for the Deaf"
    },
    {
      "code" : "sms",
      "display" : "SMS",
      "definition" : "Short Message Service Text Messaging"
    },
    {
      "code" : "app",
      "display" : "App",
      "definition" : "Mobile Application"
    },
    {
      "code" : "web",
      "display" : "Website",
      "definition" : "Website accessed through browser"
    }
  ]
}