Stanford Spezi FHIR Implementation Guide
0.1.0 - ci-build

Publish Box goes here

: iOS Keyboard Type Code System - JSON Representation

Active as of 2025-01-01

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ios-keyboard-type-codesystem",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ios-keyboard-type-codesystem</b></p><a name=\"ios-keyboard-type-codesystem\"> </a><a name=\"hcios-keyboard-type-codesystem\"> </a><p>This case-sensitive code system <code>http://spezi.stanford.edu/fhir/CodeSystem/ios-keyboard-type-codesystem</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\">default<a name=\"ios-keyboard-type-codesystem-default\"> </a></td><td>Default Keyboard</td><td>Standard iOS keyboard with letters, numbers, and punctuation</td></tr><tr><td style=\"white-space:nowrap\">asciiCapable<a name=\"ios-keyboard-type-codesystem-asciiCapable\"> </a></td><td>ASCII Capable</td><td>Keyboard that outputs ASCII-capable characters</td></tr><tr><td style=\"white-space:nowrap\">numbersAndPunctuation<a name=\"ios-keyboard-type-codesystem-numbersAndPunctuation\"> </a></td><td>Numbers and Punctuation</td><td>Numbers and punctuation keyboard</td></tr><tr><td style=\"white-space:nowrap\">URL<a name=\"ios-keyboard-type-codesystem-URL\"> </a></td><td>URL Keyboard</td><td>Keyboard optimized for URL entry with .com key</td></tr><tr><td style=\"white-space:nowrap\">numberPad<a name=\"ios-keyboard-type-codesystem-numberPad\"> </a></td><td>Number Pad</td><td>Numeric keypad for number entry only</td></tr><tr><td style=\"white-space:nowrap\">phonePad<a name=\"ios-keyboard-type-codesystem-phonePad\"> </a></td><td>Phone Pad</td><td>Phone number keypad with digits and symbols</td></tr><tr><td style=\"white-space:nowrap\">namePhonePad<a name=\"ios-keyboard-type-codesystem-namePhonePad\"> </a></td><td>Name Phone Pad</td><td>Phone pad with letters for name entry</td></tr><tr><td style=\"white-space:nowrap\">emailAddress<a name=\"ios-keyboard-type-codesystem-emailAddress\"> </a></td><td>Email Address</td><td>Keyboard optimized for email address entry</td></tr><tr><td style=\"white-space:nowrap\">decimalPad<a name=\"ios-keyboard-type-codesystem-decimalPad\"> </a></td><td>Decimal Pad</td><td>Numeric keypad with decimal point</td></tr><tr><td style=\"white-space:nowrap\">twitter<a name=\"ios-keyboard-type-codesystem-twitter\"> </a></td><td>Twitter</td><td>Keyboard optimized for Twitter posts with # and @ keys</td></tr><tr><td style=\"white-space:nowrap\">webSearch<a name=\"ios-keyboard-type-codesystem-webSearch\"> </a></td><td>Web Search</td><td>Keyboard optimized for web search</td></tr><tr><td style=\"white-space:nowrap\">asciiCapableNumberPad<a name=\"ios-keyboard-type-codesystem-asciiCapableNumberPad\"> </a></td><td>ASCII Capable Number Pad</td><td>Number pad that outputs ASCII-capable characters</td></tr></table></div>"
  },
  "url" : "http://spezi.stanford.edu/fhir/CodeSystem/ios-keyboard-type-codesystem",
  "version" : "0.1.0",
  "name" : "IOSKeyboardTypeCodeSystem",
  "title" : "iOS Keyboard Type Code System",
  "status" : "active",
  "date" : "2025-01-01",
  "publisher" : "Stanford Biodesign Digital Health",
  "contact" : [
    {
      "name" : "Stanford Biodesign Digital Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://bdh.stanford.edu/"
        },
        {
          "system" : "email",
          "value" : "speziteam@stanford.edu"
        }
      ]
    },
    {
      "name" : "Vishnu Ravi",
      "telecom" : [
        {
          "system" : "email",
          "value" : "vishnur@stanford.edu",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Code system for iOS keyboard types used in text input fields",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 12,
  "concept" : [
    {
      "code" : "default",
      "display" : "Default Keyboard",
      "definition" : "Standard iOS keyboard with letters, numbers, and punctuation"
    },
    {
      "code" : "asciiCapable",
      "display" : "ASCII Capable",
      "definition" : "Keyboard that outputs ASCII-capable characters"
    },
    {
      "code" : "numbersAndPunctuation",
      "display" : "Numbers and Punctuation",
      "definition" : "Numbers and punctuation keyboard"
    },
    {
      "code" : "URL",
      "display" : "URL Keyboard",
      "definition" : "Keyboard optimized for URL entry with .com key"
    },
    {
      "code" : "numberPad",
      "display" : "Number Pad",
      "definition" : "Numeric keypad for number entry only"
    },
    {
      "code" : "phonePad",
      "display" : "Phone Pad",
      "definition" : "Phone number keypad with digits and symbols"
    },
    {
      "code" : "namePhonePad",
      "display" : "Name Phone Pad",
      "definition" : "Phone pad with letters for name entry"
    },
    {
      "code" : "emailAddress",
      "display" : "Email Address",
      "definition" : "Keyboard optimized for email address entry"
    },
    {
      "code" : "decimalPad",
      "display" : "Decimal Pad",
      "definition" : "Numeric keypad with decimal point"
    },
    {
      "code" : "twitter",
      "display" : "Twitter",
      "definition" : "Keyboard optimized for Twitter posts with # and @ keys"
    },
    {
      "code" : "webSearch",
      "display" : "Web Search",
      "definition" : "Keyboard optimized for web search"
    },
    {
      "code" : "asciiCapableNumberPad",
      "display" : "ASCII Capable Number Pad",
      "definition" : "Number pad that outputs ASCII-capable characters"
    }
  ]
}