http://hl7.org/fhir/color-rgb|5.0.0
name
ColorRGB
ColorRGB
package
hl7.fhir.r5.core@5.0.0
hl7.fhir.r5.core@5.0.0
content
not-present
not-present
status
active
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-codedocsInput
{
"resourceType" : "Parameters",
"parameter" : [ {
"name" : "url",
"valueUri" : "http://hl7.org/fhir/color-rgb"
}, {
"name" : "version",
"valueString" : "5.0.0"
} ]
}