FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/v3-StyleType

Packagehl7.terminology
TypeValueSet
Idv3-StyleType
FHIR VersionR5
Sourcehttp://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/ValueSet-v3-StyleType.html
URLhttp://terminology.hl7.org/ValueSet/v3-StyleType
Version3.0.0
Statusactive
Date2014-03-26
NameStyleType
TitleStyleType
Realmuv
Authorityhl7
Description(abstract) Used within an instance to give the author some control over various aspects of rendering
CopyrightThis material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
v3-FontStyleFontStyle
v3-ListStyleListStyle
v3-TableRuleStyleTableRuleStyle
v3-FontStyleFontStyle
v3-ListStyleListStyle
v3-TableRuleStyleTableRuleStyle

Narrative

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

Generated Narrative: ValueSet v3-StyleType

Language: en

This value set includes codes based on the following rules:

  • Import all the codes that are contained in FontStyle
  • Import all the codes that are contained in TableRuleStyle
  • Import all the codes that are contained in ListStyle

This value set excludes codes based on the following rules:


Source

{
  "resourceType": "ValueSet",
  "id": "v3-StyleType",
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/ValueSet/v3-StyleType",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.1.11.19602"
    }
  ],
  "version": "3.0.0",
  "name": "StyleType",
  "title": "StyleType",
  "status": "active",
  "experimental": false,
  "date": "2014-03-26",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "(abstract) Used within an instance to give the author some control over various aspects of rendering",
  "copyright": "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "compose": {
    "include": [
      {
        "valueSet": [
          "http://terminology.hl7.org/ValueSet/v3-FontStyle"
        ]
      },
      {
        "valueSet": [
          "http://terminology.hl7.org/ValueSet/v3-TableRuleStyle"
        ]
      },
      {
        "valueSet": [
          "http://terminology.hl7.org/ValueSet/v3-ListStyle"
        ]
      }
    ],
    "exclude": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-styleType",
        "concept": [
          {
            "code": "_TableRuleStyle"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-styleType",
        "concept": [
          {
            "code": "_ListStyle"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-styleType",
        "concept": [
          {
            "code": "_FontStyle"
          }
        ]
      }
    ]
  }
}