Stanford Spezi FHIR Implementation Guide
0.1.0 - ci-build
Publish Box goes here
Active as of 2025-01-01 |
{
"resourceType" : "CodeSystem",
"id" : "ios-autocapitalization-type-codesystem",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"url" : "http://spezi.stanford.edu/fhir/CodeSystem/ios-autocapitalization-type-codesystem",
"version" : "0.1.0",
"name" : "IOSAutocapitalizationTypeCodeSystem",
"title" : "iOS Autocapitalization 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 autocapitalization types",
"caseSensitive" : true,
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "none",
"display" : "None",
"definition" : "No automatic capitalization"
},
{
"code" : "words",
"display" : "Words",
"definition" : "Capitalize the first letter of each word"
},
{
"code" : "sentences",
"display" : "Sentences",
"definition" : "Capitalize the first letter of each sentence"
},
{
"code" : "allCharacters",
"display" : "All Characters",
"definition" : "Capitalize all characters"
}
]
}