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

FHIR IG analytics

Packagehl7.terminology
Resource TypeValueSet
IdValueSet-color-codes.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/UTG/ValueSet-color-codes.html
URLhttp://terminology.hl7.org/ValueSet/color-codes
Version1.0.0
Statusactive
Date2026-06-18T18:31:46+00:00
NameColorCodesOrRGB
TitleColor Codes (Names or RGB Values)
Realmuv
Authorityhl7
DescriptionThis value set includes color codes - either the color names as defined in [CSS Color Module Level 4](https://www.w3.org/TR/css-color-4/), or any valid RGB code (```#RRGGBB``` in Hex).
CopyrightBy obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions. Permission to copy, modify, and distribute this work, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the work or portions thereof, including modifications: * The full text of this NOTICE in a location viewable to users of the redistributed or derivative work. * Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the [W3C software and document short notice](https://www.w3.org/Consortium/Legal/2023/copyright-software-short-notice.html) should be included. * Notice of any changes or modifications, through a copyright statement on the new code or document such as "This software or document includes material copied from or derived from [title and URI of the W3C document]. Copyright © [$year-of-document] [World Wide Web Consortium](https://www.w3.org/). [https://www.w3.org/copyright/software-license-2023/](https://www.w3.org/copyright/software-license-2023/)"

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.terminology#currentcolor-namesColor Names
hl7.terminology#currentcolor-rgbRGB Values for Color

Narrative

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

Generated Narrative: ValueSet color-codes

This value set includes codes based on the following rules:


Source1

{
  "resourceType": "ValueSet",
  "id": "color-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/ValueSet/color-codes",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.3.3326"
    }
  ],
  "version": "1.0.0",
  "name": "ColorCodesOrRGB",
  "title": "Color Codes (Names or RGB Values)",
  "status": "active",
  "experimental": false,
  "date": "2026-06-18T18:31:46+00:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "This value set includes color codes - either the color names as defined in [CSS Color Module Level 4](https://www.w3.org/TR/css-color-4/), or any valid RGB code (```#RRGGBB``` in Hex).",
  "copyright": "By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions.\r\n\r\nPermission to copy, modify, and distribute this work, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the work or portions thereof, including modifications:\r\n\r\n* The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.\r\n* Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the [W3C software and document short notice](https://www.w3.org/Consortium/Legal/2023/copyright-software-short-notice.html) should be included.\r\n* Notice of any changes or modifications, through a copyright statement on the new code or document such as \"This software or document includes material copied from or derived from [title and URI of the W3C document]. Copyright © [$year-of-document] [World Wide Web Consortium](https://www.w3.org/). [https://www.w3.org/copyright/software-license-2023/](https://www.w3.org/copyright/software-license-2023/)\"",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/color-names"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/color-rgb"
      }
    ]
  }
}