@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "v3-styleType"] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Properties

This code system defines the following properties for its concepts

CodeURITypeDescription
SpecializesCodingThe child code is a more narrow version of the concept represented by the parent code. I.e. Every child concept is also a valid parent concept. Used to allow determination of subsumption. Must be transitive, irreflexive, antisymmetric.
GeneralizesCodingInverse of Specializes. Only included as a derived relationship.
internalIdhttp://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-idcodeThe internal identifier for the concept in the HL7 Access database repository.
notSelectablehttp://hl7.org/fhir/concept-properties#notSelectablebooleanIndicates that the code is abstract - only intended to be used as a selector for other concepts
statushttp://hl7.org/fhir/concept-properties#statuscodeDesignation of a concept's state. Normally is not populated unless the state is retired.
synonymCodehttp://hl7.org/fhir/concept-properties#synonymcodeAn additional concept code that was also attributed to a concept

Concepts

This case-sensitive code system http://terminology.hl7.org/CodeSystem/v3-styleType defines the following codes in a Is-A heirarchy:

LvlCodeDisplayDefinitioninternalIdNot SelectablestatussynonymCode
1_FontStyle Font StyleDefines font rendering characteristics21334trueactive
2  bold Bold FontRender with a bold font21335active
2  emphasis Emphasised FontRender with with some type of emphasis21338active
2  italics Italics FontRender italicized21337active
2  underline Underline FontRender with an underline font21336active
1_ListStyle List StyleDefines list rendering characteristics21344trueactive
2  _OrderedListStyle Ordered List StyleDefines rendering characteristics for ordered lists21345trueactive
3    Arabic ArabicList is ordered using Arabic numerals: 1, 2, 321346active
3    BigAlpha Big AlphaList is ordered using big alpha characters: A, B, C21350activeBIG.ALPHA
3    BIG.ALPHA Big AlphaList is ordered using big alpha characters: A, B, C21350retiredBigAlpha
3    BigRoman Big RomanList is ordered using big Roman numerals: I, II, III21348activeBIG.ROMAN
3    BIG.ROMAN Big RomanList is ordered using big Roman numerals: I, II, III21348retiredBigRoman
3    LittleAlpha Little AlphaList is order using little alpha characters: a, b, c21349activeLITTLE.ALPHA
3    LITTLE.ALPHA Little AlphaList is order using little alpha characters: a, b, c21349retiredLittleAlpha
3    LittleRoman Little RomanList is ordered using little Roman numerals: i, ii, iii21347activeLITTLE.ROMAN
3    LITTLE.ROMAN Little RomanList is ordered using little Roman numerals: i, ii, iii21347retiredLittleRoman
2  _UnorderedListStyle Unordered List StyleDefines rendering characteristics for unordered lists21351trueactive
3    Circle CircleList bullets are hollow discs21353active
3    Disc DiscList bullets are simple solid discs21352active
3    Square SquareList bullets are solid squares21354active
1_TableRuleStyle Table Rule StyleDefines table cell rendering characteristics21339trueactive
2  Botrule Bottom RuleRender cell with rule on bottom21343active
2  Lrule Left-sided ruleRender cell with left-sided rule21340active
2  Rrule Right-sided ruleRender cell with right-sided rule21341active
2  Toprule Top RuleRender cell with rule on top21342activeTORULE
2  TORULE Top RuleRender cell with rule on top21342retiredToprule
" ] ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-styleType"^^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.5.1095" ] ] ) ; # fhir:version [ fhir:v "3.0.0"] ; # fhir:name [ fhir:v "StyleType"] ; # fhir:title [ fhir:v "Style Type"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-03-20"^^xsd:date] ; # 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 "The style code is used within the CDA/SPL narrative block to give the instance author some control over various aspects of style"] ; # 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:hierarchyMeaning [ fhir:v "is-a"] ; # fhir:content [ fhir:v "complete"] ; # fhir:property ( [ fhir:extension ( [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry"^^xsd:anyURI ] ; fhir:value [ fhir:v "antisymmetric" ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity"^^xsd:anyURI ] ; fhir:value [ fhir:v "transitive" ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity"^^xsd:anyURI ] ; fhir:value [ fhir:v "irreflexive" ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind"^^xsd:anyURI ] ; fhir:value [ fhir:v "Specializes" ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName"^^xsd:anyURI ] ; fhir:value [ fhir:v "Generalizes" ] ] ) ; fhir:code [ fhir:v "Specializes" ] ; fhir:description [ fhir:v "The child code is a more narrow version of the concept represented by the parent code. I.e. Every child concept is also a valid parent concept. Used to allow determination of subsumption. Must be transitive, irreflexive, antisymmetric." ] ; fhir:type [ fhir:v "Coding" ] ] [ fhir:extension ( [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry"^^xsd:anyURI ] ; fhir:value [ fhir:v "antisymmetric" ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity"^^xsd:anyURI ] ; fhir:value [ fhir:v "transitive" ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity"^^xsd:anyURI ] ; fhir:value [ fhir:v "irreflexive" ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind"^^xsd:anyURI ] ; fhir:value [ fhir:v "Generalizes" ] ] [ fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName"^^xsd:anyURI ] ; fhir:value [ fhir:v "Specializes" ] ] ) ; fhir:code [ fhir:v "Generalizes" ] ; fhir:description [ fhir:v "Inverse of Specializes. Only included as a derived relationship." ] ; fhir:type [ fhir:v "Coding" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:uri [ fhir:v "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id"^^xsd:anyURI ] ; fhir:description [ fhir:v "The internal identifier for the concept in the HL7 Access database repository." ] ; fhir:type [ fhir:v "code" ] ] [ fhir:code [ fhir:v "notSelectable" ] ; fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#notSelectable"^^xsd:anyURI ] ; fhir:description [ fhir:v "Indicates that the code is abstract - only intended to be used as a selector for other concepts" ] ; fhir:type [ fhir:v "boolean" ] ] [ fhir:code [ fhir:v "status" ] ; fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#status"^^xsd:anyURI ] ; fhir:description [ fhir:v "Designation of a concept's state. Normally is not populated unless the state is retired." ] ; fhir:type [ fhir:v "code" ] ] [ fhir:code [ fhir:v "synonymCode" ] ; fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#synonym"^^xsd:anyURI ] ; fhir:description [ fhir:v "An additional concept code that was also attributed to a concept" ] ; fhir:type [ fhir:v "code" ] ] ) ; # fhir:concept ( [ fhir:code [ fhir:v "_FontStyle" ] ; fhir:display [ fhir:v "Font Style" ] ; fhir:definition [ fhir:v "Defines font rendering characteristics" ] ; fhir:property ( [ fhir:code [ fhir:v "notSelectable" ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21334" ] ] ) ; fhir:concept ( [ fhir:code [ fhir:v "bold" ] ; fhir:display [ fhir:v "Bold Font" ] ; fhir:definition [ fhir:v "Render with a bold font" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21335" ] ] ) ] [ fhir:code [ fhir:v "emphasis" ] ; fhir:display [ fhir:v "Emphasised Font" ] ; fhir:definition [ fhir:v "Render with with some type of emphasis" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21338" ] ] ) ] [ fhir:code [ fhir:v "italics" ] ; fhir:display [ fhir:v "Italics Font" ] ; fhir:definition [ fhir:v "Render italicized" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21337" ] ] ) ] [ fhir:code [ fhir:v "underline" ] ; fhir:display [ fhir:v "Underline Font" ] ; fhir:definition [ fhir:v "Render with an underline font" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21336" ] ] ) ] ) ] [ fhir:code [ fhir:v "_ListStyle" ] ; fhir:display [ fhir:v "List Style" ] ; fhir:definition [ fhir:v "Defines list rendering characteristics" ] ; fhir:property ( [ fhir:code [ fhir:v "notSelectable" ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21344" ] ] ) ; fhir:concept ( [ fhir:code [ fhir:v "_OrderedListStyle" ] ; fhir:display [ fhir:v "Ordered List Style" ] ; fhir:definition [ fhir:v "Defines rendering characteristics for ordered lists" ] ; fhir:property ( [ fhir:code [ fhir:v "notSelectable" ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21345" ] ] ) ; fhir:concept ( [ fhir:code [ fhir:v "Arabic" ] ; fhir:display [ fhir:v "Arabic" ] ; fhir:definition [ fhir:v "List is ordered using Arabic numerals: 1, 2, 3" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21346" ] ] ) ] [ fhir:code [ fhir:v "BigAlpha" ] ; fhir:display [ fhir:v "Big Alpha" ] ; fhir:definition [ fhir:v "List is ordered using big alpha characters: A, B, C" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "synonymCode" ] ; fhir:value [ fhir:v "BIG.ALPHA" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21350" ] ] ) ] [ fhir:code [ fhir:v "BIG.ALPHA" ] ; fhir:display [ fhir:v "Big Alpha" ] ; fhir:definition [ fhir:v "List is ordered using big alpha characters: A, B, C" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "retired" ] ] [ fhir:code [ fhir:v "synonymCode" ] ; fhir:value [ fhir:v "BigAlpha" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21350" ] ] ) ] [ fhir:code [ fhir:v "BigRoman" ] ; fhir:display [ fhir:v "Big Roman" ] ; fhir:definition [ fhir:v "List is ordered using big Roman numerals: I, II, III" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "synonymCode" ] ; fhir:value [ fhir:v "BIG.ROMAN" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21348" ] ] ) ] [ fhir:code [ fhir:v "BIG.ROMAN" ] ; fhir:display [ fhir:v "Big Roman" ] ; fhir:definition [ fhir:v "List is ordered using big Roman numerals: I, II, III" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "retired" ] ] [ fhir:code [ fhir:v "synonymCode" ] ; fhir:value [ fhir:v "BigRoman" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21348" ] ] ) ] [ fhir:code [ fhir:v "LittleAlpha" ] ; fhir:display [ fhir:v "Little Alpha" ] ; fhir:definition [ fhir:v "List is order using little alpha characters: a, b, c" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "synonymCode" ] ; fhir:value [ fhir:v "LITTLE.ALPHA" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21349" ] ] ) ] [ fhir:code [ fhir:v "LITTLE.ALPHA" ] ; fhir:display [ fhir:v "Little Alpha" ] ; fhir:definition [ fhir:v "List is order using little alpha characters: a, b, c" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "retired" ] ] [ fhir:code [ fhir:v "synonymCode" ] ; fhir:value [ fhir:v "LittleAlpha" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21349" ] ] ) ] [ fhir:code [ fhir:v "LittleRoman" ] ; fhir:display [ fhir:v "Little Roman" ] ; fhir:definition [ fhir:v "List is ordered using little Roman numerals: i, ii, iii" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "synonymCode" ] ; fhir:value [ fhir:v "LITTLE.ROMAN" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21347" ] ] ) ] [ fhir:code [ fhir:v "LITTLE.ROMAN" ] ; fhir:display [ fhir:v "Little Roman" ] ; fhir:definition [ fhir:v "List is ordered using little Roman numerals: i, ii, iii" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "retired" ] ] [ fhir:code [ fhir:v "synonymCode" ] ; fhir:value [ fhir:v "LittleRoman" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21347" ] ] ) ] ) ] [ fhir:code [ fhir:v "_UnorderedListStyle" ] ; fhir:display [ fhir:v "Unordered List Style" ] ; fhir:definition [ fhir:v "Defines rendering characteristics for unordered lists" ] ; fhir:property ( [ fhir:code [ fhir:v "notSelectable" ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21351" ] ] ) ; fhir:concept ( [ fhir:code [ fhir:v "Circle" ] ; fhir:display [ fhir:v "Circle" ] ; fhir:definition [ fhir:v "List bullets are hollow discs" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21353" ] ] ) ] [ fhir:code [ fhir:v "Disc" ] ; fhir:display [ fhir:v "Disc" ] ; fhir:definition [ fhir:v "List bullets are simple solid discs" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21352" ] ] ) ] [ fhir:code [ fhir:v "Square" ] ; fhir:display [ fhir:v "Square" ] ; fhir:definition [ fhir:v "List bullets are solid squares" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21354" ] ] ) ] ) ] ) ] [ fhir:code [ fhir:v "_TableRuleStyle" ] ; fhir:display [ fhir:v "Table Rule Style" ] ; fhir:definition [ fhir:v "Defines table cell rendering characteristics" ] ; fhir:property ( [ fhir:code [ fhir:v "notSelectable" ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21339" ] ] ) ; fhir:concept ( [ fhir:code [ fhir:v "Botrule" ] ; fhir:display [ fhir:v "Bottom Rule" ] ; fhir:definition [ fhir:v "Render cell with rule on bottom" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21343" ] ] ) ] [ fhir:code [ fhir:v "Lrule" ] ; fhir:display [ fhir:v "Left-sided rule" ] ; fhir:definition [ fhir:v "Render cell with left-sided rule" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21340" ] ] ) ] [ fhir:code [ fhir:v "Rrule" ] ; fhir:display [ fhir:v "Right-sided rule" ] ; fhir:definition [ fhir:v "Render cell with right-sided rule" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21341" ] ] ) ] [ fhir:code [ fhir:v "Toprule" ] ; fhir:display [ fhir:v "Top Rule" ] ; fhir:definition [ fhir:v "Render cell with rule on top" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "active" ] ] [ fhir:code [ fhir:v "synonymCode" ] ; fhir:value [ fhir:v "TORULE" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21342" ] ] ) ] [ fhir:code [ fhir:v "TORULE" ] ; fhir:display [ fhir:v "Top Rule" ] ; fhir:definition [ fhir:v "Render cell with rule on top" ] ; fhir:property ( [ fhir:code [ fhir:v "status" ] ; fhir:value [ fhir:v "retired" ] ] [ fhir:code [ fhir:v "synonymCode" ] ; fhir:value [ fhir:v "Toprule" ] ] [ fhir:code [ fhir:v "internalId" ] ; fhir:value [ fhir:v "21342" ] ] ) ] ) ] ) . # # -------------------------------------------------------------------------------------