Structured Data Capture
4.0.0-ballot - STU 4 ballot International flag

Structured Data Capture, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 4.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/sdc/ and changes regularly. See the Directory of published versions

: Keyboard Type Codes - XML Representation

Page standards status: Trial-use Maturity Level: 4

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="keyboardType"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem keyboardType</b></p><a name="keyboardType"> </a><a name="hckeyboardType"> </a><a name="keyboardType-en-US"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/sdc/CodeSystem/keyboardType</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="keyboardType-phone"> </a></td><td>Phone</td><td>Keyboard type optimized for input of phone numbers (digits with letters, different prediction)</td></tr><tr><td style="white-space:nowrap">email<a name="keyboardType-email"> </a></td><td>email</td><td>Keyboard type optimized for input of email addresses (easy access to at-sign, different prediction)</td></tr><tr><td style="white-space:nowrap">number<a name="keyboardType-number"> </a></td><td>Number</td><td>Keyboard type optimized for entering digits (useful for strings as well, such as for entering numerical identifiers)</td></tr><tr><td style="white-space:nowrap">url<a name="keyboardType-url"> </a></td><td>URL</td><td>Keyboard type optimized for entering URLs and URIs</td></tr><tr><td style="white-space:nowrap">chat<a name="keyboardType-chat"> </a></td><td>Chat</td><td>Keyboard type optimized for chat messages (easy access to emoticons, different prediction)</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="4">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"/>
      </extension>
    </valueInteger>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"/>
      </extension>
    </valueCode>
  </extension>
  <url value="http://hl7.org/fhir/uv/sdc/CodeSystem/keyboardType"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.40.17.16.9"/>
  </identifier>
  <version value="4.0.0-ballot"/>
  <name value="KeyboardTypeCodes"/>
  <title value="Keyboard Type Codes"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-12-20T05:24:22+00:00"/>
  <publisher value="HL7 International / FHIR Infrastructure"/>
  <contact>
    <name value="HL7 International / FHIR Infrastructure"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fiwg"/>
    </telecom>
  </contact>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/fiwg"/>
    </telecom>
  </contact>
  <description
               value="For string or text items, indicates the 'keyboard type' that should be used by the user interface to guide entry."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="5"/>
  <concept>
    <code value="phone"/>
    <display value="Phone"/>
    <definition
                value="Keyboard type optimized for input of phone numbers (digits with letters, different prediction)"/>
  </concept>
  <concept>
    <code value="email"/>
    <display value="email"/>
    <definition
                value="Keyboard type optimized for input of email addresses (easy access to at-sign, different prediction)"/>
  </concept>
  <concept>
    <code value="number"/>
    <display value="Number"/>
    <definition
                value="Keyboard type optimized for entering digits (useful for strings as well, such as for entering numerical identifiers)"/>
  </concept>
  <concept>
    <code value="url"/>
    <display value="URL"/>
    <definition value="Keyboard type optimized for entering URLs and URIs"/>
  </concept>
  <concept>
    <code value="chat"/>
    <display value="Chat"/>
    <definition
                value="Keyboard type optimized for chat messages (easy access to emoticons, different prediction)"/>
  </concept>
</CodeSystem>