HL7 Terminology (THO)
5.5.0 - Continuous Process Integration (ci build) International flag

HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 5.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions

: QuestionnaireItemUsageMode - TTL Representation

Draft as of 2020-04-09

Raw ttl | Download


@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 "questionnaire-usage-mode"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/questionnaire-usage-mode</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\">capture-display<a name=\"questionnaire-usage-mode-capture-display\"> </a></td><td>Capture &amp; Display</td><td>Render the item regardless of usage mode.</td></tr><tr><td style=\"white-space:nowrap\">capture<a name=\"questionnaire-usage-mode-capture\"> </a></td><td>Capture Only</td><td>Render the item only when capturing data.</td></tr><tr><td style=\"white-space:nowrap\">display<a name=\"questionnaire-usage-mode-display\"> </a></td><td>Display Only</td><td>Render the item only when displaying a completed form.</td></tr><tr><td style=\"white-space:nowrap\">display-non-empty<a name=\"questionnaire-usage-mode-display-non-empty\"> </a></td><td>Display when Answered</td><td>Render the item only when displaying a completed form and the item has been answered (or has child items that have been answered).</td></tr><tr><td style=\"white-space:nowrap\">capture-display-non-empty<a name=\"questionnaire-usage-mode-capture-display-non-empty\"> </a></td><td>Capture or, if answered, Display</td><td>Render the item when capturing data or when displaying a completed form and the item has been answered (or has child items that have been answered).</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/questionnaire-usage-mode"^^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.1.1274" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "QuestionnaireItemUsageMode"] ; # 
  fhir:title [ fhir:v "QuestionnaireItemUsageMode"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-04-09T21:10:28+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Health Level Seven International"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hq@HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Identifies the modes of usage of a questionnaire that should enable a particular questionnaire item."] ; # 
  fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/questionnaire-usage-mode"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/questionnaire-usage-mode>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "capture-display" ] ;
fhir:display [ fhir:v "Capture & Display" ] ;
fhir:definition [ fhir:v "Render the item regardless of usage mode." ]
  ] [
fhir:code [ fhir:v "capture" ] ;
fhir:display [ fhir:v "Capture Only" ] ;
fhir:definition [ fhir:v "Render the item only when capturing data." ]
  ] [
fhir:code [ fhir:v "display" ] ;
fhir:display [ fhir:v "Display Only" ] ;
fhir:definition [ fhir:v "Render the item only when displaying a completed form." ]
  ] [
fhir:code [ fhir:v "display-non-empty" ] ;
fhir:display [ fhir:v "Display when Answered" ] ;
fhir:definition [ fhir:v "Render the item only when displaying a completed form and the item has been answered (or has child items that have been answered)." ]
  ] [
fhir:code [ fhir:v "capture-display-non-empty" ] ;
fhir:display [ fhir:v "Capture or, if answered, Display" ] ;
fhir:definition [ fhir:v "Render the item when capturing data or when displaying a completed form and the item has been answered (or has child items that have been answered)." ]
  ] ) . #