FHIR IG analytics| Package | ca.on.oh-eforms |
| Resource Type | ValueSet |
| Id | ValueSet-group-item-control.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.on.oh-eforms@1.0.0-ballot3&canonical=http://ontariohealth.ca/fhir/eforms/ValueSet/group-item-control |
| URL | http://ontariohealth.ca/fhir/eforms/ValueSet/group-item-control |
| Status | active |
| Name | ONGroupItemControls |
| Title | Ontario Group Item Control Codes |
| Realm | ca |
| Description | Item control codes used in group items within Ontario questionnaires |
| StructureDefinition | |
| sdc-questionnaire | Ontario SDC Questionnaire profile |
| CodeSystem | |
| questionnaire-item-control | Questionnaire Item UI Control Codes System |
No narrative content found in resource
{
"resourceType": "ValueSet",
"status": "active",
"name": "ONGroupItemControls",
"id": "group-item-control",
"title": "Ontario Group Item Control Codes",
"description": "Item control codes used in group items within Ontario questionnaires",
"url": "http://ontariohealth.ca/fhir/eforms/ValueSet/group-item-control",
"immutable": false,
"experimental": false,
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"concept": [
{
"code": "list",
"display": "List"
},
{
"code": "page",
"display": "Page"
},
{
"code": "footer",
"display": "Footer"
}
]
}
]
}
}