FHIR IG analytics| Package | hl7.fhir.uv.xver-r4.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-v3-styleType.json |
| FHIR Version | R4B |
No resources found
No resources found
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
| Name | Code | URI | Type | Description |
| Not Selectable | notSelectable | http://hl7.org/fhir/concept-properties#notSelectable | boolean | Indicates 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:
{
"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"
}
]
}
]
}