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

FHIR IG analytics

Packagefhir.argonaut.questionnaire
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-questionnaireresponse-example-audit-c.json
FHIR VersionR3

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

Response Summary

Questionnaire URL: http://fhir.org/guides/argonaut/questionnaire/Questionnaire/questionnaire-example-audit-c
Date Completed: 2019-02-13T00:31:20.708405Z


Question: (linkID=q1) How often do you have a drink containing alcohol
Response: Never ( code = LA6270-8, codesystem = http://loinc.org)

Question: (linkID=q2) How many standard drinks containing alcohol do you have on a typical day
Response: 1 or 2 ( code = LA15694-5, codesystem = http://loinc.org)

Question: (linkID=q3) How often do you have 6 or more drinks on 1 occasion
Response: Never ( code = LA6270-8, codesystem = http://loinc.org)

The Alcohol Use Disorders Identification Test C (AUDIT-C) is scored on a scale of 0-12 where the higher the score, the more likely the patient's drinking is hazardous. A score of 4 ormore for men and 3 or more for women is considered positive for hazardous drinking or active alcohol use disorders. If the points are all from Question 1 alone where 2 and 3 are 0, it is likely the patient is drinking below recommended limits. The care provider may review the patientsalcohol intake over that past few months to confirm accuracy. (this is hidden text/should not be displayed to the user)



Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "questionnaireresponse-example-audit-c",
  "meta": {
    "profile": [
      "http://fhir.org/guides/argonaut/questionnaire/StructureDefinition/argo-questionnaireresponse"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://fhir.org/guides/argonaut/questionnaire/StructureDefinition/extension-responsePeriod",
      "valuePeriod": {
        "start": "2019-02-13T00:31:11.329331Z",
        "end": "2019-02-13T00:31:20.708405Z"
      }
    }
  ],
  "identifier": {
    "value": "questionnaireresponse-example-audit-c"
  },
  "questionnaire": {
    "reference": "http://fhir.org/guides/argonaut/questionnaire/Questionnaire/questionnaire-example-audit-c"
  },
  "status": "completed",
  "subject": {
    "reference": "Patient/subject1"
  },
  "context": {
    "reference": "Encounter/encounter1"
  },
  "authored": "2019-02-13T00:31:20.708405Z",
  "author": {
    "reference": "Practitioner/prov-admin1"
  },
  "source": {
    "reference": "Patient/subject1"
  },
  "item": [
    {
      "linkId": "q1",
      "text": "How often do you have a drink containing alcohol",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6270-8",
            "display": "Never"
          }
        }
      ]
    },
    {
      "linkId": "q2",
      "text": "How many standard drinks containing alcohol do you have on a typical day",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA15694-5",
            "display": "1 or 2"
          }
        }
      ]
    },
    {
      "linkId": "q3",
      "text": "How often do you have 6 or more drinks on 1 occasion",
      "answer": [
        {
          "valueCoding": {
            "system": "http://loinc.org",
            "code": "LA6270-8",
            "display": "Never"
          }
        }
      ]
    },
    {
      "linkId": "d1",
      "text": "The Alcohol Use Disorders Identification Test C (AUDIT-C) is scored on a scale of 0-12 where the higher the score, the more likely the patient's drinking is hazardous. A score of 4 ormore for men and 3 or more for women is considered positive for hazardous drinking or active alcohol use disorders. If the points are all from Question 1 alone where 2 and 3 are 0, it is likely the patient is drinking below recommended limits. The care provider may review the patientsalcohol intake over that past few months to confirm accuracy."
    }
  ]
}