@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/uv/sdc/CodeSystem/keyboardType> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "keyboardType"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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><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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 1
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "fhir"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "trial-use" ;
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom>
         ] ;
         fhir:value [
           a fhir:Canonical ;
           fhir:v "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"^^xsd:anyURI ;
           fhir:l <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:l <http://hl7.org/fhir/uv/sdc/CodeSystem/keyboardType>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.17.16.9" ]
  ] ) ; # 
  fhir:version [ fhir:v "4.0.0"] ; # 
  fhir:name [ fhir:v "KeyboardTypeCodes"] ; # 
  fhir:title [ fhir:v "Keyboard Type Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-03-24T16:31:45+11: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:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  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)" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

