FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-v3-styleType.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem v3-styleType

Properties

This code system defines the following properties for its concepts

NameCodeURITypeDescription
Not SelectablenotSelectablehttp://hl7.org/fhir/concept-properties#notSelectablebooleanIndicates that the code is abstract - only intended to be used as a selector for other concepts

Concepts

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

LvlCodeDisplayDefinitionNot Selectable
1_FontStyle Font StyleDefines font rendering characteristicstrue
2  bold Bold FontRender with a bold font
2  emphasis Emphasised FontRender with with some type of emphasis
2  italics Italics FontRender italicized
2  underline Underline FontRender with an underline font
1_ListStyle List StyleDefines list rendering characteristicstrue
2  _OrderedListStyle Ordered List StyleDefines rendering characteristics for ordered liststrue
3    Arabic ArabicList is ordered using Arabic numerals: 1, 2, 3
3    BigAlpha Big AlphaList is ordered using big alpha characters: A, B, C
3    BigRoman Big RomanList is ordered using big Roman numerals: I, II, III
3    LittleAlpha Little AlphaList is order using little alpha characters: a, b, c
3    LittleRoman Little RomanList is ordered using little Roman numerals: i, ii, iii
2  _UnorderedListStyle Unordered List StyleDefines rendering characteristics for unordered liststrue
3    Circle CircleList bullets are hollow discs
3    Disc DiscList bullets are simple solid discs
3    Square SquareList bullets are solid squares
1_TableRuleStyle Table Rule StyleDefines table cell rendering characteristicstrue
2  Botrule Bottom RuleRender cell with rule on bottom
2  Lrule Left-sided ruleRender cell with left-sided rule
2  Rrule Right-sided ruleRender cell with right-sided rule
2  Toprule Top RuleRender cell with rule on top

Source1

{
  "resourceType": "CodeSystem",
  "id": "v3-styleType",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "external"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/v3-styleType",
  "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": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "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>",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "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"
        }
      ]
    }
  ]
}