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-ballot4&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-30T14:02:20-06: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
question-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) -->"
  },
  "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/CodeSystem/on-item-controls",
  "version": "1.0.0-draft",
  "name": "ONItemControls",
  "title": "Ontario Item Control Codes",
  "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": "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"
    }
  ]
}