FHIR IG analytics| Package | ca.on.oh-eforms |
| Resource Type | CodeSystem |
| Id | CodeSystem-on-css-styles.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.on.oh-eforms@1.0.0-ballot3&canonical=http://ontariohealth.ca/fhir/eforms/CodeSystem/on-css-styles |
| URL | http://ontariohealth.ca/fhir/eforms/CodeSystem/on-css-styles |
| Status | active |
| Name | ONCssStyles |
| Title | Ontario Questionnaire CSS Styles |
| Description | CSS styles used in various elements within the Questionnaire |
| Content | complete |
| ValueSet | |
| item-styles | Ontario Questionnaire Item Styles |
| note-flag-styles | Ontario Note Flag Styles |
| note-styles | Ontario Note Text Styles |
No resources found
No narrative content found in resource
{
"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
}