HL7 Terminology (THO)
5.3.0 - Publication International flag

This page is part of the HL7 Terminology (v5.3.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). 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:id [ fhir:v "v3-styleType"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-styleType"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.5.1095" ]
  ] ) ; # 
  fhir:version [ fhir:v "2.1.0"] ; # 
  fhir:name [ fhir:v "StyleType"] ; # 
  fhir:title [ fhir:v "Style Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2019-03-20"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Health Level Seven" ]
  ] ) ; # 
  fhir:description [ fhir:v "<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:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:hierarchyMeaning [ fhir:v "is-a"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:property ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry"^^xsd:anyURI ] ;
fhir:value [ fhir:v "antisymmetric" ]     ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity"^^xsd:anyURI ] ;
fhir:value [ fhir:v "transitive" ]     ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity"^^xsd:anyURI ] ;
fhir:value [ fhir:v "irreflexive" ]     ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Specializes" ]     ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Generalizes" ]     ] ) ;
fhir:code [ fhir:v "Specializes" ] ;
fhir:description [ fhir:v "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:type [ fhir:v "Coding" ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry"^^xsd:anyURI ] ;
fhir:value [ fhir:v "antisymmetric" ]     ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity"^^xsd:anyURI ] ;
fhir:value [ fhir:v "transitive" ]     ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity"^^xsd:anyURI ] ;
fhir:value [ fhir:v "irreflexive" ]     ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Generalizes" ]     ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Specializes" ]     ] ) ;
fhir:code [ fhir:v "Generalizes" ] ;
fhir:description [ fhir:v "Inverse of Specializes.  Only included as a derived relationship." ] ;
fhir:type [ fhir:v "Coding" ]
  ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:uri [ fhir:v "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id"^^xsd:anyURI ] ;
fhir:description [ fhir:v "The internal identifier for the concept in the HL7 Access database repository." ] ;
fhir:type [ fhir:v "code" ]
  ] [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#notSelectable"^^xsd:anyURI ] ;
fhir:description [ fhir:v "Indicates that the code is abstract - only intended to be used as a selector for other concepts" ] ;
fhir:type [ fhir:v "boolean" ]
  ] [
fhir:code [ fhir:v "status" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#status"^^xsd:anyURI ] ;
fhir:description [ fhir:v "Designation of a concept's state. Normally is not populated unless the state is retired." ] ;
fhir:type [ fhir:v "code" ]
  ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#synonym"^^xsd:anyURI ] ;
fhir:description [ fhir:v "An additional concept code that was also attributed to a concept" ] ;
fhir:type [ fhir:v "code" ]
  ] ) ; # 
  fhir:concept ( [
fhir:code [ fhir:v "_FontStyle" ] ;
fhir:display [ fhir:v "Font Style" ] ;
fhir:definition [ fhir:v "Defines font rendering characteristics" ] ;
    ( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]     ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21334" ]     ] ) ;
    ( fhir:concept [
fhir:code [ fhir:v "bold" ] ;
fhir:display [ fhir:v "Bold Font" ] ;
fhir:definition [ fhir:v "Render with a bold font" ] ;
      ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]       ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21335" ]       ] )     ] [
fhir:code [ fhir:v "emphasis" ] ;
fhir:display [ fhir:v "Emphasised Font" ] ;
fhir:definition [ fhir:v "Render with with some type of emphasis" ] ;
      ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]       ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21338" ]       ] )     ] [
fhir:code [ fhir:v "italics" ] ;
fhir:display [ fhir:v "Italics Font" ] ;
fhir:definition [ fhir:v "Render italicized" ] ;
      ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]       ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21337" ]       ] )     ] [
fhir:code [ fhir:v "underline" ] ;
fhir:display [ fhir:v "Underline Font" ] ;
fhir:definition [ fhir:v "Render with an underline font" ] ;
      ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]       ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21336" ]       ] )     ] )
  ] [
fhir:code [ fhir:v "_ListStyle" ] ;
fhir:display [ fhir:v "List Style" ] ;
fhir:definition [ fhir:v "Defines list rendering characteristics" ] ;
    ( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]     ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21344" ]     ] ) ;
    ( fhir:concept [
fhir:code [ fhir:v "_OrderedListStyle" ] ;
fhir:display [ fhir:v "Ordered List Style" ] ;
fhir:definition [ fhir:v "Defines rendering characteristics for ordered lists" ] ;
      ( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]       ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]       ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21345" ]       ] ) ;
      ( fhir:concept [
fhir:code [ fhir:v "Arabic" ] ;
fhir:display [ fhir:v "Arabic" ] ;
fhir:definition [ fhir:v "List is ordered using Arabic numerals: 1, 2, 3" ] ;
        ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]         ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21346" ]         ] )       ] [
fhir:code [ fhir:v "BigAlpha" ] ;
fhir:display [ fhir:v "Big Alpha" ] ;
fhir:definition [ fhir:v "List is ordered using big alpha characters: A, B, C" ] ;
        ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]         ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "BIG.ALPHA" ]         ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21350" ]         ] )       ] [
fhir:code [ fhir:v "BIG.ALPHA" ] ;
fhir:display [ fhir:v "Big Alpha" ] ;
fhir:definition [ fhir:v "List is ordered using big alpha characters: A, B, C" ] ;
        ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "retired" ]         ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "BigAlpha" ]         ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21350" ]         ] )       ] [
fhir:code [ fhir:v "BigRoman" ] ;
fhir:display [ fhir:v "Big Roman" ] ;
fhir:definition [ fhir:v "List is ordered using big Roman numerals: I, II, III" ] ;
        ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]         ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "BIG.ROMAN" ]         ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21348" ]         ] )       ] [
fhir:code [ fhir:v "BIG.ROMAN" ] ;
fhir:display [ fhir:v "Big Roman" ] ;
fhir:definition [ fhir:v "List is ordered using big Roman numerals: I, II, III" ] ;
        ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "retired" ]         ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "BigRoman" ]         ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21348" ]         ] )       ] [
fhir:code [ fhir:v "LittleAlpha" ] ;
fhir:display [ fhir:v "Little Alpha" ] ;
fhir:definition [ fhir:v "List is order using little alpha characters: a, b, c" ] ;
        ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]         ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "LITTLE.ALPHA" ]         ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21349" ]         ] )       ] [
fhir:code [ fhir:v "LITTLE.ALPHA" ] ;
fhir:display [ fhir:v "Little Alpha" ] ;
fhir:definition [ fhir:v "List is order using little alpha characters: a, b, c" ] ;
        ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "retired" ]         ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "LittleAlpha" ]         ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21349" ]         ] )       ] [
fhir:code [ fhir:v "LittleRoman" ] ;
fhir:display [ fhir:v "Little Roman" ] ;
fhir:definition [ fhir:v "List is ordered using little Roman numerals: i, ii, iii" ] ;
        ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]         ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "LITTLE.ROMAN" ]         ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21347" ]         ] )       ] [
fhir:code [ fhir:v "LITTLE.ROMAN" ] ;
fhir:display [ fhir:v "Little Roman" ] ;
fhir:definition [ fhir:v "List is ordered using little Roman numerals: i, ii, iii" ] ;
        ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "retired" ]         ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "LittleRoman" ]         ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21347" ]         ] )       ] )     ] [
fhir:code [ fhir:v "_UnorderedListStyle" ] ;
fhir:display [ fhir:v "Unordered List Style" ] ;
fhir:definition [ fhir:v "Defines rendering characteristics for unordered lists" ] ;
      ( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]       ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]       ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21351" ]       ] ) ;
      ( fhir:concept [
fhir:code [ fhir:v "Circle" ] ;
fhir:display [ fhir:v "Circle" ] ;
fhir:definition [ fhir:v "List bullets are hollow discs" ] ;
        ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]         ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21353" ]         ] )       ] [
fhir:code [ fhir:v "Disc" ] ;
fhir:display [ fhir:v "Disc" ] ;
fhir:definition [ fhir:v "List bullets are simple solid discs" ] ;
        ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]         ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21352" ]         ] )       ] [
fhir:code [ fhir:v "Square" ] ;
fhir:display [ fhir:v "Square" ] ;
fhir:definition [ fhir:v "List bullets are solid squares" ] ;
        ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]         ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21354" ]         ] )       ] )     ] )
  ] [
fhir:code [ fhir:v "_TableRuleStyle" ] ;
fhir:display [ fhir:v "Table Rule Style" ] ;
fhir:definition [ fhir:v "Defines table cell rendering characteristics" ] ;
    ( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]     ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21339" ]     ] ) ;
    ( fhir:concept [
fhir:code [ fhir:v "Botrule" ] ;
fhir:display [ fhir:v "Bottom Rule" ] ;
fhir:definition [ fhir:v "Render cell with rule on bottom" ] ;
      ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]       ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21343" ]       ] )     ] [
fhir:code [ fhir:v "Lrule" ] ;
fhir:display [ fhir:v "Left-sided rule" ] ;
fhir:definition [ fhir:v "Render cell with left-sided rule" ] ;
      ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]       ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21340" ]       ] )     ] [
fhir:code [ fhir:v "Rrule" ] ;
fhir:display [ fhir:v "Right-sided rule" ] ;
fhir:definition [ fhir:v "Render cell with right-sided rule" ] ;
      ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]       ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21341" ]       ] )     ] [
fhir:code [ fhir:v "Toprule" ] ;
fhir:display [ fhir:v "Top Rule" ] ;
fhir:definition [ fhir:v "Render cell with rule on top" ] ;
      ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ]       ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "TORULE" ]       ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21342" ]       ] )     ] [
fhir:code [ fhir:v "TORULE" ] ;
fhir:display [ fhir:v "Top Rule" ] ;
fhir:definition [ fhir:v "Render cell with rule on top" ] ;
      ( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "retired" ]       ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "Toprule" ]       ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21342" ]       ] )     ] )
  ] ) . #