FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"status": "active",
"name": "ONNoteStyles",
"id": "note-styles",
"url": "http://ontariohealth.ca/fhir/eforms/ValueSet/note-styles",
"title": "Ontario Note Text Styles",
"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",
"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": "color:blue;",
"display": "Blue"
},
{
"code": "color:red;",
"display": "Red"
},
{
"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"
}
]
}
]
}
}