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-ballot3&canonical=http://ontariohealth.ca/fhir/eforms/ValueSet/item-styles
URLhttp://ontariohealth.ca/fhir/eforms/ValueSet/item-styles
Statusactive
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

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "ONItemStyles",
  "id": "item-styles",
  "title": "Ontario Questionnaire Item Styles",
  "description": "Styles when rendering groups or questions",
  "url": "http://ontariohealth.ca/fhir/eforms/ValueSet/item-styles",
  "immutable": false,
  "experimental": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/eforms/CodeSystem/on-css-styles",
        "concept": [
          {
            "code": "background-color:grey",
            "display": "Grey background"
          },
          {
            "code": "background-color:white",
            "display": "White background"
          },
          {
            "code": "border-style:solid",
            "display": "Black border"
          },
          {
            "code": "background-color:grey;border-style:solid",
            "display": "Grey background, black border"
          },
          {
            "code": "background-color:white;border-style:solid",
            "display": "White background, black border"
          }
        ]
      }
    ]
  }
}