FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.8.5  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem service-mode

<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="service-mode"/>
  <meta>
    <lastUpdated value="2023-03-26T15:21:02.749+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div value="&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
            &lt;p&gt;This code system 
              &lt;code&gt;http://hl7.org/fhir/service-mode&lt;/code&gt; defines the following codes:
            &lt;/p&gt;
            &lt;table class=&quot;codes&quot;&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;
                  &lt;b&gt;Code&lt;/b&gt;
                &lt;/td&gt;
                &lt;td&gt;
                  &lt;b&gt;Display&lt;/b&gt;
                &lt;/td&gt;
                &lt;td&gt;
                  &lt;b&gt;Definition&lt;/b&gt;
                &lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;in-person
                  &lt;a name=&quot;service-mode-in-person&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;In Person&lt;/td&gt;
                &lt;td&gt;The service will be provided in person&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;telephone
                  &lt;a name=&quot;service-mode-telephone&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Telephone&lt;/td&gt;
                &lt;td&gt;The service will be provided by a teleconferencing facility or regular telephone&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;videoconference
                  &lt;a name=&quot;service-mode-videoconference&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Video Conference&lt;/td&gt;
                &lt;td&gt;The service will be provided over a video-conference facility&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;chat
                  &lt;a name=&quot;service-mode-chat&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Chat/Messaging&lt;/td&gt;
                &lt;td&gt;This service will be provided via a realtime chat/messaging conversation&lt;/td&gt;
              &lt;/tr&gt;
            &lt;/table&gt;
          &lt;/div&gt;"/>
  </text>
  <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="trial-use"/>
  </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="5.0.0"/>
  <name value="ServiceMode"/>
  <title value="Service Mode"/>
  <status value="active"/>
  <experimental value="true"/>
  <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"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <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>