FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
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;"
}
]
}
]
}
}