{
  "resourceType": "ValueSet",
  "id": "item-styles",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet item-styles</b></p><a name=\"item-styles\"> </a><a name=\"hcitem-styles\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-on-css-styles.html\"><code>http://ontariohealth.ca/fhir/eforms/CodeSystem/on-css-styles</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-on-css-styles.html#on-css-styles-background-color.58grey.59\">background-color:grey;</a></td><td style=\"color: #cccccc\">Grey background</td></tr><tr><td><a href=\"CodeSystem-on-css-styles.html#on-css-styles-background-color.58white.59\">background-color:white;</a></td><td style=\"color: #cccccc\">White background</td></tr><tr><td><a href=\"CodeSystem-on-css-styles.html#on-css-styles-border-style.58solid.59\">border-style:solid;</a></td><td style=\"color: #cccccc\">Black border</td></tr><tr><td><a href=\"CodeSystem-on-css-styles.html#on-css-styles-background-color.58grey.59border-style.58solid.59\">background-color:grey;border-style:solid;</a></td><td style=\"color: #cccccc\">Grey background, black border</td></tr><tr><td><a href=\"CodeSystem-on-css-styles.html#on-css-styles-background-color.58white.59border-style.58solid.59\">background-color:white;border-style:solid;</a></td><td style=\"color: #cccccc\">White background, black border</td></tr></table></li></ul></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://ontariohealth.ca/fhir/eforms/ImplementationGuide/ca.ontariohealth.questionnaire.draft"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://ontariohealth.ca/fhir/eforms/ImplementationGuide/ca.ontariohealth.questionnaire.draft"
          }
        ]
      }
    }
  ],
  "url": "http://ontariohealth.ca/fhir/eforms/ValueSet/item-styles",
  "version": "1.0.1-draft",
  "name": "ItemStyles",
  "title": "Ontario Questionnaire Item Styles",
  "status": "active",
  "experimental": false,
  "date": "2025-06-30T20:02:20+00:00",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.ontariohealth.ca"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "Styles when rendering groups or questions",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA",
          "display": "Canada"
        }
      ]
    }
  ],
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/eforms/CodeSystem/css-styles",
        "concept": [
          {
            "code": "background-color:grey;"
          },
          {
            "code": "background-color:white;"
          },
          {
            "code": "border-style:solid;"
          },
          {
            "code": "background-color:grey;border-style:solid;"
          },
          {
            "code": "background-color:white;border-style:solid;"
          }
        ]
      }
    ]
  }
}