HL7 Terminology (THO)
4.0.0 - Publication International flag

This page is part of the HL7 Terminology (v4.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: Style Type - TTL Representation

Active as of 2019-03-20

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - 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 "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p><b>Properties</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>URL</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>Specializes</td><td/><td>Coding</td><td>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.</td></tr><tr><td>Generalizes</td><td/><td>Coding</td><td>Inverse of Specializes.  Only included as a derived relationship.</td></tr><tr><td>internalId</td><td>http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id</td><td>code</td><td>The internal identifier for the concept in the HL7 Access database repository.</td></tr><tr><td>notSelectable</td><td>http://hl7.org/fhir/concept-properties#notSelectable</td><td>boolean</td><td>Indicates that the code is abstract - only intended to be used as a selector for other concepts</td></tr><tr><td>status</td><td>http://hl7.org/fhir/concept-properties#status</td><td>code</td><td>Designation of a concept's state. Normally is not populated unless the state is retired.</td></tr><tr><td>synonymCode</td><td>http://hl7.org/fhir/concept-properties#synonym</td><td>code</td><td>An additional concept code that was also attributed to a concept</td></tr></table><p>This code system <code>http://terminology.hl7.org/CodeSystem/v3-styleType</code> defines the following codes:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>internalId</b></td><td><b>Not Selectable</b></td><td><b>status</b></td><td><b>synonymCode</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">_FontStyle<a name=\"v3-styleType-_FontStyle\"> </a></td><td>Font Style</td><td>Defines font rendering characteristics</td><td>21334</td><td>true</td><td>active</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  bold<a name=\"v3-styleType-bold\"> </a></td><td>Bold Font</td><td>Render with a bold font</td><td>21335</td><td/><td>active</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  emphasis<a name=\"v3-styleType-emphasis\"> </a></td><td>Emphasised Font</td><td>Render with with some type of emphasis</td><td>21338</td><td/><td>active</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  italics<a name=\"v3-styleType-italics\"> </a></td><td>Italics Font</td><td>Render italicized</td><td>21337</td><td/><td>active</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  underline<a name=\"v3-styleType-underline\"> </a></td><td>Underline Font</td><td>Render with an underline font</td><td>21336</td><td/><td>active</td><td/></tr><tr><td>1</td><td style=\"white-space:nowrap\">_ListStyle<a name=\"v3-styleType-_ListStyle\"> </a></td><td>List Style</td><td>Defines list rendering characteristics</td><td>21344</td><td>true</td><td>active</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  _OrderedListStyle<a name=\"v3-styleType-_OrderedListStyle\"> </a></td><td>Ordered List Style</td><td>Defines rendering characteristics for ordered lists</td><td>21345</td><td>true</td><td>active</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\">    Arabic<a name=\"v3-styleType-Arabic\"> </a></td><td>Arabic</td><td>List is ordered using Arabic numerals: 1, 2, 3</td><td>21346</td><td/><td>active</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\">    BigAlpha<a name=\"v3-styleType-BigAlpha\"> </a></td><td>Big Alpha</td><td>List is ordered using big alpha characters: A, B, C</td><td>21350</td><td/><td>active</td><td>BIG.ALPHA</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">    BIG.ALPHA<a name=\"v3-styleType-BIG.46ALPHA\"> </a></td><td>Big Alpha</td><td>List is ordered using big alpha characters: A, B, C</td><td>21350</td><td/><td>retired</td><td>BigAlpha</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">    BigRoman<a name=\"v3-styleType-BigRoman\"> </a></td><td>Big Roman</td><td>List is ordered using big Roman numerals: I, II, III</td><td>21348</td><td/><td>active</td><td>BIG.ROMAN</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">    BIG.ROMAN<a name=\"v3-styleType-BIG.46ROMAN\"> </a></td><td>Big Roman</td><td>List is ordered using big Roman numerals: I, II, III</td><td>21348</td><td/><td>retired</td><td>BigRoman</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">    LittleAlpha<a name=\"v3-styleType-LittleAlpha\"> </a></td><td>Little Alpha</td><td>List is order using little alpha characters: a, b, c</td><td>21349</td><td/><td>active</td><td>LITTLE.ALPHA</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">    LITTLE.ALPHA<a name=\"v3-styleType-LITTLE.46ALPHA\"> </a></td><td>Little Alpha</td><td>List is order using little alpha characters: a, b, c</td><td>21349</td><td/><td>retired</td><td>LittleAlpha</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">    LittleRoman<a name=\"v3-styleType-LittleRoman\"> </a></td><td>Little Roman</td><td>List is ordered using little Roman numerals: i, ii, iii</td><td>21347</td><td/><td>active</td><td>LITTLE.ROMAN</td></tr><tr><td>3</td><td style=\"white-space:nowrap\">    LITTLE.ROMAN<a name=\"v3-styleType-LITTLE.46ROMAN\"> </a></td><td>Little Roman</td><td>List is ordered using little Roman numerals: i, ii, iii</td><td>21347</td><td/><td>retired</td><td>LittleRoman</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  _UnorderedListStyle<a name=\"v3-styleType-_UnorderedListStyle\"> </a></td><td>Unordered List Style</td><td>Defines rendering characteristics for unordered lists</td><td>21351</td><td>true</td><td>active</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\">    Circle<a name=\"v3-styleType-Circle\"> </a></td><td>Circle</td><td>List bullets are hollow discs</td><td>21353</td><td/><td>active</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\">    Disc<a name=\"v3-styleType-Disc\"> </a></td><td>Disc</td><td>List bullets are simple solid discs</td><td>21352</td><td/><td>active</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\">    Square<a name=\"v3-styleType-Square\"> </a></td><td>Square</td><td>List bullets are solid squares</td><td>21354</td><td/><td>active</td><td/></tr><tr><td>1</td><td style=\"white-space:nowrap\">_TableRuleStyle<a name=\"v3-styleType-_TableRuleStyle\"> </a></td><td>Table Rule Style</td><td>Defines table cell rendering characteristics</td><td>21339</td><td>true</td><td>active</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  Botrule<a name=\"v3-styleType-Botrule\"> </a></td><td>Bottom Rule</td><td>Render cell with rule on bottom</td><td>21343</td><td/><td>active</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  Lrule<a name=\"v3-styleType-Lrule\"> </a></td><td>Left-sided rule</td><td>Render cell with left-sided rule</td><td>21340</td><td/><td>active</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  Rrule<a name=\"v3-styleType-Rrule\"> </a></td><td>Right-sided rule</td><td>Render cell with right-sided rule</td><td>21341</td><td/><td>active</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  Toprule<a name=\"v3-styleType-Toprule\"> </a></td><td>Top Rule</td><td>Render cell with rule on top</td><td>21342</td><td/><td>active</td><td>TORULE</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  TORULE<a name=\"v3-styleType-TORULE\"> </a></td><td>Top Rule</td><td>Render cell with rule on top</td><td>21342</td><td/><td>retired</td><td>Toprule</td></tr></table></div>"
  ];
  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 "<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>"];
  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.