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

FHIR IG analytics

Packagehl7.terminology
Resource TypeValueSet
IdValueSet-ColorRGB.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/UTG/ValueSet-ColorRGB.html
URLhttp://terminology.hl7.org/ValueSet/ColorRGB
Version1.0.0
Statusactive
Date2026-06-08T00:00:00+00:00
NameColorRGB
TitleRGB Values for Color
Realmuv
Authorityhl7
DescriptionThis is the all codes value set for the RGB Values for Color code system. Valid codes are #RRGGBB where RR, GG, and BB are two letter hex codes, values 00..ff. Codes are case insensitive.
Copyright[Copyright](https://www.w3.org/copyright/software-license-2023/) ©2026 World Wide Web Consortium. W3C® liability, trademark and permissive document license rules apply.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.terminology#currentcolor-rgbRGB Values for Color

Narrative

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

Generated Narrative: ValueSet ColorRGB


Source1

{
  "resourceType": "ValueSet",
  "id": "ColorRGB",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/ValueSet/ColorRGB",
  "version": "1.0.0",
  "name": "ColorRGB",
  "title": "RGB Values for Color",
  "status": "active",
  "experimental": false,
  "date": "2026-06-08T00:00:00+00:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "This is the all codes value set for the RGB Values for Color code system. Valid codes are #RRGGBB where RR, GG, and BB are two letter hex codes, values 00..ff. Codes are case insensitive.",
  "immutable": true,
  "copyright": "[Copyright](https://www.w3.org/copyright/software-license-2023/) ©2026 World Wide Web Consortium. W3C® liability, trademark and permissive document license rules apply.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/color-rgb"
      }
    ]
  }
}