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

FHIR IG Statistics: Questionnaire/Scen4Questionnaire

Packagehl7.fhir.us.physical-activity
Resource TypeQuestionnaire
IdScen4Questionnaire
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/physical-activity/https://build.fhir.org/ig/HL7/physical-activity/Questionnaire-Scen4Questionnaire.html
URLhttps://example.org/fhir/Questionnaire/satisfaction
Version1.0.1
Statusactive
Date2024-03-12T17:26:10+00:00
Realmus
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

LinkIdTextCardinalityTypeDescription & Constraintsdoco
.. Questionnairehttps://example.org/fhir/Questionnaire/satisfaction#1.0.1
... 1Are you satisfied with your current exercise plan?0..1boolean
... 2Did you experience any discomfort with an exercise?0..1boolean
... 3If yes, which exercise?0..1string

doco Documentation for this format

Source

{
  "resourceType": "Questionnaire",
  "id": "Scen4Questionnaire",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    }
  ],
  "url": "https://example.org/fhir/Questionnaire/satisfaction",
  "version": "1.0.1",
  "status": "active",
  "subjectType": [
    "Patient"
  ],
  "date": "2024-03-12T17:26:10+00:00",
  "publisher": "HL7 International / Patient Care",
  "contact": [
    {
      "name": "HL7 International / Patient Care",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "item": [
    {
      "linkId": "1",
      "text": "Are you satisfied with your current exercise plan?",
      "type": "boolean"
    },
    {
      "linkId": "2",
      "text": "Did you experience any discomfort with an exercise?",
      "type": "boolean"
    },
    {
      "linkId": "3",
      "text": "If yes, which exercise?",
      "type": "string"
    }
  ]
}