Stanford Spezi FHIR Implementation Guide
0.1.0 - ci-build

Publish Box goes here

: iOS Autocapitalization Type Code System - XML Representation

Active as of 2025-01-01

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ios-autocapitalization-type-codesystem"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem ios-autocapitalization-type-codesystem</b></p><a name="ios-autocapitalization-type-codesystem"> </a><a name="hcios-autocapitalization-type-codesystem"> </a><p>This case-sensitive code system <code>http://spezi.stanford.edu/fhir/CodeSystem/ios-autocapitalization-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">none<a name="ios-autocapitalization-type-codesystem-none"> </a></td><td>None</td><td>No automatic capitalization</td></tr><tr><td style="white-space:nowrap">words<a name="ios-autocapitalization-type-codesystem-words"> </a></td><td>Words</td><td>Capitalize the first letter of each word</td></tr><tr><td style="white-space:nowrap">sentences<a name="ios-autocapitalization-type-codesystem-sentences"> </a></td><td>Sentences</td><td>Capitalize the first letter of each sentence</td></tr><tr><td style="white-space:nowrap">allCharacters<a name="ios-autocapitalization-type-codesystem-allCharacters"> </a></td><td>All Characters</td><td>Capitalize all characters</td></tr></table></div>
  </text>
  <url
       value="http://spezi.stanford.edu/fhir/CodeSystem/ios-autocapitalization-type-codesystem"/>
  <version value="0.1.0"/>
  <name value="IOSAutocapitalizationTypeCodeSystem"/>
  <title value="iOS Autocapitalization Type Code System"/>
  <status value="active"/>
  <date value="2025-01-01"/>
  <publisher value="Stanford Biodesign Digital Health"/>
  <contact>
    <name value="Stanford Biodesign Digital Health"/>
    <telecom>
      <system value="url"/>
      <value value="http://bdh.stanford.edu/"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="speziteam@stanford.edu"/>
    </telecom>
  </contact>
  <contact>
    <name value="Vishnu Ravi"/>
    <telecom>
      <system value="email"/>
      <value value="vishnur@stanford.edu"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description value="Code system for iOS autocapitalization types"/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="4"/>
  <concept>
    <code value="none"/>
    <display value="None"/>
    <definition value="No automatic capitalization"/>
  </concept>
  <concept>
    <code value="words"/>
    <display value="Words"/>
    <definition value="Capitalize the first letter of each word"/>
  </concept>
  <concept>
    <code value="sentences"/>
    <display value="Sentences"/>
    <definition value="Capitalize the first letter of each sentence"/>
  </concept>
  <concept>
    <code value="allCharacters"/>
    <display value="All Characters"/>
    <definition value="Capitalize all characters"/>
  </concept>
</CodeSystem>