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

FHIR IG analytics

Packageca.on.oh-eforms
Resource TypeCodeSystem
IdCodeSystem-on-css-styles.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-eforms@1.0.0-ballot5&canonical=http://ontariohealth.ca/fhir/eforms/CodeSystem/on-css-styles
URLhttp://ontariohealth.ca/fhir/eforms/CodeSystem/on-css-styles
Version1.0.0-draft
Statusactive
Date2025-06-30T14:02:20-06:00
NameONCssStyles
TitleOntario Questionnaire CSS Styles
Realmca
DescriptionCSS styles used in various elements within the Questionnaire
Contentcomplete

Resources that use this resource

ValueSet
ca.on.oh-eforms#1.0.0-ballot5item-stylesOntario Questionnaire Item Styles
ca.on.oh-eforms#1.0.0-ballot5note-answer-stylesOntario Note Flag Styles
ca.on.oh-eforms#1.0.0-ballot5note-stylesOntario Note Text Styles

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem on-css-styles

This case-insensitive code system http://ontariohealth.ca/fhir/eforms/CodeSystem/on-css-styles defines the following codes:

CodeDisplay
color:red;text-decoration:underline; Red, Underline
color:red; Red
color:orange; Orange
color:yellow; Yellow
color:green; Green
color:blue; Blue
color:purple; Purple
font-weight:bold; Bold
text-decoration:underline; Underline
font-weight:bold;text-decoration:underline; Bold, Underline
font-style:italic; Italic
background-color:grey; Grey background
background-color:white; White background
border-style:solid; Black border
background-color:grey;border-style:solid; Grey background, black border
background-color:white;border-style:solid; White background, black border

Source1

{
  "resourceType": "CodeSystem",
  "id": "on-css-styles",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ontariohealth.ca/fhir/eforms/CodeSystem/on-css-styles",
  "version": "1.0.0-draft",
  "name": "ONCssStyles",
  "title": "Ontario Questionnaire CSS Styles",
  "status": "active",
  "experimental": false,
  "date": "2025-06-30T14:02:20-06: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": "CSS styles used in various elements within the Questionnaire",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA",
          "display": "Canada"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 20,
  "concept": [
    {
      "code": "background-color:grey;",
      "display": "Grey background"
    },
    {
      "code": "background-color:grey;border-style:solid;",
      "display": "Grey background, black border"
    },
    {
      "code": "background-color:white;",
      "display": "White background"
    },
    {
      "code": "background-color:white;border-style:solid;",
      "display": "White background, black border"
    },
    {
      "code": "border-style:solid;",
      "display": "Black border"
    },
    {
      "code": "color:Gray20;",
      "display": "Dark Grey"
    },
    {
      "code": "display:none;",
      "display": "No display"
    },
    {
      "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:#202035;",
      "display": "Bold, Dark Purple"
    },
    {
      "code": "font-weight:bold;color:#6000B8;",
      "display": "Bold, Purple"
    },
    {
      "code": "font-weight:bold;",
      "display": "Bold"
    },
    {
      "code": "text-decoration:underline;",
      "display": "Underline"
    },
    {
      "code": "font-weight:bold;text-decoration:underline;color:#AA0000;",
      "display": "Bold, Underline, Red"
    },
    {
      "code": "font-weight:bold;text-decoration:underline;",
      "display": "Bold, Underline"
    },
    {
      "code": "font-style:italic;",
      "display": "Italic"
    },
    {
      "code": "font-style:italic;color:#0000AA;",
      "display": "Italic, Blue"
    }
  ]
}