@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 "

This case-sensitive code system http://terminology.hl7.org/CodeSystem/questionnaire-usage-mode defines the following codes:

CodeDisplayDefinition
capture-display Capture & DisplayRender the item regardless of usage mode.
capture Capture OnlyRender the item only when capturing data.
display Display OnlyRender the item only when displaying a completed form.
display-non-empty Display when AnsweredRender the item only when displaying a completed form and the item has been answered (or has child items that have been answered).
capture-display-non-empty Capture or, if answered, DisplayRender 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).
" ] ; # 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 ] ; # 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)." ] ] ) . # # -------------------------------------------------------------------------------------