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

FHIR IG Statistics: Questionnaire/example

Packageexample.fhir.uv.myig
Resource TypeQuestionnaire
Idexample
FHIR VersionR4
Sourcehttp://somewhere.org/fhir/uv/myig/https://build.fhir.org/ig/FHIR/sample-ig/Questionnaire-example.html
URLhttp://somewhere.org/fhir/uv/myig/Questionnaire/example
Version0.2.0
Statusdraft
Date2012-01
TitleCancer Quality Forum Questionnaire 2012
Realmuv
Authorityhl7

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


English


Generated Narrative: Questionnaire example

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. Questionnairehttp://somewhere.org/fhir/uv/myig/Questionnaire/example#0.2.0
... 1null0..1group
.... 1.11. null0..1choiceValue Set: Yes/No/Don't Know
..... 1.1.1null0..1groupEnable When: 1.1 =
...... 1.1.1.11.1. null0..1choiceValue Set: Yes/No/Don't Know
....... 1.1.1.1.11.1.1. null0..1choiceValue Set: Yes/No/Don't Know
....... 1.1.1.1.21.1.2. null0..1choiceValue Set: Yes/No/Don't Know
...... 1.1.1.21.2. null0..1choiceValue Set: Yes/No/Don't Know
... 2null0..1group
.... 2.1null0..1group
..... 2.1.2null0..1choice

doco Documentation for this format

German


Generated Narrative: Questionnaire example

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. Questionnairehttp://somewhere.org/fhir/uv/myig/Questionnaire/example#0.2.0
... 1null0..1group
.... 1.11. null0..1choiceValue Set: Yes/No/Don't Know
..... 1.1.1null0..1groupEnable When: 1.1 =
...... 1.1.1.11.1. null0..1choiceValue Set: Yes/No/Don't Know
....... 1.1.1.1.11.1.1. null0..1choiceValue Set: Yes/No/Don't Know
....... 1.1.1.1.21.1.2. null0..1choiceValue Set: Yes/No/Don't Know
...... 1.1.1.21.2. null0..1choiceValue Set: Yes/No/Don't Know
... 2null0..1group
.... 2.1null0..1group
..... 2.1.2null0..1choice

doco Documentation for this format

French


Generated Narrative: Questionnaire example

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. Questionnairehttp://somewhere.org/fhir/uv/myig/Questionnaire/example#0.2.0
... 1null0..1group
.... 1.11. null0..1choiceValue Set: Yes/No/Don't Know
..... 1.1.1null0..1groupEnable When: 1.1 =
...... 1.1.1.11.1. null0..1choiceValue Set: Yes/No/Don't Know
....... 1.1.1.1.11.1.1. null0..1choiceValue Set: Yes/No/Don't Know
....... 1.1.1.1.21.1.2. null0..1choiceValue Set: Yes/No/Don't Know
...... 1.1.1.21.2. null0..1choiceValue Set: Yes/No/Don't Know
... 2null0..1group
.... 2.1null0..1group
..... 2.1.2null0..1choice

doco Documentation for this format

Source

{
  "resourceType": "Questionnaire",
  "id": "example",
  "text": {
    "status": "extensions",
    "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://somewhere.org/fhir/uv/myig/ImplementationGuide/example.fhir.uv.myig"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://somewhere.org/fhir/uv/myig/ImplementationGuide/example.fhir.uv.myig"
          }
        ]
      }
    }
  ],
  "url": "http://somewhere.org/fhir/uv/myig/Questionnaire/example",
  "version": "0.2.0",
  "title": "Cancer Quality Forum Questionnaire 2012",
  "status": "draft",
  "subjectType": [
    "Patient"
  ],
  "date": "2012-01",
  "publisher": "HL7 International - [Some] Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/[something]"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "item": [
    {
      "linkId": "1",
      "code": [
        {
          "system": "http://example.org/system/code/sections",
          "code": "COMORBIDITY"
        }
      ],
      "type": "group",
      "item": [
        {
          "linkId": "1.1",
          "code": [
            {
              "system": "http://example.org/system/code/questions",
              "code": "COMORB"
            }
          ],
          "prefix": "1",
          "type": "choice",
          "answerValueSet": "http://hl7.org/fhir/ValueSet/yesnodontknow",
          "item": [
            {
              "linkId": "1.1.1",
              "code": [
                {
                  "system": "http://example.org/system/code/sections",
                  "code": "CARDIAL"
                }
              ],
              "type": "group",
              "enableWhen": [
                {
                  "question": "1.1",
                  "operator": "=",
                  "answerCoding": {
                    "system": "http://terminology.hl7.org/CodeSystem/v2-0136",
                    "code": "Y"
                  }
                }
              ],
              "item": [
                {
                  "linkId": "1.1.1.1",
                  "code": [
                    {
                      "system": "http://example.org/system/code/questions",
                      "code": "COMORBCAR"
                    }
                  ],
                  "prefix": "1.1",
                  "type": "choice",
                  "answerValueSet": "http://hl7.org/fhir/ValueSet/yesnodontknow",
                  "item": [
                    {
                      "linkId": "1.1.1.1.1",
                      "code": [
                        {
                          "system": "http://example.org/system/code/questions",
                          "code": "COMCAR00",
                          "display": "Angina Pectoris"
                        },
                        {
                          "system": "http://snomed.info/sct",
                          "code": "194828000",
                          "display": "Angina (disorder)"
                        }
                      ],
                      "prefix": "1.1.1",
                      "type": "choice",
                      "answerValueSet": "http://hl7.org/fhir/ValueSet/yesnodontknow"
                    },
                    {
                      "linkId": "1.1.1.1.2",
                      "code": [
                        {
                          "system": "http://snomed.info/sct",
                          "code": "22298006",
                          "display": "Myocardial infarction (disorder)"
                        }
                      ],
                      "prefix": "1.1.2",
                      "type": "choice",
                      "answerValueSet": "http://hl7.org/fhir/ValueSet/yesnodontknow"
                    }
                  ]
                },
                {
                  "linkId": "1.1.1.2",
                  "code": [
                    {
                      "system": "http://example.org/system/code/questions",
                      "code": "COMORBVAS"
                    }
                  ],
                  "prefix": "1.2",
                  "type": "choice",
                  "answerValueSet": "http://hl7.org/fhir/ValueSet/yesnodontknow"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "linkId": "2",
      "code": [
        {
          "system": "http://example.org/system/code/sections",
          "code": "HISTOPATHOLOGY"
        }
      ],
      "type": "group",
      "item": [
        {
          "linkId": "2.1",
          "code": [
            {
              "system": "http://example.org/system/code/sections",
              "code": "ABDOMINAL"
            }
          ],
          "type": "group",
          "item": [
            {
              "linkId": "2.1.2",
              "code": [
                {
                  "system": "http://example.org/system/code/questions",
                  "code": "STADPT",
                  "display": "pT category"
                }
              ],
              "type": "choice"
            }
          ]
        }
      ]
    }
  ]
}