@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "virtual-healthcare-delivery-method"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem virtual-healthcare-delivery-method

Last updated: 2020-04-09 21:10:28+0000

Profile: Shareable CodeSystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/virtual-healthcare-delivery-method defines the following codes:

CodeDisplayDefinition
phone PhoneVoice Telephone
video Video ChatVideo Chat
tdd TDDTelecommunications Device for the Deaf
sms SMSShort Message Service Text Messaging
app AppMobile Application
web WebsiteWebsite accessed through browser
"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "pa" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ a fhir:integer ; fhir:v 1 ] ] ) ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/virtual-healthcare-delivery-method"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "VirtualHealthcareDeliveryMethod"] ; # fhir:title [ fhir:v "Virtual Healthcare Delivery Method"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-06-17T15:26:15+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Health Level Seven International"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hq@HL7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "This code system defines a set of codes for virtual healthcare service delivery method."] ; # fhir:copyright [ fhir:v "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"] ; # fhir:caseSensitive [ fhir:v true] ; # fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/virtual-healthcare-delivery-method"^^xsd:anyURI ; fhir:link ] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "phone" ] ; fhir:display [ fhir:v "Phone" ] ; fhir:definition [ fhir:v "Voice Telephone" ] ] [ fhir:code [ fhir:v "video" ] ; fhir:display [ fhir:v "Video Chat" ] ; fhir:definition [ fhir:v "Video Chat" ] ] [ fhir:code [ fhir:v "tdd" ] ; fhir:display [ fhir:v "TDD" ] ; fhir:definition [ fhir:v "Telecommunications Device for the Deaf" ] ] [ fhir:code [ fhir:v "sms" ] ; fhir:display [ fhir:v "SMS" ] ; fhir:definition [ fhir:v "Short Message Service Text Messaging" ] ] [ fhir:code [ fhir:v "app" ] ; fhir:display [ fhir:v "App" ] ; fhir:definition [ fhir:v "Mobile Application" ] ] [ fhir:code [ fhir:v "web" ] ; fhir:display [ fhir:v "Website" ] ; fhir:definition [ fhir:v "Website accessed through browser" ] ] ) . # # -------------------------------------------------------------------------------------