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-ballot3&canonical=http://ontariohealth.ca/fhir/eforms/CodeSystem/on-css-styles
URLhttp://ontariohealth.ca/fhir/eforms/CodeSystem/on-css-styles
Statusactive
NameONCssStyles
TitleOntario Questionnaire CSS Styles
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",
  "status": "active",
  "content": "complete",
  "name": "ONCssStyles",
  "id": "on-css-styles",
  "title": "Ontario Questionnaire CSS Styles",
  "description": "CSS styles used in various elements within the Questionnaire",
  "url": "http://ontariohealth.ca/fhir/eforms/CodeSystem/on-css-styles",
  "concept": [
    {
      "code": "color:red;text-decoration:underline;",
      "display": "Red, Underline"
    },
    {
      "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-decoration:underline;",
      "display": "Underline"
    },
    {
      "code": "font-weight:bold;font-decoration:underline;",
      "display": "Bold, Underline"
    },
    {
      "code": "font-style:italic;",
      "display": "Italic"
    },
    {
      "code": "background-color:grey;",
      "display": "Grey background"
    },
    {
      "code": "background-color:white;",
      "display": "White background"
    },
    {
      "code": "border-style:solid;",
      "display": "Black border"
    },
    {
      "code": "background-color:grey;border-style:solid;",
      "display": "Grey background, black border"
    },
    {
      "code": "background-color:white;border-style:solid;",
      "display": "White background, black border"
    }
  ],
  "experimental": false,
  "caseSensitive": false,
  "count": 16
}