This page is part of the FHIR Core Extensions Registry (v0.1.0: Releases Draft) based on FHIR v5.0.0. . For a full list of available versions, see the Directory of published versions
Active as of 2023-03-04 |
@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 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 & 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/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 "0.1.0"] ; #
fhir:name [ fhir:v "QuestionnaireItemUsageMode"] ; #
fhir:title [ fhir:v "questionnaire item usage mode"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-03-04T10:12:27+11: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://hl7.org/Special/committees/fhir-i" ] ] )
] ) ; #
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)." ]
] ) . #
IG © 2022+ HL7 International / FHIR Infrastructure. Package hl7.fhir.uv.extensions#0.1.0 based on FHIR 5.0.0. Generated 2023-03-04
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change