FHIR Extensions Pack
5.1.0-cibuild - Working Copy International flag

FHIR Extensions Pack, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 5.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-extensions/ and changes regularly. See the Directory of published versions

: questionnaire item usage mode code system - TTL Representation

Page standards status: Trial-use Maturity Level: 2

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 "2023-01-31T07:07:38.434+11:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  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://hl7.org/fhir/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: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-standards-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "trial-use" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2"^^xsd:integer ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/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:use [ fhir:v "old" ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.855" ]
  ] ) ; # 
  fhir:version [ fhir:v "5.1.0-cibuild"] ; # 
  fhir:name [ fhir:v "QuestionnaireItemUsageMode"] ; # 
  fhir:title [ fhir:v "questionnaire item usage mode code system"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-18T15:06:28+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "QuestionnaireItemUsageMode"] ; # 
  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:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  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)." ]
  ] ) . #