FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.oh-eforms
Resource TypeValueSet
IdValueSet-note-styles.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-eforms@1.0.0-interim&canonical=http://ontariohealth.ca/fhir/eforms/ValueSet/note-styles
URLhttp://ontariohealth.ca/fhir/eforms/ValueSet/note-styles
Statusactive
Date2025-06-30T20:02:20+00:00
NameONNoteStyles
TitleOntario Note Text Styles
Realmca
DescriptionStyles when rendering note content

Resources that use this resource

StructureDefinition
group-note-infoGroup Note Info
option-note-infoOption Note Info
question-note-infoQuestion Note Info

Resources that this resource uses

CodeSystem
on-css-stylesOntario Questionnaire CSS Styles

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"
          }
        ]
      }
    ]
  }
}