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

FHIR IG analytics

Packageca.on.oh-eforms
Resource TypeValueSet
IdValueSet-note-flag-styles.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-eforms@1.0.0-ballot5&canonical=http://ontariohealth.ca/fhir/eforms/ValueSet/note-answer-styles
URLhttp://ontariohealth.ca/fhir/eforms/ValueSet/note-answer-styles
Version1.0.0-draft
Statusactive
Date2025-06-30T20:02:20+00:00
NameONNoteFlagStyles
TitleOntario Note Flag Styles
Realmca
DescriptionStyles when rendering note content that is 'flagged'

Resources that use this resource

StructureDefinition
ca.on.oh-eforms#1.0.0-ballot5group-note-infoGroup Note Info
ca.on.oh-eforms#1.0.0-ballot5option-note-infoOption Note Info
ca.on.oh-eforms#1.0.0-ballot5question-note-infoQuestion Note Info

Resources that this resource uses

CodeSystem
ca.on.oh-eforms#1.0.0-ballot5on-css-stylesOntario Questionnaire CSS Styles

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet note-answer-styles


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