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

Properties

CodeURLTypeDescription
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

This code system http://terminology.hl7.org/CodeSystem/v3-styleType defines the following codes:

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:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-styleType"]; 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.5.1095" ] ]; fhir:CodeSystem.version [ fhir:value "2.1.0"]; fhir:CodeSystem.name [ fhir:value "StyleType"]; fhir:CodeSystem.title [ fhir:value "Style Type"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.date [ fhir:value "2019-03-20"^^xsd:date]; fhir:CodeSystem.publisher [ fhir:value "HL7"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Health Level Seven" ] ]; fhir:CodeSystem.description [ fhir:value "The style code is used within the CDA/SPL narrative block to give the instance author some control over various aspects of style"]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.property [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry" ]; fhir:Extension.valueCode [ fhir:value "antisymmetric" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity" ]; fhir:Extension.valueCode [ fhir:value "transitive" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity" ]; fhir:Extension.valueCode [ fhir:value "irreflexive" ] ], [ fhir:index 3; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable" ]; fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ] ], [ fhir:index 4; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind" ]; fhir:Extension.valueCode [ fhir:value "Specializes" ] ], [ fhir:index 5; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName" ]; fhir:Extension.valueString [ fhir:value "Generalizes" ] ]; fhir:CodeSystem.property.code [ fhir:value "Specializes" ]; fhir:CodeSystem.property.description [ fhir:value "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:CodeSystem.property.type [ fhir:value "Coding" ] ], [ fhir:index 1; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry" ]; fhir:Extension.valueCode [ fhir:value "antisymmetric" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity" ]; fhir:Extension.valueCode [ fhir:value "transitive" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity" ]; fhir:Extension.valueCode [ fhir:value "irreflexive" ] ], [ fhir:index 3; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable" ]; fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ] ], [ fhir:index 4; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind" ]; fhir:Extension.valueCode [ fhir:value "Generalizes" ] ], [ fhir:index 5; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName" ]; fhir:Extension.valueString [ fhir:value "Specializes" ] ]; fhir:CodeSystem.property.code [ fhir:value "Generalizes" ]; fhir:CodeSystem.property.description [ fhir:value "Inverse of Specializes. Only included as a derived relationship." ]; fhir:CodeSystem.property.type [ fhir:value "Coding" ] ], [ fhir:index 2; fhir:CodeSystem.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.property.uri [ fhir:value "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id" ]; fhir:CodeSystem.property.description [ fhir:value "The internal identifier for the concept in the HL7 Access database repository." ]; fhir:CodeSystem.property.type [ fhir:value "code" ] ], [ fhir:index 3; fhir:CodeSystem.property.code [ fhir:value "notSelectable" ]; fhir:CodeSystem.property.uri [ fhir:value "http://hl7.org/fhir/concept-properties#notSelectable" ]; fhir:CodeSystem.property.description [ fhir:value "Indicates that the code is abstract - only intended to be used as a selector for other concepts" ]; fhir:CodeSystem.property.type [ fhir:value "boolean" ] ], [ fhir:index 4; fhir:CodeSystem.property.code [ fhir:value "status" ]; fhir:CodeSystem.property.uri [ fhir:value "http://hl7.org/fhir/concept-properties#status" ]; fhir:CodeSystem.property.description [ fhir:value "Designation of a concept's state. Normally is not populated unless the state is retired." ]; fhir:CodeSystem.property.type [ fhir:value "code" ] ], [ fhir:index 5; fhir:CodeSystem.property.code [ fhir:value "synonymCode" ]; fhir:CodeSystem.property.uri [ fhir:value "http://hl7.org/fhir/concept-properties#synonym" ]; fhir:CodeSystem.property.description [ fhir:value "An additional concept code that was also attributed to a concept" ]; fhir:CodeSystem.property.type [ fhir:value "code" ] ]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "_FontStyle" ]; fhir:CodeSystem.concept.display [ fhir:value "Font Style" ]; fhir:CodeSystem.concept.definition [ fhir:value "Defines font rendering characteristics" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "notSelectable" ]; fhir:CodeSystem.concept.property.valueBoolean [ fhir:value "true"^^xsd:boolean ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21334" ] ]; fhir:CodeSystem.concept.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "bold" ]; fhir:CodeSystem.concept.display [ fhir:value "Bold Font" ]; fhir:CodeSystem.concept.definition [ fhir:value "Render with a bold font" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21335" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "emphasis" ]; fhir:CodeSystem.concept.display [ fhir:value "Emphasised Font" ]; fhir:CodeSystem.concept.definition [ fhir:value "Render with with some type of emphasis" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21338" ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "italics" ]; fhir:CodeSystem.concept.display [ fhir:value "Italics Font" ]; fhir:CodeSystem.concept.definition [ fhir:value "Render italicized" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21337" ] ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "underline" ]; fhir:CodeSystem.concept.display [ fhir:value "Underline Font" ]; fhir:CodeSystem.concept.definition [ fhir:value "Render with an underline font" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21336" ] ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "_ListStyle" ]; fhir:CodeSystem.concept.display [ fhir:value "List Style" ]; fhir:CodeSystem.concept.definition [ fhir:value "Defines list rendering characteristics" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "notSelectable" ]; fhir:CodeSystem.concept.property.valueBoolean [ fhir:value "true"^^xsd:boolean ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21344" ] ]; fhir:CodeSystem.concept.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "_OrderedListStyle" ]; fhir:CodeSystem.concept.display [ fhir:value "Ordered List Style" ]; fhir:CodeSystem.concept.definition [ fhir:value "Defines rendering characteristics for ordered lists" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "notSelectable" ]; fhir:CodeSystem.concept.property.valueBoolean [ fhir:value "true"^^xsd:boolean ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21345" ] ]; fhir:CodeSystem.concept.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "Arabic" ]; fhir:CodeSystem.concept.display [ fhir:value "Arabic" ]; fhir:CodeSystem.concept.definition [ fhir:value "List is ordered using Arabic numerals: 1, 2, 3" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21346" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "BigAlpha" ]; fhir:CodeSystem.concept.display [ fhir:value "Big Alpha" ]; fhir:CodeSystem.concept.definition [ fhir:value "List is ordered using big alpha characters: A, B, C" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "BIG.ALPHA" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21350" ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "BIG.ALPHA" ]; fhir:CodeSystem.concept.display [ fhir:value "Big Alpha" ]; fhir:CodeSystem.concept.definition [ fhir:value "List is ordered using big alpha characters: A, B, C" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "retired" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "BigAlpha" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21350" ] ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "BigRoman" ]; fhir:CodeSystem.concept.display [ fhir:value "Big Roman" ]; fhir:CodeSystem.concept.definition [ fhir:value "List is ordered using big Roman numerals: I, II, III" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "BIG.ROMAN" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21348" ] ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "BIG.ROMAN" ]; fhir:CodeSystem.concept.display [ fhir:value "Big Roman" ]; fhir:CodeSystem.concept.definition [ fhir:value "List is ordered using big Roman numerals: I, II, III" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "retired" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "BigRoman" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21348" ] ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "LittleAlpha" ]; fhir:CodeSystem.concept.display [ fhir:value "Little Alpha" ]; fhir:CodeSystem.concept.definition [ fhir:value "List is order using little alpha characters: a, b, c" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "LITTLE.ALPHA" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21349" ] ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "LITTLE.ALPHA" ]; fhir:CodeSystem.concept.display [ fhir:value "Little Alpha" ]; fhir:CodeSystem.concept.definition [ fhir:value "List is order using little alpha characters: a, b, c" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "retired" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "LittleAlpha" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21349" ] ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "LittleRoman" ]; fhir:CodeSystem.concept.display [ fhir:value "Little Roman" ]; fhir:CodeSystem.concept.definition [ fhir:value "List is ordered using little Roman numerals: i, ii, iii" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "LITTLE.ROMAN" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21347" ] ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "LITTLE.ROMAN" ]; fhir:CodeSystem.concept.display [ fhir:value "Little Roman" ]; fhir:CodeSystem.concept.definition [ fhir:value "List is ordered using little Roman numerals: i, ii, iii" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "retired" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "LittleRoman" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21347" ] ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "_UnorderedListStyle" ]; fhir:CodeSystem.concept.display [ fhir:value "Unordered List Style" ]; fhir:CodeSystem.concept.definition [ fhir:value "Defines rendering characteristics for unordered lists" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "notSelectable" ]; fhir:CodeSystem.concept.property.valueBoolean [ fhir:value "true"^^xsd:boolean ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21351" ] ]; fhir:CodeSystem.concept.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "Circle" ]; fhir:CodeSystem.concept.display [ fhir:value "Circle" ]; fhir:CodeSystem.concept.definition [ fhir:value "List bullets are hollow discs" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21353" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "Disc" ]; fhir:CodeSystem.concept.display [ fhir:value "Disc" ]; fhir:CodeSystem.concept.definition [ fhir:value "List bullets are simple solid discs" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21352" ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "Square" ]; fhir:CodeSystem.concept.display [ fhir:value "Square" ]; fhir:CodeSystem.concept.definition [ fhir:value "List bullets are solid squares" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21354" ] ] ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "_TableRuleStyle" ]; fhir:CodeSystem.concept.display [ fhir:value "Table Rule Style" ]; fhir:CodeSystem.concept.definition [ fhir:value "Defines table cell rendering characteristics" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "notSelectable" ]; fhir:CodeSystem.concept.property.valueBoolean [ fhir:value "true"^^xsd:boolean ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21339" ] ]; fhir:CodeSystem.concept.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "Botrule" ]; fhir:CodeSystem.concept.display [ fhir:value "Bottom Rule" ]; fhir:CodeSystem.concept.definition [ fhir:value "Render cell with rule on bottom" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21343" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "Lrule" ]; fhir:CodeSystem.concept.display [ fhir:value "Left-sided rule" ]; fhir:CodeSystem.concept.definition [ fhir:value "Render cell with left-sided rule" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21340" ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "Rrule" ]; fhir:CodeSystem.concept.display [ fhir:value "Right-sided rule" ]; fhir:CodeSystem.concept.definition [ fhir:value "Render cell with right-sided rule" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21341" ] ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "Toprule" ]; fhir:CodeSystem.concept.display [ fhir:value "Top Rule" ]; fhir:CodeSystem.concept.definition [ fhir:value "Render cell with rule on top" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "active" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "TORULE" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21342" ] ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "TORULE" ]; fhir:CodeSystem.concept.display [ fhir:value "Top Rule" ]; fhir:CodeSystem.concept.definition [ fhir:value "Render cell with rule on top" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "status" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "retired" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "synonymCode" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "Toprule" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "internalId" ]; fhir:CodeSystem.concept.property.valueCode [ fhir:value "21342" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------