This page is part of the FHIR Specification (v4.0.1: R4 - 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
Vocabulary Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw JSON (canonical form + also see JSON Format Specification)
<ns1:p>The style code is used within the CDA/SPL narrative block to give the instance author some control over various aspects of style</ns1:p>
{ "resourceType" : "CodeSystem", "id" : "v3-styleType", "meta" : { "lastUpdated" : "2018-08-12T00:00:00.000+10:00" }, "text" : { "status" : "generated", "div" : "<div>!-- Snipped for Brevity --></div>" }, "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode" : "external" }, { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger" : 0 }], "url" : "http://terminology.hl7.org/CodeSystem/v3-styleType", "identifier" : [{ "system" : "urn:ietf:rfc:3986", "value" : "urn:oid:2.16.840.1.113883.5.1095" }], "version" : "2018-08-12", "name" : "v3.styleType", "title" : "v3 Code System styleType", "status" : "active", "experimental" : false, "date" : "2018-08-12T00:00:00+10:00", "publisher" : "HL7, Inc", "contact" : [{ "telecom" : [{ "system" : "url", "value" : "http://hl7.org" }] }], "description" : " <ns1:p>The style code is used within the CDA/SPL narrative block to give the instance author some control over various aspects of style</ns1:p>", "caseSensitive" : true, "valueSet" : "http://terminology.hl7.org/ValueSet/v3-styleType", "hierarchyMeaning" : "is-a", "content" : "complete", "property" : [{ "code" : "notSelectable", "uri" : "http://hl7.org/fhir/concept-properties#notSelectable", "description" : "Indicates that the code is abstract - only intended to be used as a selector for other concepts", "type" : "boolean" }], "concept" : [{ "code" : "_FontStyle", "display" : "Font Style", "definition" : "Defines font rendering characteristics", "property" : [{ "code" : "notSelectable", "valueBoolean" : true }], "concept" : [{ "code" : "bold", "display" : "Bold Font", "definition" : "Render with a bold font" }, { "code" : "emphasis", "display" : "Emphasised Font", "definition" : "Render with with some type of emphasis" }, { "code" : "italics", "display" : "Italics Font", "definition" : "Render italicized" }, { "code" : "underline", "display" : "Underline Font", "definition" : "Render with an underline font" }] }, { "code" : "_ListStyle", "display" : "List Style", "definition" : "Defines list rendering characteristics", "property" : [{ "code" : "notSelectable", "valueBoolean" : true }], "concept" : [{ "code" : "_OrderedListStyle", "display" : "Ordered List Style", "definition" : "Defines rendering characteristics for ordered lists", "property" : [{ "code" : "notSelectable", "valueBoolean" : true }], "concept" : [{ "code" : "Arabic", "display" : "Arabic", "definition" : "List is ordered using Arabic numerals: 1, 2, 3" }, { "code" : "BigAlpha", "display" : "Big Alpha", "definition" : "List is ordered using big alpha characters: A, B, C" }, { "code" : "BigRoman", "display" : "Big Roman", "definition" : "List is ordered using big Roman numerals: I, II, III" }, { "code" : "LittleAlpha", "display" : "Little Alpha", "definition" : "List is order using little alpha characters: a, b, c" }, { "code" : "LittleRoman", "display" : "Little Roman", "definition" : "List is ordered using little Roman numerals: i, ii, iii" }] }, { "code" : "_UnorderedListStyle", "display" : "Unordered List Style", "definition" : "Defines rendering characteristics for unordered lists", "property" : [{ "code" : "notSelectable", "valueBoolean" : true }], "concept" : [{ "code" : "Circle", "display" : "Circle", "definition" : "List bullets are hollow discs" }, { "code" : "Disc", "display" : "Disc", "definition" : "List bullets are simple solid discs" }, { "code" : "Square", "display" : "Square", "definition" : "List bullets are solid squares" }] }] }, { "code" : "_TableRuleStyle", "display" : "Table Rule Style", "definition" : "Defines table cell rendering characteristics", "property" : [{ "code" : "notSelectable", "valueBoolean" : true }], "concept" : [{ "code" : "Botrule", "display" : "Bottom Rule", "definition" : "Render cell with rule on bottom" }, { "code" : "Lrule", "display" : "Left-sided rule", "definition" : "Render cell with left-sided rule" }, { "code" : "Rrule", "display" : "Right-sided rule", "definition" : "Render cell with right-sided rule" }, { "code" : "Toprule", "display" : "Top Rule", "definition" : "Render cell with rule on top" }] }] }
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.