type: codesystemcodesystem: service-mode
Service Mode
- Official URL: http://hl7.org/fhir/service-mode
- Version: 6.0.0
- Status: active
- Name: ServiceMode
- Title: Service Mode
- Publisher: HL7 (FHIR Project)
- Description: An example set of Service Modes that could be applicable to use to characterize HealthcareServices or PractitionerRoles while searching
- Case Sensitive: true
- Content: complete
Concepts
| Code | Display | Definition |
|---|---|---|
| in-person | In Person | The service will be provided in person |
| telephone | Telephone | The service will be provided by a teleconferencing facility or regular telephone |
| videoconference | Video Conference | The service will be provided over a video-conference facility |
| chat | Chat/Messaging | This service will be provided via a realtime chat/messaging conversation |
CodeSystem XML
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="service-mode"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="pa"/>
</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/service-mode"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.2116"/>
</identifier>
<version value="6.0.0"/>
<name value="ServiceMode"/>
<title value="Service Mode"/>
<status value="active"/>
<experimental value="false"/>
<date value="2023-02-20"/>
<publisher value="HL7 (FHIR Project)"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://hl7.org/fhir"/>
</telecom>
<telecom>
<system value="email"/>
<value value="fhir@lists.hl7.org"/>
</telecom>
</contact>
<description value="An example set of Service Modes that could be applicable to use to characterize HealthcareServices or PractitionerRoles while searching"/>
<caseSensitive value="true"/>
<valueSet value="http://hl7.org/fhir/ValueSet/service-mode"/>
<content value="complete"/>
<concept>
<code value="in-person"/>
<display value="In Person"/>
<definition value="The service will be provided in person"/>
</concept>
<concept>
<code value="telephone"/>
<display value="Telephone"/>
<definition value="The service will be provided by a teleconferencing facility or regular telephone"/>
</concept>
<concept>
<code value="videoconference"/>
<display value="Video Conference"/>
<definition value="The service will be provided over a video-conference facility"/>
</concept>
<concept>
<code value="chat"/>
<display value="Chat/Messaging"/>
<definition value="This service will be provided via a realtime chat/messaging conversation"/>
</concept>
</CodeSystem>