http://hl7.org/fhir/color-rgb|5.0.0

name
ColorRGB
package
hl7.fhir.r5.core@5.0.0
content
not-present
status
active

RGB Values for Color

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 16million+ valid RGB codes (terminology servers will need code to support the RGB grammar).

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://hl7.org/fhir/color-rgb"
  }, {
    "name" : "version",
    "valueString" : "5.0.0"
  } ]
}