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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-Scen4QuestionnaireResponse.json
FHIR VersionR4

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

LinkIdTextDefinitionAnswerdoco
.. Scen4QuestionnaireResponseQuestionnaire:https://example.org/fhir/Questionnaire/satisfaction|2.1
... 1Are you satisfied with your current exercise plan?true
... 2Did you experience any discomfort with an exercise?true
... 3If yes, which exercise?Shoulder exercise

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "Scen4QuestionnaireResponse",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "CarePlan/Scen4CarePlanV1"
    }
  ],
  "questionnaire": "https://example.org/fhir/Questionnaire/satisfaction|2.1",
  "status": "completed",
  "subject": {
    "reference": "Patient/Scen4PatientScarborough",
    "display": "Ms. Scarborough"
  },
  "authored": "2023-10-16",
  "item": [
    {
      "linkId": "1",
      "text": "Are you satisfied with your current exercise plan?",
      "answer": [
        {
          "valueBoolean": true
        }
      ]
    },
    {
      "linkId": "2",
      "text": "Did you experience any discomfort with an exercise?",
      "answer": [
        {
          "valueBoolean": true
        }
      ]
    },
    {
      "linkId": "3",
      "text": "If yes, which exercise?",
      "answer": [
        {
          "valueString": "Shoulder exercise"
        }
      ]
    }
  ]
}