FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| ca.on.oh-eforms#1.0.0-ballot5 | on-css-styles | Ontario Questionnaire CSS Styles |
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "ValueSet",
"id": "note-answer-styles",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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/eforms/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/eforms/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"
}
]
}
]
}
}