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

FHIR IG analytics

Packageca.on.oh-eforms
Resource TypeCodeSystem
IdCodeSystem-on-item-controls.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-eforms@1.0.0-ballot5&canonical=http://ontariohealth.ca/fhir/eforms/CodeSystem/on-item-controls
URLhttp://ontariohealth.ca/fhir/eforms/CodeSystem/on-item-controls
Version1.0.0-draft
Statusactive
Date2025-06-30T20:02:20+00:00
NameONItemControls
TitleOntario Item Control Codes
Realmca
DescriptionAdditional Questionnaire item control codes above and beyond those defined in the core extension
Contentcomplete

Resources that use this resource

ValueSet
ca.on.oh-eforms#1.0.0-ballot5question-item-controlOntario Question Item Control Codes

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem on-item-controls

This case-insensitive code system http://ontariohealth.ca/fhir/eforms/CodeSystem/on-item-controls defines the following code:

CodeDisplayDefinition
graphic-choice Graphic ChoiceIndicates that the options for a choice question are presented as a clickable SVG diagram where clicking on diagram regions with an id that corresponds to a code within the choice

Source1

{
  "resourceType": "CodeSystem",
  "id": "on-item-controls",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ontariohealth.ca/fhir/eforms/CodeSystem/on-item-controls",
  "version": "1.0.0-draft",
  "name": "ONItemControls",
  "title": "Ontario Item Control Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-06-30T20:02:20+00: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": "Additional Questionnaire item control codes above and beyond those defined in the core extension",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA",
          "display": "Canada"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 1,
  "concept": [
    {
      "code": "graphic-choice",
      "display": "Graphic Choice",
      "definition": "Indicates that the options for a choice question are presented as a clickable SVG diagram where clicking on diagram regions with an id that corresponds to a code within the choice"
    },
    {
      "code": "push-button",
      "display": "Push Button",
      "definition": "Indicates a choice question where options are selected by 'pushing' buttons associated with the desired choice.  Multiple buttons my be pushed for repeating questions."
    }
  ]
}