FHIR IG analytics
Resources that use this resource
Resources that this resource uses
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"
}
]
}
]
}
}