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

FHIR IG analytics

Packagehl7.fhir.us.core
Resource TypeQuestionnaireResponse
IdQuestionnaireResponse-AUDIT-C.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 AUDIT-C

LinkIDTextDefinitionAnswerdoco
.. AUDIT-CQuestionnaire:Alcohol Use Disorder Identification Test - Consumption [AUDIT-C]
... /68517-2How many times in the past year have you have X or more drinks in a day0
... /68519-8How many standard drinks containing alcohol do you have on a typical dayLOINC: LA15694-5 (1 or 2)
... /68520-6How often do you have 6 or more drinks on 1 occasionLOINC: LA6270-8 (Never)
... /75626-2Total score [AUDIT-C]0

doco Documentation for this format

Source1

{
  "resourceType": "QuestionnaireResponse",
  "id": "AUDIT-C",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse|9.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "questionnaire": "http://hl7.org/fhir/us/core/Questionnaire/AUDIT-C",
  "status": "completed",
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "authored": "2023-08-14T20:40:49.675Z",
  "author": {
    "reference": "Practitioner/practitioner-1",
    "type": "Practitioner"
  },
  "item": [
    {
      "linkId": "/68517-2",
      "text": "How many times in the past year have you have X or more drinks in a day",
      "answer": [
        {
          "valueDecimal": 0
        }
      ]
    },
    {
      "linkId": "/68519-8",
      "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": "/68520-6",
      "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": "/75626-2",
      "text": "Total score [AUDIT-C]",
      "answer": [
        {
          "valueDecimal": 0
        }
      ]
    }
  ]
}