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-ballot3&canonical=http://ontariohealth.ca/fhir/eforms/ValueSet/note-flag-styles
URLhttp://ontariohealth.ca/fhir/eforms/ValueSet/note-flag-styles
Statusactive
NameONNoteFlagStyles
TitleOntario Note Flag Styles
Realmca
DescriptionStyles when rendering note content that is 'flagged'

Resources that use this resource

StructureDefinition
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": "ONNoteFlagStyles",
  "id": "note-flag-styles",
  "title": "Ontario Note Flag Styles",
  "description": "Styles when rendering note content that is 'flagged'",
  "url": "http://ontariohealth.ca/fhir/eforms/ValueSet/note-flag-styles",
  "immutable": false,
  "experimental": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/eforms/CodeSystem/on-css-styles",
        "concept": [
          {
            "code": "color:red;text-decoration:underline",
            "display": "Red, Underline"
          },
          {
            "code": "color:red",
            "display": "Red"
          },
          {
            "code": "color:orange",
            "display": "Orange"
          },
          {
            "code": "color:yellow",
            "display": "Yellow"
          },
          {
            "code": "color:green",
            "display": "Green"
          },
          {
            "code": "color:blue",
            "display": "Blue"
          },
          {
            "code": "color:purple",
            "display": "Purple"
          }
        ]
      }
    ]
  }
}