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-interim&canonical=http://ontariohealth.ca/fhir/eforms/CodeSystem/on-css-styles
URLhttp://ontariohealth.ca/fhir/eforms/CodeSystem/on-css-styles
Statusactive
Date2025-06-30T20:02:20+00:00
NameONCssStyles
TitleOntario Questionnaire CSS Styles
Realmca
DescriptionCSS styles used in various elements within the Questionnaire
Contentcomplete

Resources that use this resource

ValueSet
item-stylesOntario Questionnaire Item Styles
note-flag-stylesOntario Note Flag Styles
note-stylesOntario Note Text Styles

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "name": "ONCssStyles",
  "id": "on-css-styles",
  "url": "http://ontariohealth.ca/fhir/eforms/CodeSystem/on-css-styles",
  "title": "Ontario Questionnaire CSS 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": "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",
  "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:red;",
      "display": "Red"
    },
    {
      "code": "color:orange;",
      "display": "Orange"
    },
    {
      "code": "color:yellow;",
      "display": "Yellow"
    },
    {
      "code": "color:green;",
      "display": "Green"
    },
    {
      "code": "color:blue;",
      "display": "Blue"
    },
    {
      "code": "color:purple;",
      "display": "Purple"
    },
    {
      "code": "font-weight:bold;",
      "display": "Bold"
    },
    {
      "code": "font-weight:bold;color:blue;",
      "display": "Bold, Blue"
    },
    {
      "code": "font-weight:bold;color:red;",
      "display": "Bold, Red"
    },
    {
      "code": "text-decoration:underline;",
      "display": "Underline"
    },
    {
      "code": "text-decoration:underline;color:red;",
      "display": "Underline, Red"
    },
    {
      "code": "font-weight:bold;text-decoration:underline;",
      "display": "Bold, Underline"
    },
    {
      "code": "font-weight:bold;text-decoration:underline;color:red;",
      "display": "Bold, Underline, Red"
    },
    {
      "code": "font-style:italic;",
      "display": "Italic"
    },
    {
      "code": "font-style:italic;color:blue;",
      "display": "Italic, Blue"
    }
  ]
}