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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeQuestionnaireResponse
IdUKCore-QuestionnaireResponse-FitnessForWork-Example.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

An example to illustrate a questionnaire response for a fitness to work form

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "UKCore-QuestionnaireResponse-FitnessForWork-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "https://example.com/base/Questionnaire/UKCore-Questionnaire-FitnessForWork-Example",
  "status": "completed",
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "encounter": {
    "reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
  },
  "authored": "2023-11-13T16:00:00+00:00",
  "author": {
    "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
  },
  "source": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "item": [
    {
      "linkId": "Q1",
      "text": "Assessment Date",
      "answer": [
        {
          "valueDate": "2023-11-13"
        }
      ]
    },
    {
      "linkId": "Q2",
      "text": "Condition(s)",
      "item": [
        {
          "linkId": "Q2g",
          "text": "Condition (Coded)",
          "answer": [
            {
              "valueCoding": {
                "system": "http://snomed.info/sct",
                "code": "203082005",
                "display": "Fibromyalgia"
              }
            }
          ]
        }
      ]
    },
    {
      "linkId": "Q3",
      "text": "I find you",
      "answer": [
        {
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "225891002",
            "display": "Fit for work with restrictions"
          }
        }
      ]
    }
  ]
}