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

FHIR IG analytics

Packageca.on.oh-eforms
Resource TypeValueSet
IdValueSet-question-item-type.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-eforms@1.0.0-ballot3&canonical=http://ontariohealth.ca/fhir/eforms/ValueSet/question-item-type
URLhttp://ontariohealth.ca/fhir/eforms/ValueSet/question-item-type
Statusactive
NameONGroupQuestionType
TitleOntario Question Item Type Codes
Realmca
DescriptionItem types allowed for use in question items in Ontario e-referral and other Questionnaires

Resources that use this resource

StructureDefinition
sdc-questionnaireOntario SDC Questionnaire profile

Resources that this resource uses

CodeSystem
item-typeQuestionnaire Item Type

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "ONGroupQuestionType",
  "id": "question-item-type",
  "title": "Ontario Question Item Type Codes",
  "description": "Item types allowed for use in question items in Ontario e-referral and other Questionnaires",
  "url": "http://ontariohealth.ca/fhir/eforms/ValueSet/question-item-type",
  "immutable": false,
  "experimental": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/item-type",
        "concept": [
          {
            "code": "attachment",
            "display": "Attachment"
          },
          {
            "code": "boolean",
            "display": "Boolean"
          },
          {
            "code": "choice",
            "display": "Choice"
          },
          {
            "code": "date",
            "display": "Date"
          },
          {
            "code": "dateTime",
            "display": "Date Time"
          },
          {
            "code": "decimal",
            "display": "Decimal"
          },
          {
            "code": "integer",
            "display": "Integer"
          },
          {
            "code": "string",
            "display": "String"
          },
          {
            "code": "time",
            "display": "Time"
          },
          {
            "code": "text",
            "display": "Text"
          },
          {
            "code": "url",
            "display": "Url"
          }
        ]
      }
    ]
  }
}