Smart Forms, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/aehrc/smart-forms-ig/ and changes regularly. See the Directory of published versions
: Questionnaire Item Control Extension - TTL Representation
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 "QuestionnaireItemControlExtended"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem QuestionnaireItemControlExtended</b></p><a name=\"QuestionnaireItemControlExtended\"> </a><a name=\"hcQuestionnaireItemControlExtended\"> </a><a name=\"QuestionnaireItemControlExtended-en-US\"> </a><p>This case-sensitive code system <code>https://smartforms.csiro.au/ig/CodeSystem/QuestionnaireItemControlExtended</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">context-display<a name=\"QuestionnaireItemControlExtended-context-display\"> </a></td><td>An display item rendered adjacent (horizontally or vertically) to the text of the parent item.</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://smartforms.csiro.au/ig/CodeSystem/QuestionnaireItemControlExtended"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.2.0"] ; #
fhir:name [ fhir:v "QuestionnaireItemControlExtended"] ; #
fhir:title [ fhir:v "Questionnaire Item Control Extension"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-29T04:23:30+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "AEHRC CSIRO"] ; #
fhir:contact ( [
fhir:name [ fhir:v "AEHRC CSIRO" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://confluence.csiro.au/display/PCDQFPhase2/Primary+Care+Data+Quality+Foundations+-+Phase+2" ] ] )
] ) ; #
fhir:description [ fhir:v "The Questionnaire Item Control Extension code system defines concepts that extend the HL7 questionnaire item control concepts in http://hl7.org/fhir/questionnaire-item-control. They represent interface control/display mechanisms interface control/display mechanisms that might be used when rendering an item in a questionnaire."] ; #
fhir:copyright [ fhir:v "Copyright © 2022+ Australian Government Department of Health and Aged Care - All rights reserved. This content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. See https://creativecommons.org/licenses/by-sa/4.0/."] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "context-display" ] ;
fhir:display [ fhir:v "context-display" ] ;
fhir:definition [ fhir:v "An display item rendered adjacent (horizontally or vertically) to the text of the parent item." ]
] ) . #