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
Page standards status: Trial-use | Maturity Level: 4 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "keyboardType"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<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>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fhir" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
fhir:v "4"^^xsd:integer ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc> ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc> ] ] ) ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/CodeSystem/keyboardType"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.17.16.9" ]
] ) ; #
fhir:version [ fhir:v "4.0.0-ballot"] ; #
fhir:name [ fhir:v "KeyboardTypeCodes"] ; #
fhir:title [ fhir:v "Keyboard Type Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-12-20T05:24:22+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / FHIR Infrastructure" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ] ] )
] [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ] ] )
] ) ; #
fhir:description [ fhir:v "For string or text items, indicates the 'keyboard type' that should be used by the user interface to guide entry."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "phone" ] ;
fhir:display [ fhir:v "Phone" ] ;
fhir:definition [ fhir:v "Keyboard type optimized for input of phone numbers (digits with letters, different prediction)" ]
] [
fhir:code [ fhir:v "email" ] ;
fhir:display [ fhir:v "email" ] ;
fhir:definition [ fhir:v "Keyboard type optimized for input of email addresses (easy access to at-sign, different prediction)" ]
] [
fhir:code [ fhir:v "number" ] ;
fhir:display [ fhir:v "Number" ] ;
fhir:definition [ fhir:v "Keyboard type optimized for entering digits (useful for strings as well, such as for entering numerical identifiers)" ]
] [
fhir:code [ fhir:v "url" ] ;
fhir:display [ fhir:v "URL" ] ;
fhir:definition [ fhir:v "Keyboard type optimized for entering URLs and URIs" ]
] [
fhir:code [ fhir:v "chat" ] ;
fhir:display [ fhir:v "Chat" ] ;
fhir:definition [ fhir:v "Keyboard type optimized for chat messages (easy access to emoticons, different prediction)" ]
] ) . #
IG © 2022+ HL7 International / FHIR Infrastructure. Package hl7.fhir.uv.sdc#4.0.0-ballot based on FHIR 4.0.1. Generated 2024-12-20
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change