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",
"title": "Ontario Note Text Styles",
"description": "Styles when rendering note content",
"url": "http://ontariohealth.ca/fhir/eforms/ValueSet/note-styles",
"immutable": false,
"experimental": false,
"compose": {
"include": [
{
"system": "http://ontariohealth.ca/fhir/eforms/CodeSystem/on-css-styles",
"concept": [
{
"code": "font-weight:bold",
"display": "Bold"
},
{
"code": "font-decoration:underline",
"display": "Underline"
},
{
"code": "font-weight:bold;font-decoration:underline",
"display": "\tBold, Underline"
},
{
"code": "font-style:italic",
"display": "Italic"
}
]
}
]
}
}