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

FHIR IG analytics

Packagehl7.terminology
Resource TypeNamingSystem
IdNamingSystem-color-rgb.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/UTG/NamingSystem-color-rgb.html
URLhttp://terminology.hl7.org/NamingSystem/color-rgb
Version20260630
Statusactive
Date2026-06-08T00:00:00-00:00
NameColorRGB
TitleRGB Values for Color
Realmuv
Authorityhl7
DescriptionRGB values for color. Valid codes are #RRGGBB where RR, GG, and BB are two letter hex codes, values 00..ff. Codes are case insensitive. This code system does not define the 16 million+ valid RGB codes (terminology servers will need code to support the RGB grammar).
Copyright[Copyright](https://www.w3.org/copyright/software-license-2023/) ©2026 World Wide Web Consortium. W3C® liability, trademark and permissive document license rules apply.
Kindcodesystem

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: NamingSystem color-rgb

Summary

Defining URLhttp://terminology.hl7.org/NamingSystem/color-rgb
Version20260630
NameColorRGB
TitleRGB Values for Color
Statusactive
Definition

RGB values for color. Valid codes are #RRGGBB where RR, GG, and BB are two letter hex codes, values 00..ff. Codes are case insensitive. This code system does not define the 16 million+ valid RGB codes (terminology servers will need code to support the RGB grammar).

PublisherWorld Wide Web Consortium (W3C)
Copyright

Copyright ©2026 World Wide Web Consortium. W3C® liability, trademark and permissive document license rules apply.

Identifiers

TypeValuePreferredComment
URIhttp://terminology.hl7.org/CodeSystem/color-rgbtrue
OID2.16.840.1.113883.4.642.4.2121true
URIhttp://hl7.org/fhir/color-rgbThe URI for this code system when it was published as part of the FHIR core specification.

Source1

{
  "resourceType": "NamingSystem",
  "id": "color-rgb",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/NamingSystem/color-rgb",
  "version": "20260630",
  "name": "ColorRGB",
  "title": "RGB Values for Color",
  "status": "active",
  "kind": "codesystem",
  "date": "2026-06-08T00:00:00-00:00",
  "publisher": "World Wide Web Consortium (W3C)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.w3.org/"
        }
      ]
    }
  ],
  "responsible": "World Wide Web Consortium (W3C)",
  "description": "RGB values for color. Valid codes are #RRGGBB where RR, GG, and BB are two letter hex codes, values 00..ff. Codes are case insensitive. This code system does not define the 16 million+ valid RGB codes (terminology servers will need code to support the RGB grammar).",
  "copyright": "[Copyright](https://www.w3.org/copyright/software-license-2023/) ©2026 World Wide Web Consortium. W3C® liability, trademark and permissive document license rules apply.",
  "uniqueId": [
    {
      "type": "uri",
      "value": "http://terminology.hl7.org/CodeSystem/color-rgb",
      "preferred": true
    },
    {
      "type": "oid",
      "value": "2.16.840.1.113883.4.642.4.2121",
      "preferred": true
    },
    {
      "type": "uri",
      "value": "http://hl7.org/fhir/color-rgb",
      "comment": "The URI for this code system when it was published as part of the FHIR core specification."
    }
  ]
}