{
  "resourceType": "ValueSet",
  "id": "note-answer-styles",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet note-answer-styles</b></p><a name=\"note-answer-styles\"> </a><a name=\"hcnote-answer-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-color.58red.59text-decoration.58underline.59\">color:red;text-decoration:underline;</a></td><td style=\"color: #cccccc\">Red, Underline</td></tr><tr><td><a href=\"CodeSystem-on-css-styles.html#on-css-styles-color.58red.59\">color:red;</a></td><td style=\"color: #cccccc\">Red</td></tr><tr><td><a href=\"CodeSystem-on-css-styles.html#on-css-styles-color.58orange.59\">color:orange;</a></td><td style=\"color: #cccccc\">Orange</td></tr><tr><td><a href=\"CodeSystem-on-css-styles.html#on-css-styles-color.58yellow.59\">color:yellow;</a></td><td style=\"color: #cccccc\">Yellow</td></tr><tr><td><a href=\"CodeSystem-on-css-styles.html#on-css-styles-color.58green.59\">color:green;</a></td><td style=\"color: #cccccc\">Green</td></tr><tr><td><a href=\"CodeSystem-on-css-styles.html#on-css-styles-color.58blue.59\">color:blue;</a></td><td style=\"color: #cccccc\">Blue</td></tr><tr><td><a href=\"CodeSystem-on-css-styles.html#on-css-styles-color.58purple.59\">color:purple;</a></td><td style=\"color: #cccccc\">Purple</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/ValueSet/note-answer-styles",
  "version": "1.0.0-draft",
  "name": "ONNoteFlagStyles",
  "title": "Ontario Note Flag 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 note content that is 'flagged'",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA",
          "display": "Canada"
        }
      ]
    }
  ],
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/on-css-styles",
        "concept": [
          {
            "code": "text-decoration:underline;color:#AA0000;",
            "display": "Underline, Red"
          },
          {
            "code": "font-weight:bold;",
            "display": "Bold"
          },
          {
            "code": "font-weight:bold;color:#AA0000;",
            "display": "Bold, Red"
          },
          {
            "code": "font-weight:bold;color:#EE6B00;",
            "display": "Bold, Orange"
          },
          {
            "code": "font-weight:bold;color:#A6A900;",
            "display": "Bold, Yellow"
          },
          {
            "code": "font-weight:bold;color:#008800;",
            "display": "Bold, Green"
          },
          {
            "code": "font-weight:bold;color:#0000AA;",
            "display": "Bold, Blue"
          },
          {
            "code": "font-weight:bold;color:#6000B8;",
            "display": "Bold, Purple"
          }
        ]
      }
    ]
  }
}