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

FHIR IG analytics

Packagehl7.fhir.be.manzana
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-example-findRisc-screeningResponse-patient-author.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

Generated Narrative: QuestionnaireResponse example-findRisc-screeningResponse-patient-author

LinkIDTextDefinitionAnswerdoco
.. example-findRisc-screeningResponse-patient-authorQuestionnaire:Questionnaire - FINDRISC screening questionnaire instance
... patientAge>=45-54
... bmi<25
... waistCircumference>=88
... medication-highBloodPressurefalse
... history-highBloodGlucosetrue
... physical-activity>=4-hours-week
... daily-consume-veg-fruit>=5-times-day
... family-history-diabetesfirst-degree

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "example-findRisc-screeningResponse-patient-author",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://hl7belgium.org/profiles/fhir/manzana/Questionnaire/rs-findRisc-questionnaire",
  "status": "completed",
  "subject": {
    "reference": "Patient/rs-findRisc-patient"
  },
  "author": {
    "reference": "Patient/rs-findRisc-patient"
  },
  "source": {
    "reference": "Patient/rs-findRisc-patient"
  },
  "item": [
    {
      "linkId": "patientAge",
      "answer": [
        {
          "valueString": ">=45-54"
        }
      ]
    },
    {
      "linkId": "bmi",
      "answer": [
        {
          "valueString": "<25"
        }
      ]
    },
    {
      "linkId": "waistCircumference",
      "answer": [
        {
          "valueString": ">=88"
        }
      ]
    },
    {
      "linkId": "medication-highBloodPressure",
      "answer": [
        {
          "valueString": "false"
        }
      ]
    },
    {
      "linkId": "history-highBloodGlucose",
      "answer": [
        {
          "valueString": "true"
        }
      ]
    },
    {
      "linkId": "physical-activity",
      "answer": [
        {
          "valueString": ">=4-hours-week"
        }
      ]
    },
    {
      "linkId": "daily-consume-veg-fruit",
      "answer": [
        {
          "valueString": ">=5-times-day"
        }
      ]
    },
    {
      "linkId": "family-history-diabetes",
      "answer": [
        {
          "valueString": "first-degree"
        }
      ]
    }
  ]
}