FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: Questionnaire/97ef58b0-bcac-49be-ab17-209e557b678e

Packageca.on.health.sadie
Resource TypeQuestionnaire
Id97ef58b0-bcac-49be-ab17-209e557b678e
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.health.sadie@1.4.11&canonical=http://health.gov.on.ca/sadie/fhir/FlexForm/ODSP
URLhttp://health.gov.on.ca/sadie/fhir/FlexForm/ODSP
Version1.0.0
Statusactive
NameODSPFormSelection
TitleODSP Form Selection
DescriptionODSP Form Selection

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

No human-readable text provided in this case.

Source

{
  "resourceType": "Questionnaire",
  "id": "97ef58b0-bcac-49be-ab17-209e557b678e",
  "meta": {
    "profile": [
      "http://health.gov.on.ca/sadie/fhir/StructureDefinition/FlexForm"
    ]
  },
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://health.gov.on.ca/sadie/fhir/FlexForm/ODSP",
  "identifier": [
    {
      "use": "official",
      "system": "https://health.gov.on.ca/sadie/fhir/CodeSystem/FlexForms-Internal-Complete",
      "value": "ODSP"
    }
  ],
  "version": "1.0.0",
  "name": "ODSPFormSelection",
  "title": "ODSP Form Selection",
  "status": "active",
  "experimental": false,
  "subjectType": [
    "Patient"
  ],
  "publisher": "ODSP",
  "description": "ODSP Form Selection",
  "effectivePeriod": {
    "start": "2021-01-01T05:00:00.000Z"
  },
  "code": [
    {
      "system": "https://health.gov.on.ca/sadie/fhir/CodeSystem/FlexForms-Internal-Complete",
      "code": "ODSP"
    }
  ],
  "item": [
    {
      "linkId": "2.0",
      "text": "Form Selection Page",
      "type": "group",
      "required": false,
      "repeats": false,
      "readOnly": false,
      "item": [
        {
          "linkId": "MSG-FORM-KIND",
          "text": "Which form would you like to fill out?",
          "type": "group",
          "required": false,
          "repeats": false,
          "readOnly": false,
          "item": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
                  "valueCodeableConcept": {
                    "coding": [
                      {
                        "system": "http://hl7.org/fhir/questionnaire-item-control",
                        "code": "radio-button",
                        "display": "Radio Button"
                      }
                    ],
                    "text": "Radio Button"
                  }
                },
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-choiceOrientation",
                  "valueCode": "vertical"
                }
              ],
              "linkId": "FORM-SELECTION-QUESTION",
              "text": "Select a form",
              "type": "choice",
              "required": true,
              "repeats": false,
              "readOnly": false,
              "answerValueSet": "http://health.gov.on.ca/sadie/fhir/ValueSet/ODSP-Questionnaires"
            }
          ]
        }
      ]
    }
  ]
}