JASPEHR(the JApanese Standard Platform for EHRs) 実装ガイド
1.0.0 - draft

JASPEHR(the JApanese Standard Platform for EHRs) 実装ガイド - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JASPEHR Questionnaire Item UI Control Codes - TTL Representation

Draft as of 2021-12-13

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "questionnaire-item-control-Jaspehr"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet questionnaire-item-control-Jaspehr</b></p><a name=\"questionnaire-item-control-Jaspehr\"> </a><a name=\"hcquestionnaire-item-control-Jaspehr\"> </a><a name=\"questionnaire-item-control-Jaspehr-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/shareablevalueset.html\">Shareable ValueSet</a></p></div><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-item-control.html\"><code>http://hl7.org/fhir/questionnaire-item-control</code></a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-item-control.html\"><code>http://hl7.org/fhir/questionnaire-item-control</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-item-control.html#questionnaire-item-control-table\">table</a></td><td>Vertical Answer Table</td><td>Questions within the group are rows in the table with possible answers as columns.  Used for 'choice' questions.  The questions within a group marked with this controlType SHALL provide an enumerated list of options and SHOULD refer to the same set of options, same value set or same expression.  In the case of a 'sparse' table where some options aren't available for some questions, the order of the answers in the table is not defined and some rendering tools may refuse to display the group as a table.</td></tr><tr><td><a href=\"http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-item-control.html#questionnaire-item-control-htable\">htable</a></td><td>Horizontal Answer Table</td><td>Questions within the group are columns in the table with possible answers as rows.  Used for 'choice' questions.  The questions within a group marked with this controlType SHALL provide an enumerated list of options and SHOULD refer to the same set of options, same value set or same expression.  In the case of a 'sparse' table where some options aren't available for some questions, the order of the answers in the table is not defined and some rendering tools may refuse to display the group as a table.</td></tr><tr><td><a href=\"http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-item-control.html#questionnaire-item-control-gtable\">gtable</a></td><td>Group Table</td><td>Questions within the group are columns in the table with each group repetition as a row.  Used for single-answer questions.</td></tr><tr><td><a href=\"http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-item-control.html#questionnaire-item-control-atable\">atable</a></td><td>Answer Table</td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-item-control.html#questionnaire-item-control-header\">header</a></td><td>Header</td><td>The group is to be continuously visible at the top of the questionnaire.  Header must be a top-level item and must not be marked as repeating, but need not be the first item in the Questionnaire.  There can be at most one group of type 'header' in a Questionnaire.</td></tr><tr><td><a href=\"http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-item-control.html#questionnaire-item-control-footer\">footer</a></td><td>Footer</td><td>The group is to be continuously visible at the bottom of the questionnaire.  Footer must be a top-level item and must not be marked as repeating, but need not be the last item in a Questionnaire.  There can be at most one group of type 'header' in a Questionnaire.</td></tr><tr><td><a href=\"http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-item-control.html#questionnaire-item-control-prompt\">prompt</a></td><td>Prompt</td><td>Text is displayed immediately below or within the answer-entry area of the containing question item (typically as a guide for what to enter).  **Deprecation Note** - Use the [[[http://hl7.org/fhir/StructureDefinition/entryFormat]]] extension instead.</td></tr><tr><td><a href=\"http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-item-control.html#questionnaire-item-control-unit\">unit</a></td><td>Unit</td><td>Display item is rendered adjacent (horizontally or vertically) to the answer space for the parent question, typically to indicate a unit of measure.  **Deprecation Note** - The display element of the [[[http://hl7.org/fhir/StructureDefinition/questionnaire-unit]]] should be used instead.</td></tr><tr><td><a href=\"http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-item-control.html#questionnaire-item-control-lower\">lower</a></td><td>Lower-bound</td><td>Display item is rendered to the left of the set of answer choices or a scaling control for the parent question item to indicate the meaning of the 'lower' bound.  E.g. 'Strongly disagree'</td></tr><tr><td><a href=\"http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-item-control.html#questionnaire-item-control-upper\">upper</a></td><td>Upper-bound</td><td>Display item is rendered to the right of the set of answer choices or a scaling control for the parent question item to indicate the meaning of the 'upper' bound.  E.g. 'Strongly agree'</td></tr><tr><td><a href=\"http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-item-control.html#questionnaire-item-control-flyover\">flyover</a></td><td>Fly-over</td><td>Display item is temporarily visible over top of an item if the mouse is positioned over top of the text for the containing item</td></tr><tr><td><a href=\"http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-item-control.html#questionnaire-item-control-help\">help</a></td><td>Help-Button</td><td>Display item is rendered in a dialog box or similar control if invoked by pushing a button or some other UI-appropriate action to request 'help' for a question, group or the questionnaire as a whole (depending what the display item is nested within)</td></tr><tr><td><a href=\"http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-item-control.html#questionnaire-item-control-autocomplete\">autocomplete</a></td><td>Auto-complete</td><td>A control which provides a list of potential matches based on text entered into a control.  Used for large choice sets where text-matching is an appropriate discovery mechanism.</td></tr><tr><td><a href=\"http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-item-control.html#questionnaire-item-control-lookup\">lookup</a></td><td>Lookup</td><td>A control where editing an item spawns a separate dialog box or screen permitting a user to navigate, filter or otherwise discover an appropriate match.  Useful for large choice sets where text matching is not an appropriate discovery mechanism.  Such screens must generally be tuned for the specific choice list structure.</td></tr><tr><td><a href=\"http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-item-control.html#questionnaire-item-control-slider\">slider</a></td><td>Slider</td><td>A control where an axis is displayed between the high and low values and the control can be visually manipulated to select a value anywhere on the axis.</td></tr><tr><td><a href=\"http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-item-control.html#questionnaire-item-control-spinner\">spinner</a></td><td>Spinner</td><td>A control where a list of numeric or other ordered values can be scrolled through via arrows.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://www.hosp.ncgm.go.jp/JASPEHR/fhir/ValueSet/questionnaire-item-control-Jaspehr"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "QuestionnaireItemUIControlCodesJaspehr"] ; # 
  fhir:title [ fhir:v "JASPEHR Questionnaire Item UI Control Codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-12-13T19:07:00+09:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Starter set of user interface control/display mechanisms that might be used when rendering an item in a questionnaire."] ; # 
  fhir:immutable [ fhir:v false] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/questionnaire-item-control"^^xsd:anyURI ]     ] ) ;
    ( fhir:exclude [
fhir:system [ fhir:v "http://hl7.org/fhir/questionnaire-item-control"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "table" ] ;
fhir:display [ fhir:v "Vertical Answer Table" ]       ] [
fhir:code [ fhir:v "htable" ] ;
fhir:display [ fhir:v "Horizontal Answer Table" ]       ] [
fhir:code [ fhir:v "gtable" ] ;
fhir:display [ fhir:v "Group Table" ]       ] [
fhir:code [ fhir:v "atable" ] ;
fhir:display [ fhir:v "Answer Table" ]       ] [
fhir:code [ fhir:v "header" ] ;
fhir:display [ fhir:v "Header" ]       ] [
fhir:code [ fhir:v "footer" ] ;
fhir:display [ fhir:v "Footer" ]       ] [
fhir:code [ fhir:v "prompt" ] ;
fhir:display [ fhir:v "Prompt" ]       ] [
fhir:code [ fhir:v "unit" ] ;
fhir:display [ fhir:v "Unit" ]       ] [
fhir:code [ fhir:v "lower" ] ;
fhir:display [ fhir:v "Lower-bound" ]       ] [
fhir:code [ fhir:v "upper" ] ;
fhir:display [ fhir:v "Upper-bound" ]       ] [
fhir:code [ fhir:v "flyover" ] ;
fhir:display [ fhir:v "Fly-over" ]       ] [
fhir:code [ fhir:v "help" ] ;
fhir:display [ fhir:v "Help-Button" ]       ] [
fhir:code [ fhir:v "autocomplete" ] ;
fhir:display [ fhir:v "Auto-complete" ]       ] [
fhir:code [ fhir:v "lookup" ] ;
fhir:display [ fhir:v "Lookup" ]       ] [
fhir:code [ fhir:v "slider" ] ;
fhir:display [ fhir:v "Slider" ]       ] [
fhir:code [ fhir:v "spinner" ] ;
fhir:display [ fhir:v "Spinner" ]       ] )     ] )
  ] . #