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

FHIR IG analytics

Packageca.on.oh-eforms
Resource TypeValueSet
IdValueSet-item-styles.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-eforms@1.0.0-ballot4&canonical=http://ontariohealth.ca/fhir/eforms/ValueSet/item-styles
URLhttp://ontariohealth.ca/fhir/eforms/ValueSet/item-styles
Version1.0.0-draft
Statusactive
Date2025-06-30T14:02:20-06:00
NameONItemStyles
TitleOntario Questionnaire Item Styles
Realmca
DescriptionStyles when rendering groups or questions

Resources that use this resource

StructureDefinition
sdc-questionnaireOntario SDC Questionnaire profile

Resources that this resource uses

CodeSystem
on-css-stylesOntario Questionnaire CSS Styles

Narrative

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

Generated Narrative: ValueSet item-styles


Source1

{
  "resourceType": "ValueSet",
  "id": "item-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/item-styles",
  "version": "1.0.0-draft",
  "name": "ONItemStyles",
  "title": "Ontario Questionnaire Item Styles",
  "status": "active",
  "experimental": false,
  "date": "2025-06-30T14:02:20-06: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 groups or questions",
  "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": "background-color:grey;"
          },
          {
            "code": "background-color:white;"
          },
          {
            "code": "border-style:solid;"
          },
          {
            "code": "background-color:grey;border-style:solid;"
          },
          {
            "code": "background-color:white;border-style:solid;"
          }
        ]
      }
    ]
  }
}