This
page
is
part
of
the
FHIR
Specification
(v4.0.1:
R4
(v4.3.0:
R4B
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R4B
R4
R4B
R4
|
|
Maturity Level : N/A | Standards Status : Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification )
Definition
for
Code
System
QuestionnaireTextCategories
SystemQuestionnaireTextCategories
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:CodeSystem; fhir:Resource.id [ fhir:value "questionnaire-display-category"]; fhir:Resource.meta [fhir:Meta.lastUpdated [ fhir:value "2019-11-01T09:29:23.356+11:00" ];fhir:Meta.lastUpdated [ fhir:value "2022-05-28T12:47:40.239+10:00" ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"; fhir:index 0 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ]; fhir:Extension.value [ fhir:value "fhir" ] ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/questionnaire-display-category"]; fhir:CodeSystem.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.936" ]fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.936" ] ];fhir:CodeSystem.version [ fhir:value "4.0.1"];fhir:CodeSystem.version [ fhir:value "4.3.0"]; fhir:CodeSystem.name [ fhir:value "QuestionnaireTextCategories"]; fhir:CodeSystem.title [ fhir:value "Questionnaire Text Categories"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "false"];fhir:CodeSystem.publisher [ fhir:value "HL7 International - Patient Care WG"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/patientcare" ] ] ];fhir:CodeSystem.description [ fhir:value "Codes defining the purpose of a Questionnaire item of type 'text'."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"]; fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/questionnaire-display-category"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.code [ fhir:value "instructions" ]; fhir:CodeSystem.display [ fhir:value "Instructions" ]; fhir:CodeSystem.definition [ fhir:value "The text provides guidance on how to populate or use a portion of the questionnaire (or the questionnaire as a whole)." ] ], [ fhir:index 1; fhir:CodeSystem.code [ fhir:value "security" ]; fhir:CodeSystem.display [ fhir:value "Security" ]; fhir:CodeSystem.definition [ fhir:value "The text provides guidance on how the information should be or will be handled from a security/confidentiality/access control perspective when completed" ] ], [ fhir:index 2; fhir:CodeSystem.code [ fhir:value "help" ]; fhir:CodeSystem.display [ fhir:value "Help" ]; fhir:CodeSystem.definition [ fhir:value "The text provides additional guidance on populating the containing item. Help text isn't necessarily expected to be rendered as part of the form, but may instead be made available through fly-over, pop-up button, link to a \"help\" page, etc." ] ] . # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.